Sándor Mátyás
Sándor Mátyás
The documentation is not clear about `sentry_close()` being synchronous or asynchronous so I'm assuming the former. Do I have to wait for some amount of time after calling `sentry_close()`?
@Swatinem Do you have a workaround in mind that you could recommend? Would revoking user consent prevent the crash from being processed by Sentry?
@Swatinem Unfortunately, `sentry_user_consent_revoke()` doesn't work either. The crashes after revoking user consent are still sent to the Sentry server. This doesn't sound right to me. Is this the expected behaviour?...