We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744c7e6 commit cb99fefCopy full SHA for cb99fef
docs/concepts/otlp/index.mdx
@@ -16,7 +16,7 @@ export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT="___OTLP_TRACES_URL___""
16
export OTEL_EXPORTER_OTLP_TRACES_HEADERS="x-sentry-auth=sentry sentry_key=___PUBLIC_KEY___"
17
```
18
19
-Alternatively, you can configure the OpenTelemetry Exporter directly in your application code.
+Alternatively, you can configure the OpenTelemetry Exporter directly in your application code. Here is an example with the OpenTelemetry Node SDK:
20
21
```typescript {filename: app.ts}
22
import { NodeSDK } from "@opentelemetry/sdk-node";
0 commit comments