We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f8c09 commit 11f69cfCopy full SHA for 11f69cf
1 file changed
build-reporter-plugin.js
@@ -54,12 +54,12 @@ class BugsnagBuildReporterPlugin {
54
getBuildOpts (opts) {
55
// Required options
56
const buildOpts = {
57
- apiKey: opts.build.apiKey
+ apiKey: opts.build.apiKey,
58
+ versionName: opts.build.appVersion
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