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
1. In your `.spec` file, import`registerInstrumentationTesting` and `getTestSpans` functions and use them to create instrumentation class instance and make assertions in the test:
53
53
54
54
```js
55
-
import { getTestSpans, registerInstrumentationTesting } from '@opentelemetry/test-utils';
55
+
import { getTestSpans, registerInstrumentationTesting } from '@opentelemetry/contrib-test-utils';
0 commit comments