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

Any way to set a proxy only to the bugsnag instance? #2017

Open
dr0-dev opened this issue Apr 15, 2024 · 1 comment
Open

Any way to set a proxy only to the bugsnag instance? #2017

dr0-dev opened this issue Apr 15, 2024 · 1 comment
Labels
awaiting feedback Awaiting a response from a customer. Will be automatically closed after approximately 2 weeks.

Comments

@dr0-dev
Copy link

dr0-dev commented Apr 15, 2024

we need to have only the bugsnag calls use a proxy, while the rest of the network requests run internally.

@mclack
Copy link

mclack commented May 8, 2024

Hi @dr0-dev

You should be able to achieve this by configuring the BugSnag notify and sessions endpoints to point towards your proxy: https://docs.bugsnag.com/platforms/android/configuration-options/#endpoints

You could then forward the BugSnag requests from your proxy onto the notify.bugsnag.com endpoint for error reports, and sessions.bugsnag.com endpoint for session reports.

Would this suit your use case?

@mclack mclack added the awaiting feedback Awaiting a response from a customer. Will be automatically closed after approximately 2 weeks. label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting feedback Awaiting a response from a customer. Will be automatically closed after approximately 2 weeks.
Projects
None yet
Development

No branches or pull requests

2 participants