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
Exceptions captured normally with capture_event include the full session log, but if the application exits with a sigsegv or otherwise, the log only contains a single line.
We tried moving the init prior to clearing the session log on start in case hard crashes were being sent on next startup but this didn't appear to work either.
You will be able to do this by adding attachments in beforeSend (#1460), which would also work for crashes and we haven't tackled yet. I can't give you an ETA for this feature.
You can consider adding your info to breadcrumbs, which work for crashes. I'm closing this as duplicate of #1460.
Platform
iOS
Environment
Production
Installed
CocoaPods
Version
8.44
Xcode Version
16
Did it work on previous versions?
No response
Steps to Reproduce
Exceptions captured normally with capture_event include the full session log, but if the application exits with a sigsegv or otherwise, the log only contains a single line.
We tried moving the init prior to clearing the session log on start in case hard crashes were being sent on next startup but this didn't appear to work either.
Example event: https://all-out-fb.sentry.io/issues/6274834837/events/oldest/attachments/?project=4505228624396288&query=is%3Aunresolved%20issue.priority%3A%5Bhigh%2C%20medium%5D&referrer=oldest-event&statsPeriod=10m&stream_index=0
Expected Result
Full session log attachment same as when calling capture event normally
Actual Result
Single line log
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: