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
Follow-up to #1934 as brought up by @jpnurmi ; the fix we provided there works for now, but looking forward we'd ideally end up with a more robust attachments-handling system by implementing the following:
replace heap-allocated sentry_attachment_t objects with sentry_value_t-backed value types,
replace global scope mutex with fine-grained read-write locks, and
Follow-up to #1934 as brought up by @jpnurmi ; the fix we provided there works for now, but looking forward we'd ideally end up with a more robust attachments-handling system by implementing the following:
sentry_attachment_tobjects withsentry_value_t-backed value types,