Skip to content

Support chained exceptions #842

@dcramer

Description

@dcramer

The proposed interface (from an API perspective):

{
    'exception': [
        {'type': ..., 'value': ..., 'stacktrace': ...},
        {'type': ..., 'value': ..., 'stacktrace': ...},
    ],
}

The order of exceptions implies causation where the first exception was caused by the second, etc..

The checksum would only be calculated from the first exception.

See also:

getsentry/sentry-java#43
http://stackoverflow.com/questions/7553002/example-of-chained-exceptions-stack
http://www.python.org/dev/peps/pep-3134/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions