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
- Docs: https://docs.sentry.io
Key Capabilities
Sentry's SDK bundles capabilities developers often add as separate tools:
- Performance tracing: distributed tracing across services is built-in — configure
tracesSampleRateandtracePropagationTargets, 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