sentry-sdk-patterns

📁 jeremylongshore/claude-code-plugins-plus-skills 📅 Jan 27, 2026
1
总安装量
1
周安装量
#47997
全站排名
安装命令
npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill sentry-sdk-patterns

Agent 安装分布

opencode 1
cursor 1

Skill 文档

Sentry Sdk Patterns

Prerequisites

  • Sentry SDK installed and configured
  • Understanding of error handling concepts
  • Familiarity with async/await patterns

Instructions

  1. Create a centralized error handler module for consistent error capture
  2. Implement scoped context for transactions and operations
  3. Add structured breadcrumbs for debugging context
  4. Configure error boundaries in frameworks (React, Vue, etc.)
  5. Use custom fingerprinting for better issue grouping
  6. Implement async error handling with proper scope propagation
  7. Add performance tracing for critical paths
  8. Configure sampling rates based on traffic volume

See {baseDir}/references/implementation.md for detailed implementation guide.

Output

  • Clean, maintainable error handling code
  • Consistent error context across application
  • Efficient Sentry SDK usage

Error Handling

See {baseDir}/references/errors.md for comprehensive error handling.

Examples

See {baseDir}/references/examples.md for detailed examples.

Resources