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
Since #1001 relates to a customer issue where the SDK sent incomplete envelopes due to OOM, we could further reduce the required memory by not loading attachments into memory when constructing the envelope and deferring until the transport
The text was updated successfully, but these errors were encountered:
This is a follow-up issue to #1001.
We currently load attachments via
sentry__envelope_add_from_path
into memory before adding them to the internal envelope structure:sentry-native/src/sentry_envelope.c
Lines 358 to 375 in 45fa26b
Since #1001 relates to a customer issue where the SDK sent incomplete envelopes due to OOM, we could further reduce the required memory by not loading attachments into memory when constructing the envelope and deferring until the transport
The text was updated successfully, but these errors were encountered: