Releases: nuxt-community/sentry-module
Releases · nuxt-community/sentry-module
7.4.0
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
Bug Fixes
- deps: update sentry sdk to ^7.57.0 (663147b)
7.3.0
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
Bug Fixes
- crash happening when
@nuxt/kit
is installed (#571) (10e650a)
7.2.5
Bug Fixes
- config merging order on the server side (#568) (4fc42dd)
7.2.4
Bug Fixes
- deps: update sentry sdk (#563) (bcb9500)
- remove use of unctx to avoid issues with conflicting versions (#566) (d8dc14b)
7.2.3
Bug Fixes
- ensure Sentry re-initializes in Dev after Nuxt config change (#565) (5ee045d)
7.2.2
Bug Fixes
- deps: add
@sentry/core
explicitly as its used in types (7124678)
7.2.1
Bug Fixes
- only include 'crash' type for
ReportingObserver
integration (#560) (782b9d1)
7.2.0
Features
- extend guides in docs and add simpler way to enable Replay (#559) (fd57b07)
Bug Fixes