Releases: 40thieves/webpack-sentry-plugin
Releases · 40thieves/webpack-sentry-plugin
2.0.3
2.0.2
2.0.1
Patches
- Upgrade upath to fix Travis build (#72)
- Update README.md to reflect changes (#73)
- Record Sentry test responses and default to using fixtures (#74)
- Improvements to ensure tests run consistently in CI (#76)
- Move replayer fixtures to child directory under test/fixtures (#77)
- fix: uploaded files wrong when compiler.options.output.filename configured like
js/[name].js?[hash:10]
(#78)
2.0.0
1.16.0
1.15.0
1.14.0
1.13.0
Minor Changes
- Add
requestOptions
configuration option (#41)- Object of options to be sent through to the underlying
request
s to Sentry. See request library documentation for a full list of available options.
- Object of options to be sent through to the underlying
Patches
1.12.0
Minor Changes
- Use
/organizations/:id/releases
endpoint to create new releases in Sentry (thus supporting release commits) (#36).- Note that configuring a
baseSentryURL
with a/projects
suffix was previously required but is now deprecated; you should specify thebaseSentryURL
likehttps://sentry.io/api/0
(#38).
- Note that configuring a
Patches
- Update documentation to reference Sentry auth tokens instead of API keys (which are deprecated) (#37)