Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion csr/csr-common/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# csr-common
# @spotify-confidence/csr-common

![](https://img.shields.io/badge/lifecycle-beta-a0c3d2.svg)

Shared types, event definitions, and utilities for the Confidence session recording SDK. This package is a foundation dependency — most consumers should use `@spotify-confidence/session-recording` directly.

Expand Down
4 changes: 3 additions & 1 deletion csr/csr-recorder/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# csr-recorder
# @spotify-confidence/csr-recorder

![](https://img.shields.io/badge/lifecycle-beta-a0c3d2.svg)

Low-level browser recording engine that captures DOM events using [rrweb](https://github.com/rrweb-io/rrweb). This package is used internally by `@spotify-confidence/session-recording` — most consumers should use that SDK directly.

Expand Down
4 changes: 3 additions & 1 deletion csr/session-recording/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Confidence Session Replay
# @spotify-confidence/session-recording

![](https://img.shields.io/badge/lifecycle-beta-a0c3d2.svg)

Browser SDK for recording user sessions with [Confidence](https://confidence.spotify.com). Captures DOM events in real time and streams them to the Confidence backend for analysis.

Expand Down
Loading