-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Allow postponing event captures until User Consent is collected #6758
Comments
@AbhiPrasad any notes on why we decided not to go ahead with this? |
Nope, I think it just fell through the cracks. I moved it to Archived since it was a stale-bot closed issue. We can re-open and backlog! |
Hi. What is expected way of handling user consent until this issue is resolved? Add |
@zemlanin Calling |
The offline transports have hooks that can allow you to queue events until user consent. |
Have the SDK operate ‘properly’, with it's configured features such as Replay. But ‘hold off’ on sending events until consent is given. If revoked stop events from being sent again.
Sentry Native already supports user consent (not for all backends though), we can borrow the idea and do something similar getsentry/sentry-native@a51ccbb/src/sentry_options.c#L276-L286
Relates to:
Specifically:
There's an internal doc that should be moved to GitHub.
The text was updated successfully, but these errors were encountered: