Commit e4dc5a7
authored
fx(node): Fix anr worker check (#10719)
I've removed the `hub` global on the carrier in a recent PR, and noticed
this leftover. Guess this is not used/covered by tests...? It should
work with using `acs` as that should now always be set too (also for the
default case), unless sentry is not initialized. But for type safety,
the acs _may_ be undefined.1 parent 4f92ff0 commit e4dc5a7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
0 commit comments