🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@splunk/otel-web-session-recorder

Package Overview
Dependencies
Maintainers
14
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@splunk/otel-web-session-recorder

Splunk distribution of rrweb for recording session

0.22.0
latest
Source
npm
Version published
Weekly downloads
4.6K
5.66%
Maintainers
14
Weekly downloads
 
Created
Source

GitHub release (latest by date) GitHub Workflow Status (branch) Beta

Splunk Session Recorder

Splunk session recorder combines rr-web with OpenTelemetry JavaScript for Web

:construction: This project is currently in BETA. It is officially supported by Splunk. However, breaking changes MAY be introduced.

Installation

Via NPM package manager

Splunk session recorder can be installed via the @splunk/otel-web-session-recorder npm package:

npm install @splunk/otel-web-session-recorder

Then start the recording by importing the package and calling SplunkSessionRecorder.init:

import SplunkSessionRecorder from '@splunk/otel-web-session-recorder'

// This must be called after initializing splunk rum
SplunkSessionRecorder.init({
  realm: '<realm>',
  rumAccessToken: '<auth token>'
});

FAQs

Package last updated on 21 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