Skip to content

Releases: getsentry/sentry-javascript-bundler-plugins

2.18.0

04 Jun 08:24
Compare
Choose a tag to compare
  • feat: Add applicationKey option to identify application code from within the SDK (#540)
  • feat: Allow passing of meta-framework as telemetry data (#539)
  • feat: Promote experimental moduleMetadata option to stable (#538)
  • fix(esbuild): Invert warning about bundle: true (#542)

2.17.0

23 May 12:24
Compare
Choose a tag to compare
  • feat: Deprecate and noop cleanArtifacts (#525)
  • feat: Support Heroku env vars when inferring release name (#517)
  • fix(docs): Update pnpm install commands (#516)
  • misc(esbuild): Log warning when attempting to inject debug IDs with esbuild bundle option active (#526)

Work in this release contributed by @et84121, and @duailibe. Thank you for your contributions!

2.16.1

03 Apr 10:46
Compare
Choose a tag to compare
  • fix: Create word-based fidelity source mapping for code transformations (#513)
  • fix: Also match .cjs and .mjs files when finding files to upload in rollup-based bundlers (#509)

2.16.0

18 Mar 15:23
Compare
Choose a tag to compare
  • feat(core): Add loggerPrefixOverride meta option (#506)

2.15.0

13 Mar 11:05
Compare
Choose a tag to compare
  • feat: Make options argument optional (#502)
  • ref(annotate): Turn disabled message to debug log (#504)

2.14.3

07 Mar 11:16
Compare
Choose a tag to compare
  • deps(core): Unpin @babel/core, find-up, and glob (#496)

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

2.14.2

21 Feb 16:27
Compare
Choose a tag to compare
  • feat(core): Bundle in Sentry SDK deps (#487)

2.14.1

15 Feb 13:08
Compare
Choose a tag to compare
  • fix(core): Stop .env files from being picked up (#486)
  • feat(core): Add telemetry for React component annotations (#482)

2.14.0

05 Feb 18:43
Compare
Choose a tag to compare
  • ref(component-annotate): Use default export (#478)

2.13.0

02 Feb 22:11
Compare
Choose a tag to compare
  • ref(component-annotate): Conform to Babel plugin naming conventions