enableTracing property
- @Deprecated('Use either tracesSampleRate or tracesSampler instead. This will be removed in v9')
getter/setter pair
Enables generation of transactions and propagation of trace data. If set to null, tracing might be enabled if tracesSampleRate or tracesSampler are set.
Implementation
@Deprecated(
'Use either tracesSampleRate or tracesSampler instead. This will be removed in v9')
bool? enableTracing;