Skip to main content
Question

Session-replay interation issues

  • November 15, 2024
  • 0 replies
  • 81 views

I’m following this guide: https://amplitude.com/docs/session-replay/session-replay-plugin to add feature of session replay along with ampli in a NextJs site.

The events are being captured, but session-replay screen shows no data.

 

Here’s the code that I’m using:

const sessionReplayTracking = sessionReplayPlugin({sampleRate: 1});

ampli.load({

  client: {

  apiKey: process.env.NEXT_PUBLIC_AMPLITUDE_API_KEY

}

}).promise.then(()=> {

  ampli.client.add(sessionReplayTracking)

})

What thing am I missing?

0 replies

Be the first to reply!

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings