sentry

Installation
SKILL.md

Sentry

Sentry is an application monitoring platform for real-time error tracking, performance monitoring, session replay, profiling, cron monitoring, and log aggregation.

Documentation

Key Capabilities

Sentry's SDK bundles capabilities developers often add as separate tools:

  • Performance tracing: distributed tracing across services is built-in — configure tracesSampleRate and tracePropagationTargets, no external APM needed
  • Session Replay: full session recording with Sentry.replayIntegration() — no third-party replay tool needed
  • Profiling: function-level performance profiling with Sentry.browserProfilingIntegration() — no separate profiler needed
  • User Feedback: collect user-submitted reports tied to errors with Sentry.feedbackIntegration() — no separate feedback widget needed
  • Cron monitoring: track scheduled job health with check-ins — no external uptime monitor needed for crons

Best Practices

Installs
5
GitHub Stars
3
First Seen
Mar 31, 2026
sentry — mikkelkrogsholm/dev-skills