BugSplat’s Unreal Engine integration supports most Unreal platforms including desktop computers, the Steam platform, and Linux servers. Support for additional platforms will be provided in the future.
Here's what the crash report client section of DefaultEngine.ini should look like:
Replace {database}, {appName}, and {appVersion} with the names of your BugSplat database, application name, and version. (You will use these exact same parameter values when uploading symbols.)
Package your game, check that the Include Crash Reporter and Include Debug Files options are selected in your build configuration:
Run your game. For testing, a crash can be forced from the console using the command "debug crash". After posting the crash report, login to BugSplat to view the report.
Eventually, you will want to rebuild CrashReportClient so that its user interface describes the crash reporting changes above. However, this isn't required to successfully post crash reports.