Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-observability-exporting-opentelemetry-data-export-to-sentry-workflow-guide.mdA 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.textA 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.textA 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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