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(node): Ensure that self._handler exists before calling it in LinkedErrors (#5497)
Bring back a definedness check for `self._handler` in the global event processor of the LinkedErrors integration for Node.
The check was removed in #4902 but apparently it is still necessary.
0 commit comments