Skip to content

Releases: getsentry/sentry-javascript-bundler-plugins

3.4.0

05 May 09:49
Compare
Choose a tag to compare
  • fix: Replace existing debug ID comments (#730)
  • feat: Expose bundler plugin primitives via createSentryBuildPluginManager (#714)

3.3.1

04 Apr 10:06
Compare
Choose a tag to compare
  • fix(webpack5): All esm files must have .mjs postfix (#721)

3.3.0

04 Apr 07:41
Compare
Choose a tag to compare
  • feat(webpack): Add @sentry/webpack-plugin/webpack5 export for webpack 5.1+ and compatible environments (#715)
  • feat: Only do automatic commit association for Vercel production environments (#711)

3.3.0-alpha.1

02 Apr 12:50
Compare
Choose a tag to compare
3.3.0-alpha.1 Pre-release
Pre-release

Pre-release to test primitive APIs.

3.3.0-alpha.0

02 Apr 12:15
Compare
Choose a tag to compare
3.3.0-alpha.0 Pre-release
Pre-release

Pre-release to test primitive APIs.

3.2.4

28 Mar 12:01
Compare
Choose a tag to compare
  • Revert "feat(core): Use path instead of debug IDs as artifact names for debug ID upload (#700)" (#709)
  • ref: Remove deprecated use of useArtifacBundles (#707)

3.2.3

26 Mar 13:05
Compare
Choose a tag to compare
  • feat(core): Use path instead of debug IDs as artifact names for debug ID upload (#700)
  • feat(webpack): Primarily use contentHash for debug ID hash (#702)
  • feat: Detect Vercel commits and env (#694)
  • feat: Default to automatically setting commits on release (#692)

3.2.2

04 Mar 15:52
Compare
Choose a tag to compare
  • feat(annotation): Handle JSX member expressions (#690)
  • fix(core): Don't crash on recoverable CLI command error (#682)
  • chore: Suggest putting SENTRY_AUTH_TOKEN, SENTRY_ORG and SENTRY_PROJECT in passThroughEnv when using Turborepo (#675)

3.2.1

24 Feb 14:35
Compare
Choose a tag to compare
  • deps: Bump @sentry/cli to 2.42.2 (#685)

3.2.0

19 Feb 08:45
Compare
Choose a tag to compare
  • feat(core): Accept and await a promise in sourcemaps.filesToDeleteAfterUpload (#677)