Skip to content

Releases: getsentry/sentry-javascript-bundler-plugins

4.6.2

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 14 Jan 16:46
  • 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

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 20 Nov 10:44
  • chore(deps): Update glob to 10.5.0 (#823)
Internal Changes
  • chore(core): Log release output (#821)

4.6.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 28 Oct 12:55
  • 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

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 20 Oct 13:59
  • 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

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 10 Oct 11:07
  • 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

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 02 Sep 15:34
  • 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

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 28 Aug 18:53
  • 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

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 13 Aug 10:18
  • fix(react-native): Enhance fragment detection for indirect references (#767)

4.1.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 11 Aug 13:23
  • 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

4.0.2

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 29 Jul 08:44
  • fix(core): Make moduleMetadata injection snippet ES5-compliant (#774)