We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8724212 commit 0768cb3Copy full SHA for 0768cb3
source/bugsnag.js
@@ -6,7 +6,6 @@ const PRODUCTION = process.env.NODE_ENV === 'production'
6
7
const config = new Configuration()
8
config.autoNotify = PRODUCTION
9
-config.codeBundleId = pkg.version
10
if (!PRODUCTION) {
11
// disable bugsnag in dev builds
12
config.beforeSendCallbacks.push(() => false)
0 commit comments