mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
FIX: bugsnag integration
This commit is contained in:
parent
8fb44adb75
commit
7f8a07d8d8
1 changed files with 0 additions and 3 deletions
3
index.js
3
index.js
|
@ -1,11 +1,8 @@
|
||||||
import Bugsnag from '@bugsnag/react-native';
|
|
||||||
|
|
||||||
import React, { useEffect } from 'react';
|
import React, { useEffect } from 'react';
|
||||||
import './shim.js';
|
import './shim.js';
|
||||||
import { AppRegistry } from 'react-native';
|
import { AppRegistry } from 'react-native';
|
||||||
import App from './App';
|
import App from './App';
|
||||||
import { BlueStorageProvider } from './blue_modules/storage-context';
|
import { BlueStorageProvider } from './blue_modules/storage-context';
|
||||||
Bugsnag.start();
|
|
||||||
const A = require('./blue_modules/analytics');
|
const A = require('./blue_modules/analytics');
|
||||||
if (!Error.captureStackTrace) {
|
if (!Error.captureStackTrace) {
|
||||||
// captureStackTrace is only available when debugging
|
// captureStackTrace is only available when debugging
|
||||||
|
|
Loading…
Add table
Reference in a new issue