Skip to content

Commit 92106ff

Browse files
bokuwebblumamir
andauthored
chore: Update README.md (open-telemetry#2695)
Co-authored-by: Amir Blum <[email protected]>
1 parent c28ae72 commit 92106ff

File tree

1 file changed

+2
-2
lines changed
  • plugins/web/opentelemetry-instrumentation-user-interaction

1 file changed

+2
-2
lines changed

plugins/web/opentelemetry-instrumentation-user-interaction/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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';
112112
import { registerInstrumentations } from '@opentelemetry/instrumentation';
113113

114114

@@ -130,7 +130,7 @@ registerInstrumentations({
130130
To 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';
134134
import { registerInstrumentations } from '@opentelemetry/instrumentation';
135135

136136
// ...general opentelemetry configuration

0 commit comments

Comments
 (0)