Releases: getsentry/sentry-javascript-bundler-plugins
Releases · getsentry/sentry-javascript-bundler-plugins
2.21.1
- fix: Do not delete files before all upload tasks executed (#572)
Work in this release contributed by @tyouzu1. Thank you for your contribution!
2.21.0
- fix: Use
sequential
and post
order for vite artifact deletion (#568)
- feat: Add option to disable sourcemaps (#561)
Work in this release contributed by @tyouzu1. Thank you for your contribution!
2.20.1
- feat(telemetry): Collect whether applicationKey is set (#559)
- fix: Wait for tasks depending on sourcemaps before deleting (#557)
2.20.0
- feat: Export esbuild plugin as default (#555)
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!
2.18.0
- feat: Add
applicationKey
option to identify application code from within the SDK (#540)
- feat: Allow passing of meta-framework as telemetry data (#539)
- feat: Promote experimental
moduleMetadata
option to stable (#538)
- fix(esbuild): Invert warning about
bundle: true
(#542)
2.17.0
- feat: Deprecate and noop
cleanArtifacts
(#525)
- feat: Support Heroku env vars when inferring release name (#517)
- fix(docs): Update pnpm install commands (#516)
- misc(esbuild): Log warning when attempting to inject debug IDs with esbuild
bundle
option active (#526)
Work in this release contributed by @et84121, and @duailibe. Thank you for your contributions!
2.16.1
- fix: Create word-based fidelity source mapping for code transformations (#513)
- fix: Also match
.cjs
and .mjs
files when finding files to upload in rollup-based bundlers (#509)
2.16.0
- feat(core): Add
loggerPrefixOverride
meta option (#506)
2.15.0
- feat: Make options argument optional (#502)
- ref(annotate): Turn disabled message to debug log (#504)