Skip to content

Commit cb99fef

Browse files
gggritsoAbhiPrasad
andauthored
Expand explanation
Co-authored-by: Abhijeet Prasad <[email protected]>
1 parent 744c7e6 commit cb99fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/otlp/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT="___OTLP_TRACES_URL___""
1616
export OTEL_EXPORTER_OTLP_TRACES_HEADERS="x-sentry-auth=sentry sentry_key=___PUBLIC_KEY___"
1717
```
1818
19-
Alternatively, you can configure the OpenTelemetry Exporter directly in your application code.
19+
Alternatively, you can configure the OpenTelemetry Exporter directly in your application code. Here is an example with the OpenTelemetry Node SDK:
2020
2121
```typescript {filename: app.ts}
2222
import { NodeSDK } from "@opentelemetry/sdk-node";

0 commit comments

Comments
 (0)