Add tunnel support for react native
Currently, the tunnel config option does not work as it does for the browser SDK, even tho is advertised in our react native docs.
Could we enable this functionality on react native?
┆Issue is synchronized with this Jira Improvement by Unito
FYI - Discord is really interested in this feature - from the docs we expected this to work already.
@thenickreynolds Hi, thank you for the information, this is not implemented in RN yet.
The appearance in the docs was a bug. This is supported in the browser SDK at the moment.
This has to be first implemented in the native SDKs, so RN use the tunnel.
Would really appreciate this feature on the Native SDKs
@emilfjellstrom Thank you for letting us know, could you share some details about your use case? Maybe we can help you with a workaround.
@krystofwoldrich I have seen some cases where the Sentry endpoint would be cancelled due to VPNs blocking tracking-related domains. I tried to setup my own proxy for the DSN uri but after doing so I saw no events logged in Sentry UI.
I use both the iOS, Android and React Native SDKs
I might have messed something up and will try and debug the proxy solution a bit further