about summary refs log tree commit diff
path: root/src/lib/sentry.ts
Commit message (Collapse)AuthorAgeFilesLines
* [APP-527] setup sentry (#532)Ansh2023-05-011-0/+46
* setup sentry * add sentry to transformIgnorePatterns to fix jest issues * update README with sourcemap instructions * only enable integrations on native * fix sentry web * remove testing code * fix sentry authToken * Switch over to paul's auth tokens temporarily (lol) --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>