-
Notifications
You must be signed in to change notification settings - Fork 10k
Add Sentry OTLP instructions #25996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Sentry OTLP instructions #25996
Conversation
| To configure your traces destination, click **Add destination** and configure the following: | ||
| - **Destination Name**: `sentry-traces` (or any descriptive name) | ||
| - **Destination Type**: Select **Traces** | ||
| - **OTLP Endpoint**: Your Sentry OTLP traces endpoint (e.g., `https://{HOST}/api/{PROJECT_ID}/integration/otlp/v1/traces`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yeah that's a bug on our side! Let me fix that super quick.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I opened a PR to fix this in sentry here: getsentry/sentry#101970. It'll be merged soon, the docs here are correct, we just need to fix the sentry settings to show it correctly.
|
Congratulations @AbhiPrasad, the maintainer of this repository has issued you a holobyte! Here it is: https://holopin.io/holobyte/cmh2jvl9c0008l7046k6mslej This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. |
* WIP PR for tracing * Various tweaks to tracing docs * Update known limitations and spans documentation for tracing - Corrected links in the known limitations section to point to the appropriate security model documentation. - Updated span and attribute references to reflect changes in the Durable Object Storage API, including renaming and correcting links for various methods. * Update links in tracing documentation for accuracy - Corrected the link for the Durable Object Storage SQL API to point to the correct SQLite storage API documentation. - Ensured consistency in the references to OpenTelemetry and observability platforms. * add sentry instructions (#25996) * Enhance OpenTelemetry configuration documentation - Added `head_sampling_rate` and `persist` options for traces and logs in the OpenTelemetry configuration example. - Improved clarity in the tracing documentation regarding default sampling rates and configuration options. * Update Datadog link and improve comments in OpenTelemetry configuration documentation - Updated the Datadog entry to include a direct link to the official documentation. - Enhanced comments for clarity regarding the optional disabling of traces and logs in the Cloudflare dashboard. * Update spans-and-attributes.mdx (#26036) * Update spans-and-attributes.mdx Add explanation for sequence number and remove attributes for durable_object_subrequest that we do not have yet * Update spans-and-attributes.mdx Also remove cold start since we do not have that info yet * Update Sentry and spans-and-attributes documentation for clarity - Clarified the format for the Sentry authentication header in the OpenTelemetry data exporting instructions. - Updated attribute names in spans-and-attributes documentation to include the correct units for CPU and wall time. * 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. * Remove spans / attributes we haven't landed yet (#26099) --------- Co-authored-by: Mike Nomitch <[email protected]> Co-authored-by: Abhijeet Prasad <[email protected]> Co-authored-by: Jeremy Morrell (Cloudflare) <[email protected]>

Summary
Opening a PR against #24713 to add sentry instructions