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
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: gdi/get-data-in/rum/android/configure-rum-android-instrumentation.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Use the following settings to configure the Android RUM agent:
65
65
* - :code:`enableDebug()`
66
66
- Activates debug mode. This feature is inactive by default. Activating debug mode activates the OpenTelemetry logging span exporter, which might be useful when debugging instrumentation issues.
67
67
* - :code:`enableExperimentalOtlpExporter()`
68
-
- Activates the experimental OTLP exporter. The exporter is not compatible with disk buffering. ``enableExperimentalOtlpExporter()`` is deprecated in Splunk RUM as of January 30, 2025. Although ``enableExperimentalOtlpExporter()`` continues to function, it will be removed in a future version, where OTLP will be the default exporter format.
68
+
- Activates the experimental OTLP exporter. The exporter is not compatible with disk buffering. ``enableExperimentalOtlpExporter()`` is deprecated in Splunk RUM as of February 4, 2025. Although ``enableExperimentalOtlpExporter()`` continues to function, it will be removed in a future version, where OTLP will be the default exporter format.
69
69
70
70
.. _android-rum-instrumentation-settings:
71
71
@@ -106,7 +106,7 @@ OkHttp
106
106
-----------------------------------------------
107
107
108
108
.. note::
109
-
This form of support for OkHttp is deprecated in Splunk RUM as of January 30, 2025. Although ``createRumOkHttpCallFactory(OkHttpClient client)`` continues to function, it will be removed in a future version, and replaced with an option for automatic instrumentation of OkHttp3 or a new API for manual instrumentation.
109
+
This form of support for OkHttp is deprecated in Splunk RUM as of February 4, 2025. Although ``createRumOkHttpCallFactory(OkHttpClient client)`` continues to function, it will be removed in a future version, and replaced with an option for automatic instrumentation of OkHttp3 or a new API for manual instrumentation.
110
110
111
111
Instrument OkHttp using the ``Call.Factory`` wrapper, as in the following example:
112
112
@@ -120,7 +120,7 @@ Volley HTTP (Experimental)
120
120
-------------------------------------------------
121
121
122
122
.. note::
123
-
All methods in ``VolleyTracing`` and ``VolleyTracingBuilder`` are deprecated in Splunk RUM as of January 30, 2025. Although these methods continue to function, they will be removed in a future version. There is no replacement for these methods.
123
+
All methods in ``VolleyTracing`` and ``VolleyTracingBuilder`` are deprecated in Splunk RUM as of February 4, 2025. Although these methods continue to function, they will be removed in a future version. There is no replacement for these methods.
124
124
125
125
To instrument Volley HTTP, add the ``splunk-otel-android-volley`` dependency to the ``build.gradle.kts`` file:
Copy file name to clipboardExpand all lines: gdi/get-data-in/rum/android/install-rum-android.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,7 @@ Follow these steps to install the Android RUM agent using Maven Central:
195
195
See :ref:`android-rum-http-client-settings` for more information.
196
196
197
197
.. note::
198
-
This form of support for OkHttp is deprecated in Splunk RUM as of January 30, 2025. Although ``createRumOkHttpCallFactory(OkHttpClient client)`` continues to function, it will be removed in a future version, and replaced with an option for automatic instrumentation of OkHttp3 or a new API for manual instrumentation.
198
+
This form of support for OkHttp is deprecated in Splunk RUM as of February 4, 2025. Although ``createRumOkHttpCallFactory(OkHttpClient client)`` continues to function, it will be removed in a future version, and replaced with an option for automatic instrumentation of OkHttp3 or a new API for manual instrumentation.
199
199
200
200
201
201
5. Release the changes to the Android application.
Copy file name to clipboardExpand all lines: gdi/get-data-in/rum/android/manual-rum-android-instrumentation.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ Customize screen names
144
144
=====================================
145
145
146
146
.. note::
147
-
The ``@RumScreenName`` annotation is deprecated in Splunk RUM as of January 30, 2025. Although this annotation continues to function, it will be removed in a future version. There is no replacement for this annotation.
147
+
The ``@RumScreenName`` annotation is deprecated in Splunk RUM as of February 4, 2025. Although this annotation continues to function, it will be removed in a future version. There is no replacement for this annotation.
148
148
149
149
By default, the Android RUM agent uses the simple class name of each ``Fragment`` and ``Activity`` type as the value of the ``screen.name`` attribute. To customize the screen name, use the ``@RumScreenName`` annotation.
Copy file name to clipboardExpand all lines: gdi/get-data-in/rum/ios/configure-rum-ios-instrumentation.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,13 +92,13 @@ Use the following settings to configure the behavior of iOS RUM instrumentation:
92
92
* - :code:`sessionSamplingRatio`
93
93
- Percentage of sessions to sample. Expressed as a proportion in the range ``0.0`` to ``1.0``. The default value is ``1.0``.
94
94
* - :code:`allowInsecureBeacon`
95
-
- If set to ``true``, this setting allows beacon URLs that use the HTTP protocol. The default value is ``false``. ``allowInsecureBeacon`` is deprecated in Splunk RUM as of January 30, 2025. Although this setting continues to function, it will be removed in a future version.
95
+
- If set to ``true``, this setting allows beacon URLs that use the HTTP protocol. The default value is ``false``. ``allowInsecureBeacon`` is deprecated in Splunk RUM as of February 4, 2025. Although this setting continues to function, it will be removed in a future version.
96
96
* - :code:`enableDiskCache`
97
-
- Activates caching of exported spans. All spans are written to local storage and deleted after a successful export. The default value is ``false``. This setting is deprecated in Splunk RUM as of January 30, 2025. Although this setting continues to function, it will be removed in a future version. There is no replacement for this annotation.
97
+
- Activates caching of exported spans. All spans are written to local storage and deleted after a successful export. The default value is ``false``. This setting is deprecated in Splunk RUM as of February 4, 2025. Although this setting continues to function, it will be removed in a future version. There is no replacement for this annotation.
98
98
* - :code:`spanDiskCacheMaxSize`
99
-
- Threshold, in megabytes, from which spans start to be dropped from the disk cache. The oldest spans are dropped first. Only applicable when disk caching is activated. The default value is ``25`` megabytes. This setting is deprecated in Splunk RUM as of January 30, 2025. Although this setting continues to function, it will be removed in a future version. There is no replacement for this annotation.
99
+
- Threshold, in megabytes, from which spans start to be dropped from the disk cache. The oldest spans are dropped first. Only applicable when disk caching is activated. The default value is ``25`` megabytes. This setting is deprecated in Splunk RUM as of February 4, 2025. Although this setting continues to function, it will be removed in a future version. There is no replacement for this annotation.
100
100
* - :code:`bspScheduleDelay`
101
-
- Sets the maximum interval between two consecutive span exports. The default value is 5 seconds. This setting is deprecated in Splunk RUM as of January 30, 2025. Although this setting continues to function, it will be removed in a future version. There is no replacement for this annotation.
101
+
- Sets the maximum interval between two consecutive span exports. The default value is 5 seconds. This setting is deprecated in Splunk RUM as of February 4, 2025. Although this setting continues to function, it will be removed in a future version. There is no replacement for this annotation.
102
102
* - :code:`slowRenderingDetectionEnabled`
103
103
- Activates the slow rendering detection feature. The default value is ``true``. See :ref:`ios-slow-rendering-data`.
Copy file name to clipboardExpand all lines: gdi/get-data-in/rum/ios/rum-ios-data-model.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -422,7 +422,7 @@ Location data
422
422
=============
423
423
424
424
.. note::
425
-
The ``setLocation`` method is deprecated in Splunk RUM as of January 30, 2025. Although this method continues to function, it will be removed in a future version. There is no replacement for this annotation.
425
+
The ``setLocation`` method is deprecated in Splunk RUM as of February 4, 2025. Although this method continues to function, it will be removed in a future version. There is no replacement for this annotation.
426
426
427
427
If you choose to set the latitude and longitude for location data by using the Splunk RUM for iOS APIs, Splunk Observability Cloud uses the information to map the geographical location of the user, such as country, city, and so on.
Copy file name to clipboardExpand all lines: gdi/get-data-in/rum/react/manual-rum-react-instrumentation.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Update location data
103
103
======================================
104
104
105
105
.. note::
106
-
The ``updateLocation`` method is deprecated in Splunk RUM as of January 30, 2025. Although this method continues to function, it will be removed in a future version. There is no replacement for this annotation.
106
+
The ``updateLocation`` method is deprecated in Splunk RUM as of February 4, 2025. Although this method continues to function, it will be removed in a future version. There is no replacement for this annotation.
107
107
108
108
109
109
The RUM library includes a method for setting latitude ang longitde as global attributes. For example:
0 commit comments