You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(types): Use Sentry event type instead of dom one (#4584)
#4527 introduced Envelope types. In that patch, we included the `Event` DOM type, which is not declared in all TS environments - we meant to include Sentry's `Event` type.
This patch explicitly introduces Sentry's Event type by importing it in, fixing the build errors that folks were having.
Also updates the changelog for `6.17.9`
0 commit comments