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:
All that, specifically on macOS on the M1.
STR:
Possibly patch up the native example, increasing this sleep here:
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.
We would want to verify how the Native SDK behaves in these instances:
Various ways of process termination:
Using the following backends:
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
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.