File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
plugins/web/opentelemetry-instrumentation-user-interaction Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ registerInstrumentations({
108108### Prevent spans from recording
109109
110110``` js
111- import { UserInteractionInstrumentation } from ' @opentelemetryinstrumentation -user-interaction' ;
111+ import { UserInteractionInstrumentation } from ' @opentelemetry/instrumentation -user-interaction' ;
112112import { registerInstrumentations } from ' @opentelemetry/instrumentation' ;
113113
114114
@@ -130,7 +130,7 @@ registerInstrumentations({
130130To attach extra attributes to user interaction spans, provide a callback function to the ` shouldPreventSpanCreation ` option:
131131
132132``` js
133- import { UserInteractionInstrumentation } from ' @opentelemetryinstrumentation -user-interaction' ;
133+ import { UserInteractionInstrumentation } from ' @opentelemetry/instrumentation -user-interaction' ;
134134import { registerInstrumentations } from ' @opentelemetry/instrumentation' ;
135135
136136// ...general opentelemetry configuration
You can’t perform that action at this time.
0 commit comments