LateConfigurationProperty enum
A set of properties that Flutter can configure "late", meaning after the first call to DatadogSdk.initialize.
Values
- trackViewsManually → const LateConfigurationProperty
-
Whether the user is tracking views manually. This is set to false if a DatadogNavigationObserver is constructed.
- trackInteractions → const LateConfigurationProperty
-
Whether the user is using RumUserActionDetector. Set when the first RumUserActionDetector is constructed.
- trackErrors → const LateConfigurationProperty
-
Whether Datadog is automatically tracking errors, set if DatadogSdk.runApp is used.
- trackNetworkRequests → const LateConfigurationProperty
-
Whether or not network requests are being tracked. Set during initialization of the datadog_tracking_http_client HttpClient or http.Client classes.
- trackCrossPlatformLongTasks → const LateConfigurationProperty
-
Whether we are tracking cross platform long tasks. This is currently always the same as trackLongTasks
- trackNativeViews → const LateConfigurationProperty
-
Whether native views are being tracked. Currently unused.
- trackFlutterPerformance → const LateConfigurationProperty
-
Whether
DdSdkConfiguration.reportFlutterPerformance
was set to true
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
LateConfigurationProperty> - A constant List of the values in this enum, in order of their declaration.