actionWindowDuration property

Duration actionWindowDuration
final

How long a user-interaction / navigation "action window" stays open after it is opened. While open, every Dart span created through the tracer auto-parents to the action span (same trace tree), and native span creators can parent to the shared action context until it expires.

Defaults to 500ms.

Implementation

final Duration actionWindowDuration;