cloudflare · Cloudflare Workers Docs
Workers Export to Sentry
A step-by-step guide to configuring Cloudflare Workers to export OpenTelemetry-compliant traces and logs to a Sentry project using OTLP endpoints.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Export to Sentry
A step-by-step guide to configuring Cloudflare Workers to export OpenTelemetry-compliant traces and logs to a Sentry project using OTLP endpoints.
When To Use
Use when you need to integrate Cloudflare Workers telemetry with Sentry to monitor application health, query logs, or create custom performance alerts.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-observability-exporting-opentelemetry-data-export-to-sentry-workflow-guide.md | A guide on configuring Cloudflare Workers to export OpenTelemetry data to Sentry for observability. | Questions about a guide on configuring Cloudflare Workers to export OpenTelemetry data to Sentry for observability. |
examples/workers-observability-exporting-opentelemetry-data-export-to-sentry-clou.text | A configuration snippet for enabling OpenTelemetry traces and logs export from Cloudflare Workers to Sentry destinations. | Exact payloads, commands, or snippets shown in A configuration snippet for enabling OpenTelemetry traces and logs export from Cloudflare Workers to Sentry destinati... |
examples/workers-observability-exporting-opentelemetry-data-export-to-sentry-clou-2.text | A configuration snippet enabling OpenTelemetry traces and logs for Cloudflare Workers to be exported to Sentry destinations. | Exact payloads, commands, or snippets shown in A configuration snippet enabling OpenTelemetry traces and logs for Cloudflare Workers to be exported to Sentry destin... |
What This Skill Covers
- Sentry is a software monitoring tool that helps developers identify and debug performance issues and errors. From end-to-end distributed tracing to performan...
- Main sections:
Prerequisites,Step 1: Create a Sentry project,Step 2: Get your Sentry OTLP endpoints,Step 3: Set up destination in the Cloudflare dashboard,Traces Destination.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.cloudflare.com/workers/observability/exporting-opentelemetry-data/sentry
