Skip to content

BugSnag crash monitoring and reporting plugin for Unreal Engine games

License

Notifications You must be signed in to change notification settings

bugsnag/bugsnag-unreal

Repository files navigation

Bugsnag crash monitoring and reporting plugin for Unreal Engine

Documentation

Automatically detect crashes and fatal errors in your Unreal Engine games on Android and iOS, collecting diagnostic information and immediately notifying your development team to help you to understand and resolve issues as fast as possible.

Supports Unreal Engine 4.24 and later.

Features

Getting started

  1. Create a Bugsnag account
  2. Complete the instructions in the integration guide to report crashes from your game
  3. Report handled exceptions using UBugsnagFunctionLibrary::Notify()
  4. Customize your integration using the configuration options

Support

Repository organization

The Bugsnag plugin is located in Plugins/Bugsnag.

The top level of this repository contains an example project which uses the Bugsnag plugin - BugsnagExample.uproject.

To build the example project for Android or iOS, you must first run make in the top level directory to prepare the dependencies. This step requires macOS with the Android NDK & SDK and Xcode.

License

The Bugsnag Unreal Engine notifier is free software released under the MIT License. See the LICENSE for details.