1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-05 15:52:47 +02:00

Add initial Sentry setup for crashes and perf tracking (#7141)

* Add initial Sentry setup for crashes and perf tracking

* Fix failing analytics tests

* Reformat code to fix style issue

* Close sentry when user signs out

* Add initial unit tests for Sentry

* Remove unused import

* Exclude amitkma from signoff requirements for PRs
This commit is contained in:
Amit Kumar
2022-10-05 16:49:14 +05:30
committed by GitHub
parent 70976c355a
commit aad2eed396
15 changed files with 162 additions and 13 deletions

1
changelog.d/7076.misc Normal file
View File

@@ -0,0 +1 @@
Add basic integration of Sentry to capture errors and crashes if user has given consent.