Skills Development Sentry Troubleshooting Guide

Sentry Troubleshooting Guide

v20260311
sentry-advanced-troubleshooting
Provides step-by-step diagnostics for Sentry SDK problems, covering debug mode checks, source map repair, event sampling, transaction tracing, and CLI tools to confirm instrumentation and performance coverage.
Get Skill
319 downloads
Overview

Sentry Advanced Troubleshooting

Prerequisites

  • Debug mode enabled in SDK
  • Access to application logs
  • Sentry dashboard access
  • Sentry CLI installed for source map debugging

Instructions

  1. Enable debug mode in SDK configuration to see verbose logging
  2. Verify SDK initialization by checking if client exists after init
  3. Test network connectivity to Sentry ingest endpoint
  4. Check sampling configuration to ensure events are not being dropped
  5. Temporarily disable beforeSend filtering during debugging
  6. Use sentry-cli sourcemaps explain to diagnose source map issues
  7. Verify transaction creation and finish calls for performance data
  8. Check breadcrumb capture with beforeBreadcrumb debugging
  9. Resolve SDK conflicts by ensuring single initialization
  10. Run diagnostic script to generate comprehensive health report

Output

  • Root cause identified for SDK issues
  • Source map problems resolved
  • Event capture verified working
  • Performance monitoring validated

Error Handling

See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.

Examples

See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.

Resources

Overview

Execute advanced Sentry troubleshooting techniques.

Info
Category Development
Name sentry-advanced-troubleshooting
Version v20260311
Size 5.94KB
Updated At 2026-03-12
Language