Skip to content

Commit

Permalink
Merge pull request #166 from openreplay/nick-delirium-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
estradino authored Nov 25, 2024
2 parents 7faa8af + 09ced85 commit d694949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/en/rn-sdk/init.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ useEffect(() => {
Openreplay.tracker.startSession(
'yourProjectKey',
options, // explained below, set {} if empty
'https://local.openreplay.instance/ingest' // not required if you're using managed version
'https://local.openreplay.instance/ingest' // if you're using our Serverless/SaaS plan then 'https://api.openreplay.com/ingest'
);
}, [])
```
Expand Down

0 comments on commit d694949

Please sign in to comment.