Releases: getsentry/sentry-javascript-bundler-plugins
Releases · getsentry/sentry-javascript-bundler-plugins
3.0.0
Breaking Changes
-
Injected code will now use
let
, which was added in ES6 (ES2015).
This means that ES6 is the minimum JavaScript version that the Sentry bundler plugins support. -
Deprecated options have been removed:
deleteFilesAfterUpload
- UsefilesToDeleteAfterUpload
insteadbundleSizeOptimizations.excludePerformanceMonitoring
- UsebundleSizeOptimizations.excludeTracing
instead_experiments.moduleMetadata
- UsemoduleMetadata
insteadcleanArtifacts
- Did not do anything
List of Changes
- fix!: Wrap injected code in block-statement to contain scope (#646)
- chore!: Remove deprecated options (#654)
- feat(logger): Use console methods respective to log level (#652)
- fix(webpack): Ensure process exits when done (#653)
- fix: Use correct replacement matcher for
bundleSizeOptimizations.excludeTracing
(#644)
Work in this release contributed by @jdelStrother. Thank you for your contribution!
2.23.0
- chore(deps): bump nanoid from 3.3.6 to 3.3.8 (#641)
- feat(core): Detect Railway release name (#639)
- feat(core): Write module injections to
globalThis
(#636) - feat(react-component-annotate): Allow skipping annotations on specified components (#617)
- ref(core): Rename release management plugin name (#647)
Work in this release contributed by @conor-ob. Thank you for your contribution!
2.22.7
2.22.6
2.22.5
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)