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
16 stars 3 forks source link

feat: add sentry for error reporting #419

Closed sifferhans closed 3 months ago

sifferhans commented 3 months ago
## About the changes Implemented Sentry for error tracking and reporting.

Important files

Sentry is initialized in main.dart, where the options also are defined.

Discussion points

Is there any specific features of Sentry we want to use? This initial implementation is the bare-bones implementation, where it only reports errors and crashes.