Skip to content

Releases: getsentry/sentry-migr8

0.2.2

17 May 19:13
Compare
Choose a tag to compare
  • feat: Ask for SDK selection if auto-detection fails (#53)
  • ref: Reword intro section (#53)
  • telemetry: Fix missing telemetry tags (#53)
  • telemetry: Enable metrics collection (#53)

0.2.1

15 May 13:26
Compare
Choose a tag to compare
  • ref: Use latest Sentry v7 SDK for telemetry collection (#47)
  • fix: Fix migr8 crashing on windows due to Unix path delimiters (#50)

0.2.0

13 May 14:42
Compare
Choose a tag to compare
  • feat: Add transform to extract node config into separate file (#41)

0.1.0

25 Apr 14:22
Compare
Choose a tag to compare
  • feat: Add transform for hub methods (#35)
  • fix: Avoid adding comments multiple times & touching unchanged files (#34)
  • fix: Ensure we are properly type safe (#33)
  • feat: Add comment for getActiveTransaction() (#30)
  • build: Bump all deps to latest (#31)
  • fix: Fix false positives for comment lookup (#32)
  • feat: Add transform to remove @sentry/integrations (#23)
  • feat: Add migration comment transform (#27)
  • feat: Transform class integrations into functional integrations (#21)

0.0.6

16 Feb 17:10
Compare
Choose a tag to compare
  • No documented changes.

0.0.5

16 Feb 16:24
Compare
Choose a tag to compare
  • No documented changes.

0.0.4

16 Feb 15:36
Compare
Choose a tag to compare

Various fixes & improvements

  • feat: Add configureScope transformer (#19) by @mydea
  • feat: add Svelte Config rewrite transformer (dfa126e) by @Lms24
  • fix incorrect deduping of named to namespace imports (2d48de4) by @Lms24
  • Add ignoreFilePatters option (a6801ac) by @mydea

0.0.3

24 Aug 13:19
Compare
Choose a tag to compare
  • Handle *.vue and *.svelte files
  • Apply prettier after modifications
  • Minor fixes & improvements

0.0.2

24 Aug 11:38
Compare
Choose a tag to compare
  • Initial release