Back to list
jeremylongshore

sentry-reliability-patterns

by jeremylongshore

Hundreds of Claude Code plugins with embedded AI skills. Learn via interactive Jupyter tutorials.

1,042🍴 135📅 Jan 23, 2026

SKILL.md


name: sentry-reliability-patterns description: | Build reliable Sentry integrations. Use when handling SDK failures gracefully, implementing retry logic, or ensuring error tracking uptime. Trigger with phrases like "sentry reliability", "sentry failover", "sentry sdk failure handling", "resilient sentry setup". allowed-tools: Read, Write, Edit, Grep version: 1.0.0 license: MIT author: Jeremy Longshore jeremy@intentsolutions.io

Sentry Reliability Patterns

Prerequisites

  • Understanding of failure modes
  • Fallback logging strategy
  • Network reliability characteristics
  • Graceful shutdown requirements

Instructions

  1. Wrap Sentry.init with try/catch for graceful initialization failure handling
  2. Implement fallback capture function that logs locally if Sentry fails
  3. Add retry with exponential backoff for network failures
  4. Implement offline event queue for intermittent connectivity
  5. Add circuit breaker pattern to skip Sentry after repeated failures
  6. Configure request timeout with wrapper function
  7. Implement graceful shutdown with Sentry.close() on SIGTERM
  8. Set up dual-write pattern to multiple error trackers for redundancy
  9. Create health check endpoint to verify Sentry connectivity
  10. Test all failure scenarios to ensure application continues operating

Output

  • Graceful degradation implemented
  • Circuit breaker pattern applied
  • Offline queue configured
  • Dual-write reliability enabled

Error Handling

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

Examples

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

Resources

Score

Total Score

85/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 1000以上

+15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon