Releases: bugsnag/bugsnag-sourcemaps
Releases · bugsnag/bugsnag-sourcemaps
v1.3.0
Improvements
- Add support for configuring a proxy agent #53
v1.2.2
Bug fixes
- Prevent
webpack:///
paths from being treated as relative and resolving incorrectly #49
v1.2.1
Bug fixes
- Fix a bug with
--upload-sources
, and ensure it works in conjunction with directory mode #43
v1.2.0
Improvements
- Add
--directory
mode #40
- Transform relative paths in source map
sources[]
property #41
- Retry in more kinds of network failures #39
- Tolerate
ENOTEMPTY
when attempting to delete a directory #38
v1.1.0
Improvements
- Use a non-zero exit code when the CLI is unsuccessful (#32)
- Add standardjs linter (#35)
- Ensure
--api-key
CLI option is always parsed as a string (#33)
v1.0.7
Improvements
- Fix error handling logic for missing res param (#31)
v1.0.6
Improvements
- Don't set
appVersion=""
when it is not present in package.json
(#30, fixes #29)
v1.0.5
Improvements
- Retry failed requests up to 5 times (#26)
v1.0.4
Bug fixes
- Ensure correct values for
overwrite
are sent to API (#24)
- Ensure OS tempdir is used for temporary files (rather than the current directory) (#22)
v1.0.1
Bug fixes
- Improve wildcard support by being more flexible with bundle paths