Releases: getsentry/sentry-javascript-bundler-plugins
Releases · getsentry/sentry-javascript-bundler-plugins
2.7.1
- docs: Point to org auth token page (#393)
- fix(webpack): Add
default
fallback to webpack import (#395)
- fix: Save results of
rewriteSourcesHook
(#390)
Work in this release contributed by @adonskoy. Thank you for your contribution!
2.7.0
- feat: Add module metadata injection for esbuild (#381)
- feat: Add module metadata injection for vite and rollup (#380)
- ref: Emit high resolution source-maps with
magic-string
(#383)
- ref: Run upload preparation with maximum concurrency (#379)
0.6.1
- ref: Run upload preparation with maximum concurrency (#382)
2.6.2
- fix: Fix regex in source map locating heuristic via
sourceMappingURL
(#376)
- fix: Make sourceMappingURL heuristic more resilient (#378)
Thanks to @tomyam1 for identifying and pinpointing a bug that was hard to spot!
2.6.1
- fix: Don't crash on failed delete after upload (#373)
2.6.0
- deps: Bump sentry-cli to 2.20.1 (#355)
- feat: Allow ommiting
org
when using organization auth token (#368)
- ref: Make asset detection more robust (#369)
2.5.0
- deps: Bump and unpin Sentry SDK deps (#353)
- docs: Remove misleading documentation (#339)
- feat: Add experimental module metadata injection (#334)
- fix: Fix 'identifiy' typo in log messages (#341)
Work in this release contributed by @chunfeilung. Thank you for your contribution!
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 for deleteFilesAfterUpload
(#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 set release.name
option (#317)
Work in this release contributed by @smbroadley. Thank you for your contribution!
2.2.2
- fix(esbuild): Don't use namespace for esbuild proxy resolving (#311)
- fix: Update commentUseStrictRegex to be lazy instead of greedy (#309)
Work in this release contributed by @jdk2pq. Thank you for your contribution!