You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ref: move user_consent to sentry_run_t for thread-safe access
Move require_user_consent and user_consent from sentry_options_t to
sentry_run_t as atomic longs. Add sentry__run_should_skip_upload()
helper that batcher and retry call directly through their refcounted
run pointer, replacing the fragile raw long* into options.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments