mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
OPS
This commit is contained in:
parent
9da71cfd5a
commit
818e35a3eb
2 changed files with 1 additions and 3 deletions
2
App.js
2
App.js
|
@ -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} */
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue