📈(frontend) stop double-reporting media device failures

Only report `Other` `MediaDeviceFailure` cases as they genuinely
need investigation.

Make sure we do not report the same situation both as a media event
and as a media exception when it is already handled.
This commit is contained in:
lebaudantoine
2026-08-14 12:55:09 +02:00
committed by aleb_the_flash
parent b7abd0ae6e
commit 8d000fc6d9
4 changed files with 14 additions and 10 deletions
+1
View File
@@ -23,6 +23,7 @@ and this project adheres to
- 🐛(analytics) filter benign ResizeObserver loop error in Sentry/PostHog
- 🐛(frontend) stop reporting screen-share denials as errors
- 🐛(frontend) generalize screen-share error modal beyond macOS
- 📈(frontend) stop double-reporting media device failures
## [1.26.0] - 2026-08-12