Skip to content

Releases: nuxt-community/sentry-module

7.4.0

11 Aug 12:51
Compare
Choose a tag to compare

Bug Fixes

  • deps: update sentry sdk (#593) (35daec5)
  • deps: update sentry sdk to ^7.63.0 (ecdce1f)
  • lazy: avoid crash on using mocked instance after real one loaded (#606) (e728a34)

7.3.1

04 Jul 20:06
Compare
Choose a tag to compare

Bug Fixes

  • deps: update sentry sdk to ^7.57.0 (663147b)

7.3.0

21 May 08:58
Compare
Choose a tag to compare

Features

  • profiling: add support for enabling Profiling integration (#577) (9a9aa85)

Bug Fixes

  • deps: update sentry sdk to ^7.52.1 (#573) (a74cf7f)
  • tracing: tracing not enabled on the server (#575) (7839d03)

7.2.6

10 May 14:53
Compare
Choose a tag to compare

Bug Fixes

  • crash happening when @nuxt/kit is installed (#571) (10e650a)

7.2.5

10 May 06:12
Compare
Choose a tag to compare

Bug Fixes

  • config merging order on the server side (#568) (4fc42dd)

7.2.4

09 May 14:37
Compare
Choose a tag to compare

Bug Fixes

  • deps: update sentry sdk (#563) (bcb9500)
  • remove use of unctx to avoid issues with conflicting versions (#566) (d8dc14b)

7.2.3

02 May 07:06
Compare
Choose a tag to compare

Bug Fixes

  • ensure Sentry re-initializes in Dev after Nuxt config change (#565) (5ee045d)

7.2.2

20 Apr 12:17
Compare
Choose a tag to compare

Bug Fixes

  • deps: add @sentry/core explicitly as its used in types (7124678)

7.2.1

18 Apr 22:16
Compare
Choose a tag to compare

Bug Fixes

  • only include 'crash' type for ReportingObserver integration (#560) (782b9d1)

7.2.0

18 Apr 21:56
Compare
Choose a tag to compare

Features

  • extend guides in docs and add simpler way to enable Replay (#559) (fd57b07)

Bug Fixes