chore: Bugsnag -> Sentry (#1178)

* Bugsnag -> Sentry

* fix: Import style
This commit is contained in:
Tom Moor
2020-02-16 22:58:50 -08:00
committed by GitHub
parent 8fbd4a7463
commit c15cbd06a4
15 changed files with 157 additions and 238 deletions

View File

@ -3,9 +3,9 @@ declare var __DEV__: string;
declare var SLACK_KEY: string;
declare var SLACK_APP_ID: string;
declare var BASE_URL: string;
declare var BUGSNAG_KEY: ?string;
declare var SENTRY_DSN: ?string;
declare var DEPLOYMENT: string;
declare var Bugsnag: any;
declare var Sentry: any;
declare var process: {
env: {
[string]: string,

View File

@ -1,158 +0,0 @@
// flow-typed signature: fa2210251969d5a91003802cd9026d2d
// flow-typed version: <<STUB>>/bugsnag_v^1.7.0/flow_v0.86.0
/**
* This is an autogenerated libdef stub for:
*
* 'bugsnag'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'bugsnag' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'bugsnag/examples/express/api' {
declare module.exports: any;
}
declare module 'bugsnag/examples/express/bugsnag' {
declare module.exports: any;
}
declare module 'bugsnag/examples/express/index' {
declare module.exports: any;
}
declare module 'bugsnag/examples/koa/api' {
declare module.exports: any;
}
declare module 'bugsnag/examples/koa/bugsnag' {
declare module.exports: any;
}
declare module 'bugsnag/examples/koa/index' {
declare module.exports: any;
}
declare module 'bugsnag/Gruntfile' {
declare module.exports: any;
}
declare module 'bugsnag/lib/bugsnag' {
declare module.exports: any;
}
declare module 'bugsnag/lib/configuration' {
declare module.exports: any;
}
declare module 'bugsnag/lib/error' {
declare module.exports: any;
}
declare module 'bugsnag/lib/logger' {
declare module.exports: any;
}
declare module 'bugsnag/lib/notification' {
declare module.exports: any;
}
declare module 'bugsnag/lib/request_info' {
declare module.exports: any;
}
declare module 'bugsnag/lib/utils' {
declare module.exports: any;
}
declare module 'bugsnag/test/bugsnag' {
declare module.exports: any;
}
declare module 'bugsnag/test/error' {
declare module.exports: any;
}
declare module 'bugsnag/test/express' {
declare module.exports: any;
}
declare module 'bugsnag/test/notification' {
declare module.exports: any;
}
declare module 'bugsnag/test/utils' {
declare module.exports: any;
}
// Filename aliases
declare module 'bugsnag/examples/express/api.js' {
declare module.exports: $Exports<'bugsnag/examples/express/api'>;
}
declare module 'bugsnag/examples/express/bugsnag.js' {
declare module.exports: $Exports<'bugsnag/examples/express/bugsnag'>;
}
declare module 'bugsnag/examples/express/index.js' {
declare module.exports: $Exports<'bugsnag/examples/express/index'>;
}
declare module 'bugsnag/examples/koa/api.js' {
declare module.exports: $Exports<'bugsnag/examples/koa/api'>;
}
declare module 'bugsnag/examples/koa/bugsnag.js' {
declare module.exports: $Exports<'bugsnag/examples/koa/bugsnag'>;
}
declare module 'bugsnag/examples/koa/index.js' {
declare module.exports: $Exports<'bugsnag/examples/koa/index'>;
}
declare module 'bugsnag/Gruntfile.js' {
declare module.exports: $Exports<'bugsnag/Gruntfile'>;
}
declare module 'bugsnag/lib/bugsnag.js' {
declare module.exports: $Exports<'bugsnag/lib/bugsnag'>;
}
declare module 'bugsnag/lib/configuration.js' {
declare module.exports: $Exports<'bugsnag/lib/configuration'>;
}
declare module 'bugsnag/lib/error.js' {
declare module.exports: $Exports<'bugsnag/lib/error'>;
}
declare module 'bugsnag/lib/logger.js' {
declare module.exports: $Exports<'bugsnag/lib/logger'>;
}
declare module 'bugsnag/lib/notification.js' {
declare module.exports: $Exports<'bugsnag/lib/notification'>;
}
declare module 'bugsnag/lib/request_info.js' {
declare module.exports: $Exports<'bugsnag/lib/request_info'>;
}
declare module 'bugsnag/lib/utils.js' {
declare module.exports: $Exports<'bugsnag/lib/utils'>;
}
declare module 'bugsnag/test/bugsnag.js' {
declare module.exports: $Exports<'bugsnag/test/bugsnag'>;
}
declare module 'bugsnag/test/error.js' {
declare module.exports: $Exports<'bugsnag/test/error'>;
}
declare module 'bugsnag/test/express.js' {
declare module.exports: $Exports<'bugsnag/test/express'>;
}
declare module 'bugsnag/test/notification.js' {
declare module.exports: $Exports<'bugsnag/test/notification'>;
}
declare module 'bugsnag/test/utils.js' {
declare module.exports: $Exports<'bugsnag/test/utils'>;
}