This commit is contained in:
Overtorment 2018-10-06 03:19:16 +01:00
parent 9da71cfd5a
commit 818e35a3eb
2 changed files with 1 additions and 3 deletions

2
App.js
View file

@ -8,8 +8,6 @@ import Selftest from './screen/selftest';
import About from './screen/settings/about';
import PlausibleDeniability from './screen/plausibledeniability';
import Sentry from 'sentry-expo';
Sentry.enableInExpoDevelopment = true; // TODO: Remove this once Sentry is correctly setup.
Sentry.config('https://23377936131848ca8003448a893cb622@sentry.io/1295736').install();
/** @type {AppStorage} */

View file

@ -22,7 +22,7 @@
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"prepare": "./patches/fix_mangle.sh; git apply patches/transaction_builder.js.patch; git apply ./patches/transaction.js.patch; ./sentry.sh",
"prepare": "./patches/fix_mangle.sh; git apply patches/transaction_builder.js.patch; git apply ./patches/transaction.js.patch; test -f sentry.sh && ./sentry.sh",
"start": "expo start",
"eject": "expo eject",
"android": "expo android",