Skip to content

Commit

Permalink
Update otel node propagator instructions (#6501)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad authored Mar 21, 2023
1 parent 2589df1 commit 5f28d4c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ const sdk = new opentelemetry.NodeSDK({

// Sentry config
spanProcessor: new SentrySpanProcessor(),
textMapPropagator: new SentryPropagator(),
});

otelApi.propagation.setGlobalPropagator(new SentryPropagator());

sdk.start();
```

1 comment on commit 5f28d4c

@vercel
Copy link

@vercel vercel bot commented on 5f28d4c Mar 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs-git-master.sentry.dev
docs.sentry.io
sentry-docs.sentry.dev

Please sign in to comment.