Skip to content

Releases: getsentry/sentry-javascript-bundler-plugins

2.22.4

04 Sep 12:08
Compare
Choose a tag to compare
  • 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

28 Aug 09:39
Compare
Choose a tag to compare
  • fix(core): Always instantiate global Error class in injected code snippets (#594)

2.22.2

14 Aug 14:58
Compare
Choose a tag to compare
  • fix: Disable debug ID injection when sourcemaps.disable is set (#589)

2.22.1

13 Aug 08:30
Compare
Choose a tag to compare
  • fix: Use sourcemaps.disable to disable debug ID upload instead of legacy upload (#587)
  • fix: Escape release string in injection snippet (#585)

2.22.0

07 Aug 07:02
Compare
Choose a tag to compare
  • deps: Bump @sentry/cli to 2.33.1 (#581)
  • feat: Add bundleSizeOptimizations.excludeTracing option as alias to deprecated bundleSizeOptimizations.excludePerformanceMonitoring (#582)
  • fix(vite-plugin): Ensure post order of sentry-vite-release-injection-plugin to avoid breaking @rollup/plugin-commonjs step (#578)

2.21.1

12 Jul 13:20
Compare
Choose a tag to compare
  • 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

10 Jul 11:34
Compare
Choose a tag to compare
  • 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

25 Jun 12:57
Compare
Choose a tag to compare
  • feat(telemetry): Collect whether applicationKey is set (#559)
  • fix: Wait for tasks depending on sourcemaps before deleting (#557)

2.20.0

24 Jun 08:42
Compare
Choose a tag to compare
  • feat: Export esbuild plugin as default (#555)

2.19.0

19 Jun 14:18
Compare
Choose a tag to compare
  • 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!