traceSampleRate property

double traceSampleRate
getter/setter pair

Sets the sampling rate for tracing

The sampling rate must be a value between 0.0 and 100.0. A value of 0.0 means no resources will include APM tracing, 100.0 resource will include APM tracing

This property only affects network requests made from Flutter, and it is not shared or populated from the existing SDK.

Defaults to 20.0.

Implementation

double traceSampleRate;