Skip to content

Conversation

@AbhiPrasad
Copy link
Contributor

Summary

Opening a PR against #24713 to add sentry instructions

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`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These docs show a different traces endpoint than is shown in Client Keys (DSN) page in sentry.io project settings. Which one is correct?

Image

Copy link
Contributor Author

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.

Copy link
Contributor Author

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.

@nevikashah nevikashah merged commit 7336a37 into cloudflare:nevi/tracing Oct 22, 2025
3 checks passed
@workers-devprod workers-devprod added the contribution [Holopin] Recognizes a docs contribution, big or small label Oct 22, 2025
@holopin-bot
Copy link

holopin-bot bot commented Oct 22, 2025

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.
Or if you're new to Holopin, you can simply sign up with GitHub, which will do the trick!

nevikashah added a commit that referenced this pull request Oct 28, 2025
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contribution [Holopin] Recognizes a docs contribution, big or small October 2025 product:workers Related to Workers product size/m

Projects

None yet

Development

Successfully merging this pull request may close these issues.