Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    aj-geddes

    error-tracking

    aj-geddes/error-tracking
    DevOps
    59
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Implement error tracking with Sentry for automatic exception monitoring, release tracking, and performance issues...

    SKILL.md

    Error Tracking

    Table of Contents

    • Overview
    • When to Use
    • Quick Start
    • Reference Guides
    • Best Practices

    Overview

    Set up comprehensive error tracking with Sentry to automatically capture, report, and analyze exceptions, performance issues, and application stability.

    When to Use

    • Production error monitoring
    • Automatic exception capture
    • Release tracking
    • Performance issue detection
    • User impact analysis

    Quick Start

    Minimal working example:

    npm install -g @sentry/cli
    npm install @sentry/node @sentry/tracing
    sentry init -d
    

    Reference Guides

    Detailed implementations in the references/ directory:

    Guide Contents
    Sentry Setup Sentry Setup, Node.js Sentry Integration
    Express Middleware Integration Express Middleware Integration
    Python Sentry Integration Python Sentry Integration
    Source Maps and Release Management Source Maps and Release Management, CI/CD Release Creation
    Custom Error Context Custom Error Context
    Performance Monitoring Performance Monitoring

    Best Practices

    ✅ DO

    • Set up source maps for production
    • Configure appropriate sample rates
    • Track releases and deployments
    • Filter sensitive information
    • Add meaningful context to errors
    • Use breadcrumbs for debugging
    • Set user information
    • Review error patterns regularly

    ❌ DON'T

    • Send 100% of errors in production
    • Include passwords in context
    • Ignore configuration for environment
    • Skip source map uploads
    • Log personally identifiable information
    • Use without proper filtering
    • Disable tracking in production
    Recommended Servers
    Sentry
    Sentry
    Cloudflare Workers Observability
    Cloudflare Workers Observability
    Vercel Grep
    Vercel Grep
    Repository
    aj-geddes/useful-ai-prompts
    Files