Skip to content

Commit b2082d3

Browse files
authored
docs: Update TracerProvider docs (#11131)
1 parent 5b06282 commit b2082d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/opentelemetry/using-opentelemetry-apis.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ You can also use any other tracer. All OpenTelemetry spans will be picked up by
6868
6969
## Modifying the default OpenTelemetry TracerProvider
7070
71-
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.
71+
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.
7272
7373
```javascript
7474
const Sentry = require("@sentry/node");

0 commit comments

Comments
 (0)