Skip to main content

 

Hello! We paid for access and set up a remote configuration in Data within the project.

Also connected inside the project via the following code:

await init(apiKey, '', {
disableCookies: true,
}).promise;

const config = {
enableRemoteConfig: true,
sampleRate: 0.1,
autoStart: !isDevEnv,
disableCookies: true,
};

const sessionReplayPlugin = new SessionReplayPlugin(config);
await add(sessionReplayPlugin).promise;

 

But it still doesn't work, Amplitude doesn't record and doesn't seem to recognize that we've connected Session Replay. Please help us with solution. Thank you!

Be the first to reply!