From 7f8a07d8d8431a0234a3a0a26d12a9f9e4c8de2b Mon Sep 17 00:00:00 2001 From: Overtorment Date: Mon, 20 Sep 2021 14:13:17 +0100 Subject: [PATCH] FIX: bugsnag integration --- index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.js b/index.js index 9005f2bac..40cee96f7 100644 --- a/index.js +++ b/index.js @@ -1,11 +1,8 @@ -import Bugsnag from '@bugsnag/react-native'; - import React, { useEffect } from 'react'; import './shim.js'; import { AppRegistry } from 'react-native'; import App from './App'; import { BlueStorageProvider } from './blue_modules/storage-context'; -Bugsnag.start(); const A = require('./blue_modules/analytics'); if (!Error.captureStackTrace) { // captureStackTrace is only available when debugging