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, '', {<br /> disableCookies: true,<br />}).promise;<br /><br />const config = {<br /> enableRemoteConfig: true,<br /> sampleRate: 0.1,<br /> autoStart: !isDevEnv,<br /> disableCookies: true,<br />};<br /><br />const sessionReplayPlugin = new SessionReplayPlugin(config);<br />await add(sessionReplayPlugin).promise;<br />
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!