sentry

Configure Sentry SDK for error tracking, performance monitoring, and session replay.

5|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/mikkelkrogsholm/dev-skills --skill sentry-mikkelkrogsholm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/mikkelkrogsholm/dev-skills/tree/main/sentry
Command: npx skills add https://github.com/mikkelkrogsholm/dev-skills --skill sentry-mikkelkrogsholm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers monitor their applications for errors, track performance issues, and gain insights into user sessions, reducing debugging time and improving application stability.

Core Features & Use Cases

  • Error Tracking: Automatically captures and reports errors from your application.
  • Performance Monitoring: Tracks transaction performance and identifies bottlenecks.
  • Session Replay: Records user sessions to help understand the context of errors.
  • Use Case: When a critical bug is reported in production, use this Skill to quickly access Sentry's error logs and session replays to pinpoint the cause and fix it efficiently.

Quick Start

Use the sentry skill to find all errors that occurred in the last 24 hours.

Frequently Asked Questions about sentry

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track application errors in Next.js and Node.js?

Error tracking in Next.js and Node.js is done by initializing the Sentry SDK to automatically capture and report runtime exceptions. This requires configuring the SDK within your application environment to start logging errors.

How does session replay work for debugging production errors?

Session replay works by recording user sessions to help understand the exact context of errors. By reviewing these replays, developers can visually trace user interactions leading up to a failure, significantly reducing debugging time.

Do I need CI authentication tokens to upload source maps for error tracking?

Uploading source maps for error tracking requires CI authentication tokens. These tokens authenticate your continuous integration environment to securely upload source maps, ensuring Sentry can deobfuscate and map errors to original source code.

Can I scrub PII from performance monitoring data before it is sent?

You can scrub PII from performance monitoring data before transmission. The SDK configuration supports PII scrubbing to ensure sensitive user information is removed from transaction traces and error reports for compliance.

What is the best way to configure tracing and sampling for application monitoring?

Configuring tracing and sampling for application monitoring is handled through SDK initialization settings. You adjust sampling rates to control the volume of traced transactions, balancing performance overhead with monitoring visibility.

How do I find all production errors that occurred in the last 24 hours?

Finding all production errors from the last 24 hours involves querying your application monitoring dashboard. The Sentry skill allows you to quickly access error logs and session replays to pinpoint the cause and fix it efficiently.