Skip to content
Xavier F. Gouchet edited this page Sep 4, 2024 · 1 revision

object Trace

An entry point to Datadog Traces feature.

Functions

enable

@JvmOverloads

@JvmStatic

fun enable(traceConfiguration: TraceConfiguration, sdkCore: SdkCore = Datadog.getInstance())

Enables a Traces feature based on the configuration provided.

Parameters
traceConfiguration Configuration to use for the feature.
sdkCore SDK instance to register feature in. If not provided, default SDK instance will be used.
Clone this wiki locally