Skip to content

CrashServer v.0.3.0 Pre-Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@jameskr97 jameskr97 released this 11 Dec 07:16
· 201 commits to main since this 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 into Minidump table.