-
-
Notifications
You must be signed in to change notification settings - Fork 329
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
Capture NSException without SentryCrashExceptionApplication #2854
Comments
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
It'd be great if this is implemented by sending the "Application Specific Information" or "Application Specific Backtrace" section seen in macOS crash reports:
As compared to the main thread's backtrace:
References: microsoft/appcenter-sdk-apple#1944 (comment), microsoft/appcenter#857 |
@brustolin Information on the most recent event is added to the shadow Jira ticket as it might contain PII. |
Thanks for the update @rodolfoBee. We still dont have a solution for this. |
@brustolin, we actually have a different solution for this; see docs You only need to set this flag.
We also use this in the macOS sample app
and the sentry-cocoa/Samples/macOS-Swift/macOS-Swift/Info.plist Lines 35 to 36 in 2233968
We can close this. Please reopen if I missed something. |
Description
In order to capture unhandled NSException in a MacOS application, is necessary to change the
Principal class
toSentryCrashExceptionApplication
(see docs).It would be better if we could find a solution that don't require changing
Principal class
.┆Issue is synchronized with this Jira Improvement by Unito
The text was updated successfully, but these errors were encountered: