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

object Rum

An entry point to Datadog RUM feature.

Functions

enable

@JvmOverloads

@JvmStatic

fun enable(rumConfiguration: RumConfiguration, sdkCore: SdkCore = Datadog.getInstance())

Enables a RUM feature based on the configuration provided and registers RUM monitor.

Parameters
rumConfiguration 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