Project URL for react native when using cloud

Hi,

I’m testing the React Native integration with OpenReplay, however the documentation says:

OpenReplay.tracker.startSession(
    'yourProjectKey',
    options, // explained below, set {} if empty
    'https://local.openreplay.instance/ingest' // not required if you're using managed version
  );

The third parameter is the project url

I have tried none (it doesn’t work, there is validation error say it has to be provided)
I’ve tried OpenReplay - If I add a proxy I can see the requests made but they return 403 - ERROR: The request could not be satisfied.
I’ve tried the same the documentation says, but it doesn’t do anything.

Does anybody know how I should configure the project url ?

What version of the React Native SDK are you on?

You can pass undefined or https://api.openreplay.com/ingest if you’re on our Cloud. Otherwise it should point to your OpenReplay instance.