Skip to content
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

Open
Tracked by #897
vishnukvmd opened this issue May 28, 2022 · 8 comments
Open
Tracked by #897

Support for tunnel parameter #872

vishnukvmd opened this issue May 28, 2022 · 8 comments

Comments

@vishnukvmd
Copy link
Contributor

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.

@marandaneto
Copy link
Contributor

@vishnukvmd makes sense, are you using Flutter Web or the Pure Dart SDK? thanks.

@vishnukvmd
Copy link
Contributor Author

We're using the Flutter SDK, but for mobile (not web).

@marandaneto
Copy link
Contributor

@vishnukvmd Is Cloudflare Access a sort of VPN/Proxy? tunnel was designed to be a workaround for AD Blockers, maybe what you want is to be able to set a proxy when calling Sentry's API?

@vishnukvmd
Copy link
Contributor Author

It is kind of like a VPN.

From my limited understanding of Sentry, tunnels seemed like the best way to workaround this. Please let me know if there's a better solution!

@marandaneto
Copy link
Contributor

@vishnukvmd are you using the sentry or sentry_flutter package? if sentry, we'd not be blocked by the Native SDK changes.

@vishnukvmd
Copy link
Contributor Author

We have a dependency on sentry_flutter 😔

@marandaneto
Copy link
Contributor

We have a dependency on sentry_flutter 😔

Thanks, I will discuss the priority of this issue today.

@smeubank
Copy link
Member

potentially relevant for the proposed Project to Improve Tunneling https://github.com/getsentry/projects/issues/385

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

4 participants