1.3.7-5 - Production - Update logic and numbers. Remove package.

This commit is contained in:
Patrick Fic
2022-06-27 10:55:57 -07:00
parent 33cc7cca0a
commit 3596142f04
6 changed files with 47 additions and 96 deletions

2
App.js
View File

@@ -24,7 +24,7 @@ Sentry.init({
// ... other options
}),
],
// debug: true, // Sentry will try to print out useful debugging information if something goes wrong with sending an event. Set this to `false` in production.
debug: true, // Sentry will try to print out useful debugging information if something goes wrong with sending an event. Set this to `false` in production.
});
Sentry.Native.nativeCrash();