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
* This tool is still under development, so the readme and source code are not yet complete
7
-
8
7
# Splunk RUM CLI
9
8
10
-
The Splunk RUM CLI helps developers upload Android mapping files, iOS dSYM files, and browser source map files to the Splunk Observability Cloud backend for deobfuscating stack traces. This tool is part of Splunk's Real User Monitoring (RUM) suite.
9
+
The Splunk RUM CLI is a tool for uploading Android mapping files, iOS dSYM files, and browser source map files to the Splunk Observability Cloud back end for deobfuscating or symbolicating stack traces. This tool is part of the Splunk Real User Monitoring (RUM) suite.
11
10
12
11
## Features
13
12
14
13
* Uploading and listing of Android Proguard mapping files
15
-
* Uploading and listing of iOS DSym mapping files
14
+
* Uploading and listing of iOS dSYM mapping files
16
15
* Performing JavaScript bundle modifications to enable automatic source mapping
17
16
* Uploading JavaScript source map files
18
17
19
18
## Documentation
20
19
21
-
For official documentation on the Splunk RUM CLI, see _______
20
+
For official documentation on the Splunk RUM CLI, see
21
+
[Install the splunk-rum CLI](https://quickdraw.splunk.com/redirect/?product=Observability&location=rum.buildintegration&version=current)
22
22
23
23
## Getting Started
24
24
25
+
To install the CLI from npm, run:
26
+
```
27
+
npm install -g @splunk/rum-cli
28
+
```
29
+
30
+
After installing, for an overview of the splunk-rum CLI and available commands, run:
31
+
```
32
+
splunk-rum
33
+
```
34
+
25
35
## Build and Development
26
36
27
-
To build locally, run the following commands:
37
+
To build locally, run:
28
38
29
39
```
30
40
npm install
@@ -42,8 +52,6 @@ To develop locally, you can use the `build:watch` script to automatically rebuil
42
52
npm run build:watch
43
53
```
44
54
45
-
## Troubleshooting
46
-
47
55
# License
48
56
49
57
The Splunk RUM CLI is licensed under the terms of the Apache Software License
0 commit comments