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 8445cfa commit c4f8c09Copy full SHA for c4f8c09
build-reporter-plugin.js
@@ -54,12 +54,12 @@ class BugsnagBuildReporterPlugin {
54
getBuildOpts (opts) {
55
// Required options
56
const buildOpts = {
57
- apiKey: opts.build.apiKey,
58
- versionName: opts.build.appVersion
+ apiKey: opts.build.apiKey
59
}
60
61
// Optional options
62
const optionalOpts = {
+ versionName: opts.build.appVersion,
63
autoAssignRelease: opts.build.autoAssignRelease,
64
builderName: opts.build.builderName,
65
metadata: opts.build.metadata,
0 commit comments