about summary refs log tree commit diff
path: root/src/lib/sentry.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove the environment indirections (#7089)dan2024-12-131-3/+3
| | | | | * Use raw underlying globals for environment * Set dev EXPO_PUBLIC_ENV by exclusion
* Sort imports (#6009)dan2024-10-291-1/+1
| | | | | * Mark import sort/order/style rules as error * npm run lint -- --fix
* remove expo-sentry (#5405)Hailey2024-09-181-2/+2
|
* Better dist strings for Sentry (#3584)Hailey2024-04-161-12/+5
| | | | | | | * better version codes for sentry * use a `.` to follow the same intended format as before * ignore dist build number
* migrate to `expo-application` (#3417)Hailey2024-04-041-3/+3
| | | | | * migrate to `expo-application` * replace additional usage
* Disable sentry in dev (#2128)Eric Bailey2023-12-071-1/+1
|
* Throttle non-critical Sentry messages (#2110)dan2023-12-061-0/+1
| | | | | * Throttle non-critical Sentry messages * Run all timers in tests
* Full send Sentry (#2018)Eric Bailey2023-11-281-2/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update build profiles, sentry config * Enable sentry * Ok actually enable in dev * Remove debug * Add TF build * Fix typo * Remove debug * Remove unecessary config * Fix typo * Set env in Expo * Remove scripts * Clarify * Replace invalid character * Align on release/dist * Add build version * Just use package version * Align dist
* Use Sentry only for errors (#1776)dan2023-11-071-46/+2
| | | | | * Use Sentry only for errors * Fix merge
* Upgrade to Expo 49 (#1331)Eric Bailey2023-09-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to expo 49 * update expo-camera to fix console erorrs * run doctor again * fix ts errors * patch @sentry/react-native Getting `cannot read property 'ignoreLogs' of undefined` in this file. Ironically, this may be a cyclical imports problem. LogBox isn't enabled in production, so this patch should only affect dev/test. * fix type error * reinstall newer reanimated * pin expo-dev-client to fix reanimated dev-build issue * fix type errors, fix bad conflict res * Fix to notifications badge z-index on desktop --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* add profiles sampling to sentry (#1237)Ansh2023-08-211-0/+5
|
* [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>