Platform/API changes can break the extension
Chrome/Firefox deprecations (e.g., Manifest V2/V3) or permission changes can disable features.
Watch these
- Crash-free sessionsLaggingSessions without runtime errorsHealthy: β₯ 99%Act at: < 97%
- Error rateLeadingErrors per 1k sessionsHealthy: < 5/1kAct at: β₯ 10/1k
- API watchlist coverageDiagnostic% key APIs monitored for deprecationHealthy: 100%Act at: < 80%
What to do
- Track deprecation schedules; pin to stable manifests.
- Automated error reporting + canary channel for early detection.
- Fallbacks for changed permissions; graceful feature degradation.