{
'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.
The proposed interface (from an API perspective):
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/