Mixpanel Community Icon

How to Enable Session Replay in Mixpanel's Free Project

·
·

We have created a new free project for mixpanel but we are not able to see wtach session replay option in our projects , how we can enable that options?

  • Avatar of kapa.ai
    kapa.ai
    APP
    ·
    ·

    Hi Sonia, Please stand by as I search the Mixpanel knowledge base for an AI-powered answer. I normally take about 15 seconds or so. In case AI cannot answer your question, feel free to reach out to Mixpanel support at mixpanel.com/get-support. If you have follow-up questions for this thread, please tag me again with your question: @kapa.ai <follow-up question> đź‘‹

    Feel free to ask a follow-up question once I've answered by mentioning me with @kapa.ai

  • Avatar of kapa.ai
    kapa.ai
    APP
    ·
    ·

    To enable Session Replay for your new free Mixpanel project, you need to ensure you're on the latest Free plan and implement the feature in your code. Here are the steps to enable Session Replay: 1. Switch to the latest Free plan: Make sure you're on the latest Free plan, which includes 10k free replays per month. You can switch to this plan directly from the Mixpanel pricing page.2. Implement Session Replay in your code: After updating your plan, you need to enable Session Replay in your JavaScript SDK implementation. Here's how to do it:

    "<YOUR_PROJECT_TOKEN> ", { record_sessions_percent: 1 //records 1% of all sessions } ) ```LBKSLBKS This code snippet enables Session Replay and sets the sampling rate to 1% of all sessions. You can adjust this percentage based on your needs.LBKS3. Verify implementation: After implementing the code, you should start seeing the "View Replays" button in various places within your Mixpanel project, such as the User Profile page, certain Mixpanel reports, and the Home page.LBKSIf you've completed these steps and still don't see the Session Replay option, it's possible that: - The implementation hasn't taken effect yet (it may take some time for data to appear) - There might be an issue with your implementationLBKSFor more detailed information on implementation and troubleshooting, you can refer to these resources: - [Session Replay (Web): Watch playbacks of user digital experiences](https://docs.mixpanel.com/docs/session-replay/session-replay-web) - [Mixpanel SDKs: Javascript - Session Replay](https://docs.mixpanel.com/docs/tracking-methods/sdks/javascript#session-replay)LBKSIf you continue to have issues after following these steps, it's recommended to contact Mixpanel support for further assistance.

    kapa.ai is still learning and improving, please let me know how I did by reacting below.

    ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.