sentry icon indicating copy to clipboard operation
sentry copied to clipboard

fix(event-user): Set event user id to be user_ident if None

Open jangjodi opened this issue 6 months ago • 1 comments

EventUser id can be None based on how the model is defined Set the serialized id to be user_ident if id is None

Backend fix for this https://github.com/getsentry/sentry/pull/75732

jangjodi avatar Aug 07 '24 16:08 jangjodi