about summary refs log tree commit diff
path: root/src/logger/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* Increase log dump to 500, dump everything in there (#2268)Eric Bailey2023-12-211-5/+7
|
* Disable sentry in dev (#2128)Eric Bailey2023-12-071-2/+2
|
* Throttle non-critical Sentry messages (#2110)dan2023-12-061-2/+28
| | | | | * Throttle non-critical Sentry messages * Run all timers in tests
* Improve error handling in dev-only (#2095)Eric Bailey2023-12-051-3/+9
|
* Full send Sentry (#2018)Eric Bailey2023-11-281-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Make sure logger serializes errors (#2001)Eric Bailey2023-11-271-4/+17
|
* Comment out sentry in prod for nowEric Bailey2023-11-041-1/+1
|
* Add new loggerEric Bailey2023-11-041-0/+290