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
With v9, @sentry/types has been deprecated, with types moving into @sentry/core. That being said, the types are not re-exported from @sentry/core, so our migration path would be to install @sentry/core alongside @sentry/react just to use some of those types in our custom integration logic.