What problem does it solve?
This Skill simplifies the process of integrating Sentry error tracking into Cloudflare Workers, providing structured logging and rich breadcrumbs for comprehensive error analysis.
Core Features & Use Cases
- Sentry Integration: Streamlines the setup of Sentry for Cloudflare Workers, with environment-specific configurations and sampling rates.
- Custom Context Management: Allows setting user context, tags, and custom metadata for detailed error correlation.
- Breadcrumbs for Debugging: Offers guidance on adding breadcrumbs to track event sequences and user actions for enhanced debugging.
- Manual Error Capture: Provides instructions for capturing exceptions with additional metadata for more accurate error tracking.
- Use Case: For a Cloudflare Worker developer who wants to add advanced error tracking with Sentry, this Skill walks through the process from setting up the withSentry wrapper to capturing manual errors with custom tags and data.
Quick Start
Integrate Sentry into your Cloudflare Worker project using the provided SKILL.md instructions for setting up the Sentry wrapper and managing error tracking.