The minidump format is the standard crash format for Windows. With the help of open-source libraries such as Breakpad or Crashpad, it is also possible to generate crash reports in the minidump format for Mac OS, Android and iOS.
This article is an index into the various mechanisms to integrate minidump submission into your Backtrace instance.
Breakpad
The popular open-source crash reporting framework used by Firefox and a wide variety of desktop applications.
Crashpad
The popular open-source crash reporting framework used by Chrome, Slack and more. It is the successor to Breakpad.
Electron
This popular framework allows you to build cross-platform desktop applications with Javascript and HTML. It is used by Discord, Visual Studio, Slack and more.
HTTP
Submit crash dumps directly over HTTP and HTTPS.