mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
OPS: Use App Center trackEvent
This commit is contained in:
parent
fd3de0e8fc
commit
1a4f820c63
@ -1,11 +1,13 @@
|
||||
import amplitude from 'amplitude-js';
|
||||
import Analytics from 'appcenter-analytics';
|
||||
|
||||
amplitude.getInstance().init('8b7cf19e8eea3cdcf16340f5fbf16330', null, {
|
||||
useNativeDeviceInfo: true,
|
||||
});
|
||||
|
||||
let A = function(event) {
|
||||
let A = event => {
|
||||
amplitude.getInstance().logEvent(event);
|
||||
Analytics.trackEvent(event);
|
||||
};
|
||||
|
||||
A.ENUM = {
|
||||
|
Loading…
Reference in New Issue
Block a user