Bump @sentry/vite-plugin from 2.22.7 to 3.0.0
Bumps @sentry/vite-plugin from 2.22.7 to 3.0.0.
Release notes
Sourced from @sentry/vite-plugin
's releases.
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 anythingList 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!
Changelog
Sourced from @sentry/vite-plugin
's changelog.
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 anythingList 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!
Commits
-
3daff7b
release: 3.0.0 -
0316641
meta: Update changelog for 3.0.0 (#657) -
07a98c8
Revert "feat(core)!: UseglobalThis
for code injection" (#656) -
57ad14f
fix: Use correct replacement matcher for `bundleSizeOptimizations.excludeTrac... -
8eb6c5f
feat(core)!: UseglobalThis
for code injection (#610) -
b734d45
fix!: Wrap injected code in block-statement to contain scope (#646) -
0074fb8
chore: Remove deprecated options and update changelog for v3 major (#654) -
e729f02
fix(webpack): Ensure process exits when done (#653) -
1547fea
feat(logger): Use console methods respective to log level (#652) -
01404ae
Merge branch 'release/2.23.0' - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts