sentry-cocoa icon indicating copy to clipboard operation
sentry-cocoa copied to clipboard

test: Update reporting NSException

Open philipphofmann opened this issue 2 years ago • 1 comments

Use NSApplicationCrashOnExceptions in the AppDelegate and call reportException.

For investigating https://github.com/getsentry/sentry-cocoa/issues/3265#issuecomment-1973135855.

#skip-changelog

philipphofmann avatar Mar 01 '24 12:03 philipphofmann

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.271%. Comparing base (61a1a2b) to head (23a2035).

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##              main     #3697       +/-   ##
=============================================
- Coverage   89.287%   89.271%   -0.016%     
=============================================
  Files          534       533        -1     
  Lines        58940     58826      -114     
  Branches     21153     21089       -64     
=============================================
- Hits         52626     52515      -111     
- Misses        5280      5387      +107     
+ Partials      1034       924      -110     

see 44 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 61a1a2b...23a2035. Read the comment docs.

codecov[bot] avatar Mar 01 '24 13:03 codecov[bot]