### Problem Statement Currently `SentryGlobalFilter` only handles http and graphql contexts. https://github.com/getsentry/sentry-javascript/pull/16066 adds rpc. Ws is still missing atm. ### Solution Brainstorm Update our exception filter to properly handle ws contexts
Problem Statement
Currently
SentryGlobalFilteronly handles http and graphql contexts.#16066 adds rpc.
Ws is still missing atm.
Solution Brainstorm
Update our exception filter to properly handle ws contexts