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
ref(browser): Extract global handlers private methods (#4265)
- Move private methods into regular functions as they don't use class
props
- Use dynamic dispatch object, `_installFunc` to call install methods on instrumentation
- Extract capture exception into common method `function addMechanismAndCapture`
- Alias unminified variable names (remove `event.exception.values[0].stacktrace.frames`)
- Extract logging into function `function globalHandlerLog`
- Introduce function to call `getCurrentHub` and return client options.
0 commit comments