-
-
Notifications
You must be signed in to change notification settings - Fork 201
Closed
Labels
Description
We would want to verify how the Native SDK behaves in these instances:
Various ways of process termination:
- KILL / TERM
- Logout / Shutdown
Using the following backends:
- crashpad
- breakpad
All that, specifically on macOS on the M1.
STR:
Possibly patch up the native example, increasing this sleep here:
sentry-native/examples/example.c
Line 177 in bd56100
| sleep_s(10); |
Then build the example with the various backends, and start it like so:
sentry_example log start-session sleep.
… and then kill it in various ways.
Observe if a crash report and which kind of session status is being reported.
Reactions are currently unavailable