Files
com.blitzwallet/firebase.json
T
Blake KaufmanandGitHub 073f98c00c Add crash analytics for easier maintenance (#97)
* adding crashlytics package

* creating default crashlytics config options

* creating sheild icon for crash settings page

* adding crash reporting settings storage object

* created crash reports page

* created crash report helper functions

* adding crashlytics to login path

* fixing skip crash bug

* adding crash logs

* adding more crash logs

* created manually force crash helper function

* xcode fills
2025-04-11 09:17:21 -04:00

10 lines
300 B
JSON

{
"react-native": {
"crashlytics_debug_enabled": false,
"crashlytics_disable_auto_disabler": true,
"crashlytics_auto_collection_enabled": true,
"crashlytics_is_error_generation_on_js_crash_enabled": true,
"crashlytics_javascript_exception_handler_chaining_enabled": false
}
}