-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Store App context with crash to send on next app start #711
Comments
Is this a native crash in the main process? |
Main crash, here is a simple repro: just add DSN in main.js, npm install and run. |
Closed via #683 |
@timfish, thanks for the fix, I want to verify it to see if it still repros, but I tried (I am this issue original reporter. |
The SDK cannot be installed via git because it uses TypeScript and needs to be built first. I'll try and get it released on npm today! |
When this issue closes, v4.9.0 will have been published to npm. |
Problem Statement
Currently the app start time can be after when a crash happened as the app context is not saved see screenshots, where the start time matches the time the event was received (CEST = Z+2h).
Solution Brainstorm
Having this information stored with the rest of the scope and minidump will keep information consistent. Somehow related to: #679
The text was updated successfully, but these errors were encountered: