Skip to content

Commit fb98eb3

Browse files
committed
fix underscore
1 parent 5da8139 commit fb98eb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/concepts/otlp/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can configure your OTEL collector instance to send traces to Sentry directly
3939
```yaml {filename: otel-collector.yaml}
4040
exporters:
4141
otlphttp:
42-
traces_endpoint: __OTLP_TRACES_URL___
42+
traces_endpoint: ___OTLP_TRACES_URL___
4343
headers:
4444
x-sentry-auth: "sentry sentry_key=___PUBLIC_KEY___"
4545
compression: gzip
@@ -97,7 +97,7 @@ You can configure your OTEL collector instance to send logs to Sentry directly.
9797
```yaml {filename: otel-collector.yaml}
9898
exporters:
9999
otlphttp:
100-
logs_endpoint: __OTLP_LOGS_URL___
100+
logs_endpoint: ___OTLP_LOGS_URL___
101101
headers:
102102
x-sentry-auth: "sentry sentry_key=___PUBLIC_KEY___"
103103
compression: gzip

0 commit comments

Comments
 (0)