Commit 0eda3c5
authored
feat(sentry): improve coroutine backtrace filtering (#1000)
- Add 'Hyperf\Coroutine\wait' and 'wait' to skip functions list
- Add 'FriendsOfHyperf\Sentry\Transport\CoHttpTransport->loop' to break functions list
This improves the accuracy of backtrace filtering for Sentry error reporting by including additional coroutine-related functions that should be skipped or treated as break points during stack trace analysis.
Co-authored-by: Deeka Wong <[email protected]>1 parent 37ac485 commit 0eda3c5
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
0 commit comments