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
Crash handling on iOS devices (or Cocoa in general) doesn't work as intended. It crashes during the creation of SentryEnvelopeHeader because sdkInfo has been deprecated. In essence the actual crash is replaced with an internal SentryEnvelopeHeader crash
Problem
Crash handling on iOS devices (or Cocoa in general) doesn't work as intended. It crashes during the creation of
SentryEnvelopeHeader
becausesdkInfo
has been deprecated. In essence the actual crash is replaced with an internalSentryEnvelopeHeader
crashsdkInfo deprecated: getsentry/sentry-cocoa#1960
Solution
Remove
sdkInfo
from the interop bridgeThe text was updated successfully, but these errors were encountered: