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
I need to use the Context and Contexts interfaces. Unfortunately, they are currently only exported from @sentry/core and not from @sentry/browser or @sentry/vue. As a result, I have to include two dependencies, @sentry/core and @sentry/vue, instead of just one — @sentry/vue.
Solution Brainstorm
We could add a re-export of the types in @sentry/browser, and that would solve the problem. I’ve prepared a PR and hope I did everything correctly.