From 3e9031571216ba166f1902443d6565d1885b4001 Mon Sep 17 00:00:00 2001 From: Madison Date: Fri, 17 Jul 2026 04:30:29 -0500 Subject: [PATCH] Remove mentions of rrweb deps --- docs-mintlify/guides/apps/analytics/replays-and-clickmaps.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-mintlify/guides/apps/analytics/replays-and-clickmaps.mdx b/docs-mintlify/guides/apps/analytics/replays-and-clickmaps.mdx index 072f87bb8..97a952f1c 100644 --- a/docs-mintlify/guides/apps/analytics/replays-and-clickmaps.mdx +++ b/docs-mintlify/guides/apps/analytics/replays-and-clickmaps.mdx @@ -21,7 +21,7 @@ When those hold, the SDK captures `$page-view` and `$click` events and (for repl ## Session Replays -Session replays let you move from "an event happened" to "what the user actually saw." Recording is powered by [rrweb](https://www.rrweb.io/): the SDK captures DOM snapshots and mutations, mouse interactions, and page state over time, then plays them back as a faithful reconstruction of the session. +Session replays let you move from "an event happened" to "what the user actually saw." The SDK captures DOM snapshots and mutations, mouse interactions, and page state over time, then plays them back as a reconstruction of the session. ### Enabling and disabling