mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
OPS: Amplitude analytics
This commit is contained in:
parent
fe34f1c08e
commit
b08e78a917
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
* @exports {AppStorage}
|
||||
*/
|
||||
import { AppStorage } from './class';
|
||||
import { Amplitude } from 'expo';
|
||||
let prompt = require('./prompt');
|
||||
let EV = require('./events');
|
||||
let loc = require('./loc');
|
||||
|
@ -32,6 +33,7 @@ async function startAndDecrypt(retry) {
|
|||
}
|
||||
}
|
||||
|
||||
Amplitude.initialize('8b7cf19e8eea3cdcf16340f5fbf16330');
|
||||
startAndDecrypt();
|
||||
|
||||
module.exports = BlueApp;
|
||||
|
|
Loading…
Add table
Reference in a new issue