enableUserInteractionTracing property

bool enableUserInteractionTracing
getter/setter pair

Enables the Auto instrumentation for user interaction tracing.

Requires adding the SentryUserInteractionWidget to the widget tree. Example: runApp(SentryUserInteractionWidget(child: App()));

Implementation

bool enableUserInteractionTracing = true;