Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 4523a20

Browse files
author
ada
committed
Updated per SME feedback
1 parent 457993b commit 4523a20

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

gdi/get-data-in/rum/android/configure-rum-android-instrumentation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Use the following settings to configure the Android RUM agent:
6565
* - :code:`enableDebug()`
6666
- 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.
6767
* - :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.
6969

7070
.. _android-rum-instrumentation-settings:
7171

@@ -106,7 +106,7 @@ OkHttp
106106
-----------------------------------------------
107107

108108
.. 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.
110110

111111
Instrument OkHttp using the ``Call.Factory`` wrapper, as in the following example:
112112

@@ -120,7 +120,7 @@ Volley HTTP (Experimental)
120120
-------------------------------------------------
121121

122122
.. 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.
124124

125125
To instrument Volley HTTP, add the ``splunk-otel-android-volley`` dependency to the ``build.gradle.kts`` file:
126126

gdi/get-data-in/rum/android/install-rum-android.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Follow these steps to install the Android RUM agent using Maven Central:
195195
See :ref:`android-rum-http-client-settings` for more information.
196196

197197
.. 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.
199199

200200

201201
5. Release the changes to the Android application.

gdi/get-data-in/rum/android/manual-rum-android-instrumentation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Customize screen names
144144
=====================================
145145

146146
.. 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.
148148

149149
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.
150150

gdi/get-data-in/rum/ios/configure-rum-ios-instrumentation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ Use the following settings to configure the behavior of iOS RUM instrumentation:
9292
* - :code:`sessionSamplingRatio`
9393
- Percentage of sessions to sample. Expressed as a proportion in the range ``0.0`` to ``1.0``. The default value is ``1.0``.
9494
* - :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.
9696
* - :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.
9898
* - :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.
100100
* - :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.
102102
* - :code:`slowRenderingDetectionEnabled`
103103
- Activates the slow rendering detection feature. The default value is ``true``. See :ref:`ios-slow-rendering-data`.
104104
* - :code:`slowFrameDetectionThresholdMs`

gdi/get-data-in/rum/ios/rum-ios-data-model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ Location data
422422
=============
423423

424424
.. 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.
426426

427427
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.
428428

gdi/get-data-in/rum/react/manual-rum-react-instrumentation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Update location data
103103
======================================
104104

105105
.. 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.
107107

108108

109109
The RUM library includes a method for setting latitude ang longitde as global attributes. For example:

0 commit comments

Comments
 (0)