Commit 101a023
authored
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.1 parent 7a0dc54 commit 101a023
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments