exceptions property
One or multiple chained (nested) exceptions that occurred in a program.
Implementation
final List<SentryException>? exceptions;
One or multiple chained (nested) exceptions that occurred in a program.
final List<SentryException>? exceptions;