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 5da8139 commit fb98eb3Copy full SHA for fb98eb3
docs/concepts/otlp/index.mdx
@@ -39,7 +39,7 @@ You can configure your OTEL collector instance to send traces to Sentry directly
39
```yaml {filename: otel-collector.yaml}
40
exporters:
41
otlphttp:
42
- traces_endpoint: __OTLP_TRACES_URL___
+ traces_endpoint: ___OTLP_TRACES_URL___
43
headers:
44
x-sentry-auth: "sentry sentry_key=___PUBLIC_KEY___"
45
compression: gzip
@@ -97,7 +97,7 @@ You can configure your OTEL collector instance to send logs to Sentry directly.
97
98
99
100
- logs_endpoint: __OTLP_LOGS_URL___
+ logs_endpoint: ___OTLP_LOGS_URL___
101
102
103
0 commit comments