sentry-reliability-patterns

Sentry Reliability Patterns

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "sentry-reliability-patterns" with this command: npx skills add jeremylongshore/claude-code-plugins-plus-skills/jeremylongshore-claude-code-plugins-plus-skills-sentry-reliability-patterns

Sentry Reliability Patterns

Prerequisites

  • Understanding of failure modes

  • Fallback logging strategy

  • Network reliability characteristics

  • Graceful shutdown requirements

Instructions

  • Wrap Sentry.init with try/catch for graceful initialization failure handling

  • Implement fallback capture function that logs locally if Sentry fails

  • Add retry with exponential backoff for network failures

  • Implement offline event queue for intermittent connectivity

  • Add circuit breaker pattern to skip Sentry after repeated failures

  • Configure request timeout with wrapper function

  • Implement graceful shutdown with Sentry.close() on SIGTERM

  • Set up dual-write pattern to multiple error trackers for redundancy

  • Create health check endpoint to verify Sentry connectivity

  • 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 ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.

Examples

See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.

Resources

  • Sentry Configuration

  • Transport Options

Overview

Build reliable Sentry integrations.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

backtesting-trading-strategies

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

svg-icon-generator

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

performance-lighthouse-runner

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

mindmap-generator

No summary provided by upstream source.

Repository SourceNeeds Review