-
public class ProfilerEventEvents sent between the RUM feature and the profiling feature.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classProfilerEvent.TTIDNotTrackedInternal event signaling that TTID has been reached but the RUM session is not tracked (unsampled session). No profiling data will be written.
public final classProfilerEvent.RumAnrEventSent by the RUM feature to the profiling feature whenever an ANR is detected.
public final classProfilerEvent.RumLongTaskEventSent by the RUM feature to the profiling feature whenever a long task is detected.
public final classProfilerEvent.RumVitalEventSent by the RUM feature to the profiling feature whenever a vital is recorded.
-