-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update event schema docs to support iOS exceptions #1047
Comments
SummaryiOS exceptions have the following differences.
Sample crash report
|
Currently
The
The |
Data after symbollicationBelow is a stacktrace that is to be symbolicated.
To Symbolicate the app symbols(MeasureDemo), the below datapoints are needed
Run the below command to get the symbolicated data
To Symbolicate the system symbols(UIKitCore, CoreFoundation etc), the below datapoints are needed
Run the below command to get the symbolicated data
StackFrame Info for iOS
We do not need any binary info as the binary address is present in the StackFrame object itself. FilePath is also not needed as the files can be found using the Data needed post symbolicationData to be saved from the
Data to be saved from symbolication scripts:
Rest all data points can be discarded post symbolication |
No description provided.
The text was updated successfully, but these errors were encountered: