I’m using Sentry with a macOS application and I’m having some issues to set up the Sentry NSApplication to caught the uncaught crashes. As explained in the documentation, I set the NSPrincipalClass as SentryCrashExceptionApplication but it crashes at launch throwing the following error:
Unable to find class: SentryCrashExceptionApplication, exiting
I tried using Sentry.SentryCrashExceptionApplication
instead but the same thing happen. I think it’s because it tries to find the class in the application bundle instead of the framework bundle.
Has anyone had the same issue? How could I solve it?
Thank you very much.
Pedro