recordException abstract method
void
recordException(
- dynamic exception, {
- bool escaped,
- StackTrace stackTrace,
- List<
Attribute> attributes,
Record metadata about an exception occurring during this span.
Implementation
void recordException(dynamic exception,
{bool escaped, StackTrace stackTrace, List<api.Attribute> attributes});