Releases: alismith-dev/webpack-sentry-plugin
Releases · alismith-dev/webpack-sentry-plugin
Release list
2.0.3
2.0.2
Patches
Add sanity check before removing source maps (#85)
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
Breaking Changes
- Upgrade to webpack 4 plugin/hooks API (now requires webpack >= 4 and node >= 6) (#71)
1.16.0
Minor Changes
- Add uploadFilesConcurrency option (defaults to Infinity) to throttle source files upload (#67)
1.15.0
Minor Changes
- Add support for webpack 4 (#59)
1.14.0
Minor Changes
- Add
createReleaseRequestOptionsanduploadFileRequestOptionsconfiguration options (#43)- Both are an object or function that returns additional configuration for the underlying
requestcall for creating a Sentry release and uploading the files for that release, respectively
- Both are an object or function that returns additional configuration for the underlying
1.13.0
Minor Changes
- Add
requestOptionsconfiguration option (#41)- Object of options to be sent through to the underlying
requests 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/releasesendpoint to create new releases in Sentry (thus supporting release commits) (#36).- Note that configuring a
baseSentryURLwith a/projectssuffix was previously required but is now deprecated; you should specify thebaseSentryURLlikehttps://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)