Skip to content

Releases: getsentry/sentry-javascript-bundler-plugins

4.7.0

19 Jan 12:11

Choose a tag to compare

  • docs: Add RELEASE.md to document release process (#834)
  • feat: Combine injection plugins (#844)
  • fix(plugin-manager): Enable "rejectOnError" in debug (#837)
  • fix(plugin-manager): Respect sourcemap.ignore values for injecting debugIDs (#836)
  • fix(vite): Skip HTML injection for MPA but keep it for SPA (#843)
Internal Changes
  • chore: Use pull_request_target for changelog preview (#842)
  • ci(release): Switch from action-prepare-release to Craft (#831)
  • test: Ensure Debug IDs match (#840)

4.6.2

14 Jan 16:46

Choose a tag to compare

  • fix(vite): Ensure sentryVitePlugin always returns an array of plugins (#832)
  • fix(vite): Skip code injection for HTML facade chunks (#830)
  • fix(rollup): Prevent double-injection of debug ID (#827)
  • fix(esbuild): fix debug ID injection when moduleMetadata or applicationKey is set (#828)

4.6.1

20 Nov 10:44

Choose a tag to compare

  • chore(deps): Update glob to 10.5.0 (#823)
Internal Changes
  • chore(core): Log release output (#821)

4.6.0

28 Oct 12:55

Choose a tag to compare

  • fix(core): Stop awaiting build start telemetry to avoid breaking module federation builds (#818)
  • feat(core): Bump @sentry/cli from 2.51.0 to 2.57.0 (#819)

4.5.0

20 Oct 13:59

Choose a tag to compare

  • docs: added info on debug flag value precedence (#811)
  • feat: add debug statements after sourcemap uploads (#812)
  • feat(core): Allow multi-project sourcemaps upload (#813)
  • fix: propagate the debug option to the cli (#810)

4.4.0

10 Oct 11:07

Choose a tag to compare

  • feat(core): Explicitly allow undefined as value for authToken option (#805)
  • fix(core): Strip query strings from asset paths (#806)

Work in this release was contributed by @aiktb. Thank you for your contribution!

4.3.0

02 Sep 15:34

Choose a tag to compare

  • feat(core): Extend deploy option to allow opting out of automatic deploy creation (#801)
  • feat(core): No asset globbing for direct upload (#800)

4.2.0

28 Aug 18:53

Choose a tag to compare

  • feat(core): Add prepareArtifacts option for uploading sourcemaps (#794)
  • perf: use premove for build clean (#792)
  • fix(core): Forward headers option to sentry-cli (#797)

Work in this release contributed by @liAmirali. Thank you for your contribution!

4.1.1

13 Aug 10:18

Choose a tag to compare

  • fix(react-native): Enhance fragment detection for indirect references (#767)

4.1.0

11 Aug 13:23

Choose a tag to compare

  • feat(deps): Bump @sentry/cli to 2.51.0 #786
  • feat(core): Add flag for disabling sourcemaps upload #785
  • fix(debugId): Add guards for injected code to avoid errors #783
  • docs(options): Improve JSDoc for options #781
  • feat(core): Expose method for injecting debug Ids from plugin manager #784