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
Gate auto-populated user identity/IP behind data_collection.user_info.
Scope
sentry-ruby/lib/sentry/event.rb: user IP / identity auto-population gated by user_info.
sentry-rails/lib/sentry/rails/active_job.rb:40-44: user propagation to async jobs gated by user_info.
Critical (per spec):data_collection guards writing data to the scope via instrumentation, not reading it. User-set data (Sentry.set_user, before_send, manual scope) MUST never be gated and must always attach even when user_info = false.
Stack position: 8/10. Blocked by #3002**.**
Gate auto-populated user identity/IP behind
data_collection.user_info.Scope
sentry-ruby/lib/sentry/event.rb: user IP / identity auto-population gated byuser_info.sentry-rails/lib/sentry/rails/active_job.rb:40-44: user propagation to async jobs gated byuser_info.data_collectionguards writing data to the scope via instrumentation, not reading it. User-set data (Sentry.set_user,before_send, manual scope) MUST never be gated and must always attach even whenuser_info = false.data_collection#3003 (request interface) to avoid double-gating.Files & tests
event.rb,sentry-rails/.../active_job.rbspec/active_job/shared_examples/tracing/user_propagation.rband related event specsset_usersurvivesuser_info = false.