Skip to content

exception message not displayed in sentry ui #418

@ronaldevers

Description

@ronaldevers

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions