-
-
Notifications
You must be signed in to change notification settings - Fork 200
Open
Labels
Breaking-changeImprovementSDK parityBehavior that other SDKs provide and we are missing or implement differentlyBehavior that other SDKs provide and we are missing or implement differently
Description
For last-crash detection API across SDKs. With sentry-native, if you're using sentry_get_crashed_last_run(), then you also need to call sentry_clear_crashed_last_run() so you won't redetect an older crash on later runs.
I believe in cocoa it's automatically reset based on: https://github.com/getsentry/sentry-cocoa/blob/main/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_AppState.c#L459
So can we also make sure the native SDK automatically manages this as much as possible?
Metadata
Metadata
Assignees
Labels
Breaking-changeImprovementSDK parityBehavior that other SDKs provide and we are missing or implement differentlyBehavior that other SDKs provide and we are missing or implement differently
Projects
Status
Waiting for: Product Owner