about summary refs log tree commit diff
path: root/src/logger
Commit message (Collapse)AuthorAgeFilesLines
* Remove the environment indirections (#7089)dan2024-12-133-13/+12
| | | | | * Use raw underlying globals for environment * Set dev EXPO_PUBLIC_ENV by exclusion
* Gate bitdrift integration (#7088)dan2024-12-133-5/+4
| | | | | | | | | * Move Statsig init call earlier * Gate Bitdrift init call * Remove IS_TEST env constant * Mock statsig
* Fix web build (#7069)dan2024-12-124-88/+105
| | | | | | | * Fix web build * Fix circular deps * Hoist log functions
* configure the bitdrift Capture SDK (#6979)Snow Pettersen2024-12-121-0/+24
| | | | | | | | | | | | | | | * configure bitdrift Capture SDK * remove console log * use the new url * add patch to fix devtool interaction * update patches * fix patch * add BITDRIFT_API_KEY to .env.example
* Clean up left nav on web (#5488)Eric Bailey2024-09-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * Tweak nav item count style * Fix nav item icon width and alignment * Just refactor the thing * New compose button * Z index * Rounded * Tweak gradient * Tweak gradient * Tweak gradient * Solid * Adjust position of counter * Always a circle
* Filter errors that get sent to Sentry (#5247)Hailey2024-09-251-2/+8
|
* remove expo-sentry (#5405)Hailey2024-09-183-10/+8
|
* [Clipclops] External store, suspend/resume (#3829)Eric Bailey2024-05-021-0/+1
| | | | | | | | | | | | | * Initial working external store * Clean up WIP, explore suspend/resume * Clean up state, bindings, snapshots, add some logs * Reduce snapshots, add better logic check * Bump interval a smidge * Remove unused type
* Increase log dump to 500, dump everything in there (#2268)Eric Bailey2023-12-212-6/+8
|
* Disable sentry in dev (#2128)Eric Bailey2023-12-071-2/+2
|
* Throttle non-critical Sentry messages (#2110)dan2023-12-062-2/+30
| | | | | * 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-272-4/+37
|
* Replace all logs with new loggerEric Bailey2023-11-041-0/+2
|
* Add logDump tests, ensure Log screen is reversedEric Bailey2023-11-042-1/+37
|
* Comment out sentry in prod for nowEric Bailey2023-11-041-1/+1
|
* Add new loggerEric Bailey2023-11-047-0/+837