CrashServer v.0.3.0 Pre-Release
Pre-release
Pre-release
Now on version 0.3.0 due to database model upgrade. Attachment support has been added!
[0.3.0] - 2021-09-29
Added
- Add support for uploading attachments. Any additional files to minidump will be added as a row in the Attachments table, and stored to disk
- Crash detail page has tabs for stacktrace, and uploaded attachments
Fixed
- "Crashed Thread" tag on crash detail page, marks the thread the actually crashed instead of the first thread
Changed
MinidumpTask
table removed, with relevant variables merged intoMinidump
table.