bugsnag / bugsnag-android

BugSnag crash monitoring and reporting tool for Android apps
https://www.bugsnag.com/platforms/android/
Other
1.18k stars 205 forks source link

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

Closed dr0-dev closed 3 months ago

dr0-dev commented 4 months ago

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

mclack commented 4 months ago

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 commented 3 months ago

Hi @dr0-dev

As there has been no activity on this for a while, we are going to close the issue now.

If you need any further assistance or have any questions, please feel free to reopen this or open a ticket with us directly by contacting support@bugsnag.com, along with any relevant information.