chore: update dependency @sentry/webpack-plugin to v3 #4793
+128
−232
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.11.0
->^3.0.0
Release Notes
getsentry/sentry-javascript-bundler-plugins (@sentry/webpack-plugin)
v3.0.0
Compare Source
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 anythingList of Changes
bundleSizeOptimizations.excludeTracing
(#644)Work in this release contributed by @jdelStrother. Thank you for your contribution!
v2.23.0
Compare Source
globalThis
(#636)Work in this release contributed by @conor-ob. Thank you for your contribution!
v2.22.7
Compare Source
@sentry/cli
to2.39.1
and require specific version (#632)v2.22.6
Compare Source
v2.22.5
Compare Source
@sentry/cli
to2.36.1
(#609)v2.22.4
Compare Source
Work in this release contributed by @Thristhart. Thank you for your contribution!
v2.22.3
Compare Source
Error
class in injected code snippets (#594)v2.22.2
Compare Source
sourcemaps.disable
is set (#589)v2.22.1
Compare Source
sourcemaps.disable
to disable debug ID upload instead of legacy upload (#587)v2.22.0
Compare Source
@sentry/cli
to2.33.1
(#581)bundleSizeOptimizations.excludeTracing
option as alias to deprecatedbundleSizeOptimizations.excludePerformanceMonitoring
(#582)post
order ofsentry-vite-release-injection-plugin
to avoid breaking@rollup/plugin-commonjs
step (#578)v2.21.1
Compare Source
Work in this release contributed by @tyouzu1. Thank you for your contribution!
v2.21.0
Compare Source
sequential
andpost
order for vite artifact deletion (#568)Work in this release contributed by @tyouzu1. Thank you for your contribution!
v2.20.1
Compare Source
v2.20.0
Compare Source
v2.19.0
Compare Source
sourcemaps.filesToDeleteAfterUpload
is set (#547)Work in this release contributed by @Rassilion, and @mateusz-daniluk-xtb. Thank you for your contributions!
v2.18.0
Compare Source
applicationKey
option to identify application code from within the SDK (#540)moduleMetadata
option to stable (#538)bundle: true
(#542)v2.17.0
Compare Source
cleanArtifacts
(#525)bundle
option active (#526)Work in this release contributed by @et84121, and @duailibe. Thank you for your contributions!
v2.16.1
Compare Source
.cjs
and.mjs
files when finding files to upload in rollup-based bundlers (#509)v2.16.0
Compare Source
loggerPrefixOverride
meta option (#506)v2.15.0
Compare Source
v2.14.3
Compare Source
@babel/core
,find-up
, andglob
(#496)Work in this release contributed by @allanlewis. Thank you for your contribution!
v2.14.2
Compare Source
v2.14.1
Compare Source
v2.14.0
Compare Source
v2.13.0
Compare Source
v2.12.0
Compare Source
babel
Configuration
📅 Schedule: Branch creation - "after 10pm,before 5:00am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.