-
public final class SdkPreconfiguredRumBuilder
-
-
Method Summary
Modifier and Type Method Description SdkPreconfiguredRumBuilderaddInstrumentation(Consumer<InstrumentedApplication>Â instrumentationInstaller)Adds an instrumentation installer function that will be run on an instance as a part of the build method call. OpenTelemetryRumbuild()Creates a new instance of OpenTelemetryRum with the settings of this . -
-
Method Detail
-
addInstrumentation
SdkPreconfiguredRumBuilder addInstrumentation(Consumer<InstrumentedApplication>Â instrumentationInstaller)
Adds an instrumentation installer function that will be run on an instance as a part of the build method call.
-
build
OpenTelemetryRum build()
Creates a new instance of OpenTelemetryRum with the settings of this .
This method uses a preconfigured OpenTelemetry SDK and install built-in systeminstrumentations in the passed Android Application.
-
-
-
-