mirror of https://github.com/zulip/zulip.git
398102e215
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. |
||
---|---|---|
.. | ||
fixtures | ||
__init__.py | ||
doc.md | ||
tests.py | ||
view.py |