Skip to content

Commit 0fd31bc

Browse files
committed
Clarify Sentry authentication header format in OpenTelemetry documentation
- Updated the formatting of the Sentry authentication header description to ensure proper usage of curly braces around the public key placeholder in the OpenTelemetry data exporting instructions.
1 parent 6a1f4b8 commit 0fd31bc

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/observability/exporting-opentelemetry-data

1 file changed

+1
-1
lines changed

src/content/docs/workers/observability/exporting-opentelemetry-data/sentry.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To configure your logs destination, click **Add destination** and configure the
6969
- **OTLP Endpoint**: Your Sentry OTLP logs endpoint (e.g., `https://{HOST}/api/{PROJECT_ID}/integration/otlp/v1/logs`)
7070
- **Custom Headers**: Add the Sentry authentication header:
7171
- Header name: `x-sentry-auth`
72-
- Header value: `sentry sentry_key={SENTRY_PUBLIC_KEY}` where {SENTRY_PUBLIC_KEY} is your Sentry project's public key
72+
- Header value: `sentry sentry_key={SENTRY_PUBLIC_KEY}` where `{SENTRY_PUBLIC_KEY}` is your Sentry project's public key
7373

7474

7575
## Step 4: Configure your Worker

0 commit comments

Comments
 (0)