We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello. Is there any guide or solution to use it within react-native SDK? How to set proxy url when I set up analytics in the application.
Thank you in advance.
The text was updated successfully, but these errors were encountered:
I had the same question and found that it was described in the TypeScript definition files of the library:
Segment.setup("YOUR_WRITE_KEY", { proxy: { scheme: "http", host: "localhost", port: 8181, path: '/segment', }, });
I've noticed during my tests that /v1/batch will be appended to your proxy.path though.
/v1/batch
proxy.path
You can find more information in this file.
Sorry, something went wrong.
No branches or pull requests
Hello.
Is there any guide or solution to use it within react-native SDK? How to set proxy url when I set up analytics in the application.
Thank you in advance.
The text was updated successfully, but these errors were encountered: