enableTimeToFullDisplayTracing property

bool enableTimeToFullDisplayTracing
getter/setter pair

Enable or disable the tracing of time to full display (TTFD). If SentryFlutter.reportFullyDisplayed() is not called within 30 seconds after the creation of the TTFD span, it will finish with the status SpanStatus.deadlineExceeded. This feature requires using the Routing Instrumentation.

Implementation

bool enableTimeToFullDisplayTracing = false;