Removed bugsnag test

This commit is contained in:
Mustafa Buyukcelebi 2019-06-25 12:00:05 +03:00
parent 00cfefa3a4
commit edbb0ed87e

2
App.js
View File

@ -4,6 +4,4 @@ import App from './src/index';
const bugsnag = new Client(Config.BUGSNAG_API_KEY);
bugsnag.notify(new Error('test'));
export default App;