mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
Sentry may get reported multiple exceptions stacks, in the case where a `raise ...` was caught, and a new exception was `raise`d. In this case, the `filename` is the most recent exception -- but the exceptions are stored in the `exception` key in the order in which they occurred. As such, taking the first value with a `stacktrace` will result in showing the wrong line, or in no stack trace being resolved at all. Look from the last `exception` backwards, for matching stacks.
7.4 KiB
7.4 KiB