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

Commit 5777cf7

Browse files
author
ada
committed
Remove CocoaPods references
1 parent 1f7a6cc commit 5777cf7

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Add a mapping file
1111

1212
When you set the ``minifyEnabled`` property to true in your Android application source code, your build process minifies, optimizes, and obfuscates the code and generates a single mapping file, ``mapping.txt``. This mapping file contains the information Splunk RUM needs to convert stack traces containing obfuscated classes and filenames back into a human readable form. This conversion is called deobfuscation in Android.
1313

14-
Deobfuscation is available for Android application crashes only.
15-
1614

1715
.. note::
1816
Make sure that the mapping file you upload to Splunk RUM matches the binary you deploy to production. To ensure this, the best practice is to integrate the ``splunk-rum`` usage into your CI pipeline so that whenever you re-build your Android application, you also re-upload its mapping file.

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

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Install the iOS RUM library for Splunk RUM
77
.. meta::
88
:description: Instrument your iOS applications for Splunk Observability Cloud real user monitoring / RUM using the iOS RUM library from the Splunk OpenTelemetry Instrumentation for iOS.
99

10-
To instrument your iOS application using the iOS RUM library and get data into Splunk RUM, follow the instructions on this page. You can install the library using Swift Package Manager, CocoaPods, or by building an XCFramework.
10+
To instrument your iOS application using the iOS RUM library and get data into Splunk RUM, follow the instructions on this page. You can install the library using Swift Package Manager, or by building an XCFramework.
1111

1212
.. note:: Splunk APM is not required to instrument Splunk RUM for iOS.
1313

@@ -156,18 +156,6 @@ To install the iOS RUM library using the Swift Package Manager (SPM) follow thes
156156

157157
2. Select :guilabel:`Add Package` to install the package.
158158

159-
CocoaPods
160-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
161-
162-
To install the iOS Crash Reporting package using CocoaPods follow these steps:
163-
164-
1. Make sure your project is using CocoaPods.
165-
166-
2. Add ``pod 'SplunkOtelCrashReporting`` to your Podfile.
167-
168-
3. Run ``pod install --repo-update`` in the directory where the Podfile is located.
169-
170-
4. After installing the pod, make sure to open the .xcworkspace file instead of the .xcodeproj file.
171159

172160
Initialize Crash Reporting
173161
---------------------------------------------------

0 commit comments

Comments
 (0)