diff --git a/pages/docs/tracking-methods/sdks/javascript.md b/pages/docs/tracking-methods/sdks/javascript.md index a31fee04b0..35f1170699 100644 --- a/pages/docs/tracking-methods/sdks/javascript.md +++ b/pages/docs/tracking-methods/sdks/javascript.md @@ -371,6 +371,8 @@ mixpanel.init("", {api_host: "https://"}) ## Session Replay +> Session Replay is currently available as an add-on purchase for Enterprise plans. + Capture and replay data on how a user interacts with your application. Replay collection is disabled by default, and the Replay portion of the SDK will not be loaded into your application until specified. To use this feature, you must be on at least version 2.50.0 of our JavaScript SDK. Before you enable Session Replay for a large audience, we recommend testing in a demo project, and starting in production with smaller sets of users or accounts, so that you can monitor performance and ensure your privacy rules align with company policies.