Send minidumps to BugSnag from your C/C++ projects to automatically capture and report errors in production.
New to BugSnag? Create an account
Integrating BugSnag into C/C++ projects depends on generating minidump files, using a library such as Crashpad or Breakpad for capture and delivery.
Once your app has been configured to generate minidumps, send minidumps to BugSnag using the following URL format as the crash reporting server:
https://notify.bugsnag.com/minidump?apiKey=YOUR_API_KEY
For more information on the upload API and to append additional information to crash reports generated from minidumps, see the Minidump endpoint in the Error Reporting API reference.
BugSnag supports symbolicating stack traces using Breakpad symbol files to show a full stack trace with methods, file paths, and line numbers.
Upload Breakpad symbol files to BugSnag to symbolicate native errors using one of the following options:
After completing installation and basic configuration, application crashes will be reported and automatically appear on your BugSnag dashboard.
Reporting unhandled events from minidumps comprise only a small part of BugSnag features and functionality.