Releases: getsentry/sentry-javascript-bundler-plugins
Releases · getsentry/sentry-javascript-bundler-plugins
2.6.2
2.6.1
2.6.0
2.5.0
2.4.0
- docs: Update instructions to install Vite plugin via pnpm (#331)
- docs: Update minimum supported Node.js version to 14 (#327)
- feat: Add configuration via
.env.sentry-build-plugin
file (#333) - ref: Use full git SHA for release name (#330)
Work in this release contributed by @ffxsam and @emilsivervik. Thank you for your contributions!
2.3.0
- feat(webpack): Generate deterministic debug IDs (#321)
- feat: Add
filesToDeleteAfterUpload
alias fordeleteFilesAfterUpload
(#313) - feat: Sort globbed files to ensure deterministic bundle IDs (#318)
- fix(esbuild): Don't override user code with proxy module (#322)
- fix(esbuild): Fix debug ID generation (#325)
- fix: Use
SENTRY_RELEASE
environment variable to setrelease.name
option (#317)
Work in this release contributed by @smbroadley. Thank you for your contribution!
2.2.2
2.2.1
2.2.0
Work in this release was made possible with help from @wojtekmaj and @dobladov. Thank you for your contributions!
2.1.0
- docs: Add removal of
configFile
option to migration guide (#266) - feat: Auto detect build artifacts (#257)
- fix(core): Ignore query and hash in filepaths for release injection (#272)
- fix(esbuild): Use absolute path for virtual file resolving (#269)
- fix: Don't show log message if telemetry is disabled (#267)
- fix: Use automatic release name detection for release injection (#271)