We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Context #1752 SDK may want to capture events but not send them before the user is given consent
Sentry Native already supports user consent, we can borrow the idea and do something similar https://github.com/getsentry/sentry-native/blob/a51ccbbdb00cd3042022f7df6d4e352e9ae6c0c3/src/sentry_options.c#L276-L286
Request for the same feature on iOS: getsentry/sentry-cocoa#1780
The text was updated successfully, but these errors were encountered:
https://www.notion.so/sentry/User-Consent-Requirements-ba63b834cfe24501866ba2957a9e7184
Sorry, something went wrong.
FYI this is a P1 in getsentry/team-mobile#24 while being a P3 here
No branches or pull requests
Problem Statement
Context #1752
SDK may want to capture events but not send them before the user is given consent
Solution Brainstorm
Sentry Native already supports user consent, we can borrow the idea and do something similar https://github.com/getsentry/sentry-native/blob/a51ccbbdb00cd3042022f7df6d4e352e9ae6c0c3/src/sentry_options.c#L276-L286
Request for the same feature on iOS: getsentry/sentry-cocoa#1780
The text was updated successfully, but these errors were encountered: