sentry-java
                                
                                 sentry-java copied to clipboard
                                
                                    sentry-java copied to clipboard
                            
                            
                            
                        Add `tunnel` option (sets the url used by transport)
Description
Sets the URL that will be used to transport captured events. This can be used to work around ad-blockers or to have more granular control over events sent to Sentry.
- More details about the option in JS docs https://docs.sentry.io/platforms/javascript/configuration/options
- Related RN issue https://github.com/getsentry/sentry-react-native/issues/3258
- Related Cocoa issue https://github.com/getsentry/sentry-cocoa/issues/3583
If the tunnel option is set, the endpoint URL would be set to tunnel instead of the parsed DSN.