-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Document custom proxies blocking traffic to sentry.io #658
Comments
hi, could you enable debug logs and check the logcat output - it should show you what exactly is happening. <meta-data android:name="io.sentry.debug" android:value="true" /> |
Nothing is shown when I tried enabling debug mode from |
Yea, that's because debug in Few questions to the issue:
|
Not self-hosted
DSN is proper. I can see it in debug logs
No. I tested on real device as well I can see crash reports with debug build but not with release |
@romtsn Somehow today I could see crash reports from emulator (release build) but still no luck when tested on real device |
just to make sure, do you restart the app after it crashes? we upload crash reports on restart (to not block the process from termination for too long) and whenever internet connectivity changes |
Yes I did |
@romtsn Found the issue. When DuckDuckGo's App Tracking Protection is enabled, reports are not being sent. For now I disabled this for my launcher. But I feel this should be properly handled (if it is possible) |
glad you figured it out. I don't think we can handle this, but it definitely deserves to be mentioned on the docs/troubleshooting. I will address that, thanks for the update! |
Troubleshooting entry similar to e.g. https://docs.sentry.io/platforms/javascript/troubleshooting/#dealing-with-ad-blockers would make sense |
Let's mention our support for using custom proxies via options as well. |
Gradle Version
8.6
AGP Version
8.2.2
Code Minifier/Optimizer
Proguard
Version
4.3.0
Sentry SDK Version
7.3.0
Steps to Reproduce
I've integrated Sentry to my project (mslalith/focus_launcher#383). I'm able to see crash reports in devDebug builds but not in devRelease builds
Expected Result
Crashes should properly report in release builds
Actual Result
Crashes are not being reported in release builds
The text was updated successfully, but these errors were encountered: