You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR adds support for OpenTelemetry traces in Vitest. They can be useful to debug the performance of your tests in a scoped and compact interface. All tests are scoped (and grouped) to the respective workers, so it's easier to analyze performance hits at a glance.
Description
This PR adds support for OpenTelemetry traces in Vitest. They can be useful to debug the performance of your tests in a scoped and compact interface. All tests are scoped (and grouped) to the respective workers, so it's easier to analyze performance hits at a glance.