Skip to content

Commit bef52b8

Browse files
committed
fixup! refactor: use isWrapped from instrumentation package
1 parent 5f054e8 commit bef52b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

plugins/web/opentelemetry-instrumentation-user-interaction/test/userInteraction.nozone.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
const originalSetTimeout = window.setTimeout;
1717

1818
import { trace } from '@opentelemetry/api';
19-
import { registerInstrumentations, isWrapped } from '@opentelemetry/instrumentation';
19+
import {
20+
registerInstrumentations,
21+
isWrapped,
22+
} from '@opentelemetry/instrumentation';
2023
import { XMLHttpRequestInstrumentation } from '@opentelemetry/instrumentation-xml-http-request';
2124
import * as tracing from '@opentelemetry/sdk-trace-base';
2225
import { WebTracerProvider } from '@opentelemetry/sdk-trace-web';

0 commit comments

Comments
 (0)