Skip to content

Releases: getsentry/sentry-javascript-bundler-plugins

2.10.0

09 Nov 10:10
Compare
Choose a tag to compare
  • feat: deprecate excludeReplayCanvas config (#436)
  • feat: Add excludeReplayWorker to bundleSizeOptimizations (#433)

2.9.0

23 Oct 12:31
Compare
Choose a tag to compare
  • feat: Allow to configure bundleSizeOptimizations (#428)
  • fix(core): Don't abort source map location guessing when the reference is a URL (#424)
  • fix(core): Widen detection of source maps with .cjs.map and .mjs.map (#422)

2.8.0

05 Oct 14:11
Compare
Choose a tag to compare
  • build(core): Bump Sentry CLI to v2.21.2 (#415)
  • feat: Detect release name for Bitbucket pipelines (#404)
  • feat: Detect release name for Flightcontrol (#411)
  • fix(core): Move git revision to a separate function (#399)
  • fix(esbuild): Don't inject debug IDs into injected modules (#417)

Work in this release contributed by @hosmelq, @mjomble, and @aquacash5. Thank you for your contributions!

2.7.1

04 Sep 15:23
Compare
Choose a tag to compare
  • docs: Point to org auth token page (#393)
  • fix(webpack): Add default fallback to webpack import (#395)
  • fix: Save results of rewriteSourcesHook (#390)

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

2.7.0

18 Aug 11:09
Compare
Choose a tag to compare
  • feat: Add module metadata injection for esbuild (#381)
  • feat: Add module metadata injection for vite and rollup (#380)
  • ref: Emit high resolution source-maps with magic-string (#383)
  • ref: Run upload preparation with maximum concurrency (#379)

0.6.1

18 Aug 10:59
Compare
Choose a tag to compare
  • ref: Run upload preparation with maximum concurrency (#382)

2.6.2

11 Aug 08:07
Compare
Choose a tag to compare
  • fix: Fix regex in source map locating heuristic via sourceMappingURL (#376)
  • fix: Make sourceMappingURL heuristic more resilient (#378)

Thanks to @tomyam1 for identifying and pinpointing a bug that was hard to spot!

2.6.1

09 Aug 14:30
Compare
Choose a tag to compare
  • fix: Don't crash on failed delete after upload (#373)

2.6.0

08 Aug 13:05
Compare
Choose a tag to compare
  • deps: Bump sentry-cli to 2.20.1 (#355)
  • feat: Allow ommiting org when using organization auth token (#368)
  • ref: Make asset detection more robust (#369)

2.5.0

25 Jul 12:15
Compare
Choose a tag to compare
  • deps: Bump and unpin Sentry SDK deps (#353)
  • docs: Remove misleading documentation (#339)
  • feat: Add experimental module metadata injection (#334)
  • fix: Fix 'identifiy' typo in log messages (#341)

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