Skip to content

Commit

Permalink
docs: Update TracerProvider docs (#11131)
Browse files Browse the repository at this point in the history
  • Loading branch information
chargome committed Aug 26, 2024
1 parent 5b06282 commit b2082d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ You can also use any other tracer. All OpenTelemetry spans will be picked up by
## Modifying the default OpenTelemetry TracerProvider
You can access the tracer provider set up by Sentry when using Sentry's default OpenTelemetry instrumentation. This makes it easy to, for example, add additional span processors if you want to send span data to another backend or similar.
You can access the tracer provider set up by Sentry when using Sentry's default OpenTelemetry instrumentation. This enables you to easily add additional span processors, allowing you to export tracing data to various OTEL collectors or other backends.
```javascript
const Sentry = require("@sentry/node");
Expand Down

0 comments on commit b2082d3

Please sign in to comment.