Skip to content

Commit 0768cb3

Browse files
committed
remove codeBundleId now that we aren't using codepush
1 parent 8724212 commit 0768cb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/bugsnag.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const PRODUCTION = process.env.NODE_ENV === 'production'
66

77
const config = new Configuration()
88
config.autoNotify = PRODUCTION
9-
config.codeBundleId = pkg.version
109
if (!PRODUCTION) {
1110
// disable bugsnag in dev builds
1211
config.beforeSendCallbacks.push(() => false)

0 commit comments

Comments
 (0)