Socket
Book a DemoInstallSign in
Socket

@splunk/rum-cli

Package Overview
Dependencies
Maintainers
14
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@splunk/rum-cli

Tools for handling symbol and mapping files for symbolication

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
756
-38.13%
Maintainers
14
Weekly downloads
 
Created
Source

Status Build Status GDI Specification NPM Node

Splunk RUM CLI

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.

Features

  • Uploading and listing of Android Proguard mapping files
  • Uploading and listing of iOS dSYM mapping files
  • Performing JavaScript bundle modifications to enable automatic source mapping
  • Uploading JavaScript source map files

Documentation

For official documentation on the Splunk RUM CLI, see Install the splunk-rum CLI

Getting Started

To install the CLI from npm, run:

npm install -g @splunk/rum-cli

After installing, for an overview of the splunk-rum CLI and available commands, run:

splunk-rum

Build and Development

To build locally, run:

npm install
npm run build
npm link

You can now run splunk-rum locally from the command line:

splunk-rum --version

To develop locally, you can use the build:watch script to automatically rebuild the project as you make changes:

npm run build:watch

License

The Splunk RUM CLI is licensed under the terms of the Apache Software License version 2.0. See the license file for more details.

Keywords

splunk

FAQs

Package last updated on 24 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts