-
-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
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
Support for tunnel parameter #872
Comments
@vishnukvmd makes sense, are you using Flutter Web or the Pure Dart SDK? thanks. |
We're using the Flutter SDK, but for mobile (not web). |
@vishnukvmd Is Cloudflare Access a sort of VPN/Proxy? |
It is kind of like a VPN. From my limited understanding of Sentry, |
@vishnukvmd are you using the |
We have a dependency on |
Thanks, I will discuss the priority of this issue today. |
potentially relevant for the proposed Project to Improve Tunneling https://github.com/getsentry/projects/issues/385 |
We are protecting our Sentry instance behind Cloudflare Access, and it makes it impossible to report events without a tunnel.
So similar to the Javascript SDK, it'd be great if the Dart SDK could expose a
tunnel
parameter.The text was updated successfully, but these errors were encountered: