-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Feature proposal: Add an integrated event processor that can handle user consent. This means we’ll drop events until the user gives their permission. For example, we could add an API like SentrySDK.set_user_consent(X)
to set the consent status. The workflow would be:
- Developers set consent status as revoked during configuration.
- If the end-user gives consent, developers set consent status to given, and then set it to given on next application launch during configuration step.