-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
Consider per-report Consent Checking #110
Comments
Is your idea to just defer the uploader or also to put the entire crash collection behind the consent prompt? We maintain patches to crashpad on our own repo here so you can also send a PR there: https://github.com/getsentry/crashpad/ |
I added basic support in #116 but I want to see if the flow can be improved. |
Thanks, yes the idea is just defer uploading until consent is given. #116 is close to what I have, although it is "global", where I was wanting support for asking consent on a per-report basis. I implemented this passing a path to a DLL which crashpad would load and then call before uploading each report. Would that style (per-report consent) be something you were wanting to implement? |
I think it would be nice to have this on a per-report basis somehow. The main problem is that since crashpad is out of process and everything else is in process it's kinda ugly to find a backend independent implementation for that. Would be very happy to accept something though that makes it possible. |
I have some patches I would like to contribute which add basic consent prompt support to Windows with crashpad.
This patchset requires patching crashpad - how do you want me to add that to your build process?
The text was updated successfully, but these errors were encountered: