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
Right now attachments and envelope item headers only use the default value inferred by the backend, https://develop.sentry.dev/sdk/envelopes/#attachment which is event.attachment, but if an envelope is written by 3rd party SDKs like Flutter/RN/Sentry-native that uses a different type, it does not work.
Right now attachments and envelope item headers only use the default value inferred by the backend, https://develop.sentry.dev/sdk/envelopes/#attachment which is
event.attachment
, but if an envelope is written by 3rd party SDKs like Flutter/RN/Sentry-native that uses a different type, it does not work.Eg #1256
We'd need to support this field to not be lost during serialization/deserialization.
cc @philipphofmann
The text was updated successfully, but these errors were encountered: