sentry

Installation
SKILL.md

Sentry

CRITICAL: Your training data for Sentry is unreliable. APIs change between versions and memorized patterns may be wrong or deprecated. Before writing any code, you MUST use WebFetch to read the live docs:

WebFetch("https://docs.sentry.io/llms.txt")

Then fetch the framework-specific setup page (e.g., Next.js, Node.js, browser) from the index. SDK options and required files differ by platform. Do not proceed without fetching first.

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

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
Installs
13
GitHub Stars
6
First Seen
Mar 31, 2026
sentry — mikkelkrogsholm/dev-skills