threads property

List<SentryThread>? threads
final

The Threads Interface specifies threads that were running at the time an event happened. These threads can also contain stack traces. Typically not needed in Dart applications.

Implementation

final List<SentryThread>? threads;