Releases: getsentry/sentry-javascript-bundler-plugins
Releases · getsentry/sentry-javascript-bundler-plugins
2.22.4
- feat(react-component-annotate): Handle function body returning a ternary (#598)
- fix: Allow injection plugins to apply to files with query parameters and fragments in their name (#597)
Work in this release contributed by @Thristhart. Thank you for your contribution!
2.22.3
2.22.2
2.22.1
2.22.0
- deps: Bump
@sentry/cli
to2.33.1
(#581) - feat: Add
bundleSizeOptimizations.excludeTracing
option as alias to deprecatedbundleSizeOptimizations.excludePerformanceMonitoring
(#582) - fix(vite-plugin): Ensure
post
order ofsentry-vite-release-injection-plugin
to avoid breaking@rollup/plugin-commonjs
step (#578)
2.21.1
2.21.0
2.20.1
2.20.0
2.19.0
- feat: Don't use word "error" in log message about telemetry (#548)
- feat(core): Detect releases from more providers (#549)
- fix: Always delete files when
sourcemaps.filesToDeleteAfterUpload
is set (#547) - fix(vite): Fix environment variable loading issue for Windows (#545)
Work in this release contributed by @Rassilion, and @mateusz-daniluk-xtb. Thank you for your contributions!