bcc-code / bcc-media-app

[BCC Media] Video-on-demand app for iOS and Android
https://apps.apple.com/no/app/brunstadtv/id913268220
Apache License 2.0
15 stars 3 forks source link

Prevent network errors from going to Sentry #454

Open sifferhans opened 1 hour ago

sifferhans commented 1 hour ago

We should filter out all errors related to network issues, as we have no control over users network. These kinds of issues also use a lot of our monthly capacity in Sentry

The filtering should be implemented in code.

sifferhans commented 1 hour ago

I've implemented filtering on SocketExceptions, will see if that cleans up the Sentry inbox a bit when pushed out to users