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

Commit 75f10e3

Browse files
author
ada
committed
Updates based on SME requests
1 parent 55890a1 commit 75f10e3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

gdi/get-data-in/rum/android/add-mapping-file.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ In order to associate a specific mapping file with a specific application build,
2222
Prerequisites
2323
=====================================================================
2424

25+
* To support de-obfuscation of your application's stack traces, ensure that your ``proguard-rule.pro`` has the following two lines enabled:
26+
27+
.. code-block::
28+
29+
-keepattributes LineNumberTable,SourceFile
30+
-renamesourcefileattribute SourceFile
31+
2532
* Upgrade the following Splunk components:
2633

2734
* :new-page:`splunk-otel-android<https://central.sonatype.com/artifact/com.splunk/splunk-otel-android>`: v1.10.0

gdi/get-data-in/rum/ios/add-dsyms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can upload dSYMs from your main application code and from third-party framew
2020
Prerequisites
2121
=====================================================================
2222

23-
* Build your applications with ``DEBUG_INFORMATION_FORMAT`` set to ``dwarf-with-dsym`` and ``DEBUG_INFORMATION_VERSION`` set to ``dwarf4``. Splunk RUM doesn't fully support the dwarf5 value for iOS symbolication. For more information on these settings, see :new-page:`Apple developer documentation on Debug Information Version <https://developer.apple.com/documentation/xcode/build-settings-reference#Debug-Information-Version>`.
23+
* Build your applications with ``DEBUG_INFORMATION_FORMAT`` set to ``dwarf-with-dsym`` and ``DEBUG_INFORMATION_VERSION`` set to ``dwarf4``. Splunk RUM doesn't support the ``dwarf5`` format for iOS symbolication. For more information on these settings, see the :new-page:`Apple developer documentation on Debug Information Version <https://developer.apple.com/documentation/xcode/build-settings-reference#Debug-Information-Version>`.
2424

2525
* Upgrade the following Splunk components:
2626

0 commit comments

Comments
 (0)