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- UsefilesToDeleteAfterUploadinsteadbundleSizeOptimizations.excludePerformanceMonitoring- UsebundleSizeOptimizations.excludeTracinginstead_experiments.moduleMetadata- UsemoduleMetadatainsteadcleanArtifacts- 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- UsefilesToDeleteAfterUploadinsteadbundleSizeOptimizations.excludePerformanceMonitoring- UsebundleSizeOptimizations.excludeTracinginstead_experiments.moduleMetadata- UsemoduleMetadatainsteadcleanArtifacts- 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
-
3daff7brelease: 3.0.0 -
0316641meta: Update changelog for 3.0.0 (#657) -
07a98c8Revert "feat(core)!: UseglobalThisfor code injection" (#656) -
57ad14ffix: Use correct replacement matcher for `bundleSizeOptimizations.excludeTrac... -
8eb6c5ffeat(core)!: UseglobalThisfor code injection (#610) -
b734d45fix!: Wrap injected code in block-statement to contain scope (#646) -
0074fb8chore: Remove deprecated options and update changelog for v3 major (#654) -
e729f02fix(webpack): Ensure process exits when done (#653) -
1547feafeat(logger): Use console methods respective to log level (#652) -
01404aeMerge branch 'release/2.23.0' - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts