## 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.
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.