-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Description
When an exception is logged from Python logging through Raven, the log message and stacktrace display fine but the exception message is not displayed in the group details page. You see the module and the log message next to the red circle, then under details there is a Frequency, Stacktrace and Additional Data section but nowhere can you see the actual exception message.
The exception message is passed from raven to sentry as shown below. So this is a sentry bug, not a raven bug.
"sentry.interfaces.Exception": {
"type": "IndexError",
"value": "list index out of range",
"module": "exceptions"}
See also issue 75 in raven: https://github.com/dcramer/raven/issues/75
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels