You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure that the WebView instance only loads pages under
192
-
your control and instrumented with Splunk Browser RUM. The
190
+
/*
191
+
Make sure that the WebView instance only loads pages under
192
+
your control and instrumented with Splunk Browser RUM. The
193
193
integrateWithBrowserRum() method can expose the splunk.rumSessionId
194
194
of your user to every site/page loaded in the WebView instance.
195
195
*/
@@ -247,11 +247,11 @@ when initializing your instance of the SplunkRum API:
247
247
or changing the span name. See the javadoc on the `SpanFilterBuilder` class for more details.
248
248
-`slowRenderingDetectionPollInterval(Duration)` :
249
249
Set/change the default polling interval for slow/frozen render detection.
250
-
Default is 1000ms. Value must be positive.
250
+
Default is 1000ms. Value must be positive.
251
251
-`slowRenderingDetectionEnabled(boolean)` :
252
252
Disables the detection of slow frame renders. Enabled by default.
253
-
-`diskBufferingEnabled(boolean)` :
254
-
Enables the storage-based buffering of telemetry.
253
+
-`diskBufferingEnabled(boolean)` :
254
+
Enables the storage-based buffering of telemetry.
255
255
This setting is useful when instrumenting applications that might work offline for extended periods of time.
256
256
-`limitDiskUsageMegabytes(int)` :
257
257
When disk buffering is enabled, this can be used to adjust the maximum amount of storage
@@ -294,14 +294,14 @@ when initializing your instance of the SplunkRum API:
294
294
#### Detection of slow or frozen renders
295
295
296
296
By default, Splunk RUM detects and reports slow or frozen screen renders.
297
-
To disable this feature, call `.slowRenderingDetectionEnabled(false)` on the
297
+
To disable this feature, call `.slowRenderingDetectionEnabled(false)` on the
298
298
`Config.Builder`.
299
299
300
300
Splunk RUM defines renders as slow or frozen following the [Android Vitals definitions](https://developer.android.com/topic/performance/vitals/frozen):
0 commit comments