From 5ddb175b6a4e296bd23053325795f46d1c1cd6be Mon Sep 17 00:00:00 2001 From: harry-harish <22562634+harry-harish@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:09:54 +0530 Subject: [PATCH 1/2] docs: add tracelane and peek to "Who's using rrweb?" Co-Authored-By: Claude Opus 4.8 --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 01e54198d3..f0b8580a69 100644 --- a/README.md +++ b/README.md @@ -247,4 +247,16 @@ In addition to adding integration tests and unit tests, rrweb also provides a RE + + + + Embeds self-contained rrweb replays in E2E test-failure reports + + + + + Feeds authenticated browser context to AI coding agents via MCP + + + From cade1797f28e347b1dba7ed488b5873e32b3ed25 Mon Sep 17 00:00:00 2001 From: harry-harish <22562634+harry-harish@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:18:38 +0530 Subject: [PATCH 2/2] chore: add empty changeset (docs-only, no version bump) Co-Authored-By: Claude Opus 4.8 --- .changeset/whos-using-tracelane-peek.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .changeset/whos-using-tracelane-peek.md diff --git a/.changeset/whos-using-tracelane-peek.md b/.changeset/whos-using-tracelane-peek.md new file mode 100644 index 0000000000..a294b06830 --- /dev/null +++ b/.changeset/whos-using-tracelane-peek.md @@ -0,0 +1,4 @@ +--- +--- + +docs: add tracelane and peek to the "Who's using rrweb?" section (README only; no package changes).