-
-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Crashed last run #685
Conversation
include/sentry.h
Outdated
* Otherwise, the same information is reported on any subsequent runs. | ||
* | ||
* Note: this doesn't change the value of sentry_get_crashed_last_run() yet. | ||
* However, if sentry_init() is called again, the value will change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sounds a bit strange, but on second thought it makes sense.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah... on this whole PR I've gone a couple of iterations before arriving at what currently makes the most sense to me.
@Swatinem anything that I should doe here to so that it could get merged? |
🚀 |
Exposes information on whether the app has crashed on the last run.