nuxt-community / sentry-module

Sentry module for Nuxt 2
https://sentry.nuxtjs.org
MIT License
500 stars 113 forks source link

fix(types): restore original client types which have more methods #540

Closed rchl closed 1 year ago

rchl commented 1 year ago

Unfortunately the optimization done in #532 was not really correct as we need to expose more than just the Client in process.sentry or $sentry.

It can still be optimized by removing @sentry/replay when not used but that should ideally be fixed on the Sentry SDK side.