exceptionId property

int? exceptionId
final

An optional numeric value providing an ID for the exception relative to this specific event.

The SDK should assign simple incrementing integers to each exception in the tree, starting with 0 for the root of the tree. In other words, when flattened into the list provided in the exception values on the event, the last exception in the list should have ID 0, the previous one should have ID 1, the next previous should have ID 2, etc.

Implementation

final int? exceptionId;