Releases: bugsnag/bugsnag-cli
Releases · bugsnag/bugsnag-cli
v2.9.1
Patch
- Switch
js-yaml
to yaml
for the NodeJS package 168
v2.9.0
Enhancements
- Add a wrapper for the
npm
package to interact with the BugSnag CLI 161
- Add the support for .so.* files when processing ndk symbol files 163
- Add additional logging to the Android AAB upload command 165
v2.8.0
Enhancements
- Add the Xcode Archive Command to support the uploading of xcarchive files 156
- Rename the
dsym
upload command to xcode-build
to better reflect the command's purpose. dsym
will be removed in the next major release 156
v.2.7.0
Enhancements
- Add the
--configuration
option to the upload dsym
command. 154
v2.6.3
Enhancements
- Default the
--project-root
to the current working directory for the upload dsym
command. 148
Fixes
- Add the
--code-bundle-id
option to the upload js
command. 150
v2.6.2
Fixes
- Ensure that the node package is configured correctly so that you can run
npx @bugsnag/cli
and yarn bugsnag-cli
. 144
- Replace the axios dependency with fetch to reduce the size of the package. 145
v2.6.4-alpha
Fixes
- Ensure that the node package is configured correctly so that you can run
npx @bugsnag/cli
and yarn bugsnag-cli
. 144
v2.6.1
Fixes
- Ensure that we only pass either
--code-bundle-id
or --version-code
/--version-name
/--bundle-version
to the upload API. 140
v2.6.0
Enhancements
- Add React Native super command 127
Fixes
- Allow spaces when processing and uploading dSYM files 135
v2.5.0
Enhancements
- Add support for JavaScript source maps 121