Commit 899a631
committed
bugfix: make most_recent_exception thread-local
As long as event processors aren't called in the transport, but in the
the thread where the exception was captured, this should still cover the
most important cases.
The old version was really not working at all if you consider exceptions
happening on different threads1 parent 5e62ec7 commit 899a631
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
357 | | - | |
| 357 | + | |
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
| 362 | + | |
363 | 363 | | |
364 | | - | |
| 364 | + | |
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
| |||
0 commit comments