Releases: nuxt-community/sentry-module
Releases · nuxt-community/sentry-module
7.1.13
Bug Fixes
- don't shutdown Sentry SDK after build in dev mode (#555) (b4c1312)
7.1.12
Note
The @sentry/tracing
package is deprecated and no longer needs to be installed separately. Module documentation was updated to reflect that.
Bug Fixes
- deps: update sentry sdk to ^7.47.0 (#552) (30c1a97)
- shutdown server Sentry SDK when
nuxt build
is done (#551) (f24cfb2)
7.1.11
Bug Fixes
- resolve aliases relative to module's dir (#548) (94d7c90)
- significantly reduce client bundle size (#547) (ad8eefd)
7.1.10
Bug Fixes
- types: allow "false" in integrations options (#543) (f4ffef2)
7.1.9
Bug Fixes
- types: restore original client types which have more methods (#540) (16bc644)
7.1.8
Bug Fixes
- types: fix "any" type in arguments of config.beforeSend (#539) (b4b5b48)
7.1.7
Bug Fixes
- types: restore type for process.sentry and improve $sentry types (#534) (ed6fd1c)
7.1.6
Bug Fixes
- significantly reduce client bundle size (#532) (2297dbc)
7.1.3
Bug Fixes
- deps: update sentry dependencies to ^7.41.0 (#516) (b318fc3)
- tracing: initialize server side tracing correctly (#517) (c7eda63)