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 ?