sentry-reliability-patterns
jeremylongshore/claude-code-plugins-plus-skills
This guide details advanced patterns for building fault-tolerant Sentry integrations. It addresses critical real-world failure points, such as SDK initialization failures, network outages, and abrupt process shutdowns. By implementing graceful degradation, circuit breakers, and durable offline queuing, applications can ensure core functionality remains online and stable, even when the external error tracking service is unreachable or degraded.