|
1 |
| -# bugsnag-unreal |
| 1 | +# Bugsnag crash monitoring and reporting plugin for Unreal Engine |
| 2 | +[](https://docs.bugsnag.com/platforms/unreal-engine/) |
2 | 3 |
|
3 |
| -Bugsnag crash monitoring and reporting tool for Unreal Engine apps |
| 4 | +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. |
| 5 | + |
| 6 | +Supports Unreal Engine 4.24 and later. |
| 7 | + |
| 8 | + |
| 9 | +## Features |
| 10 | + |
| 11 | +* Automatically report crashes and fatal errors |
| 12 | +* Report [handled exceptions](https://docs.bugsnag.com/platforms/unreal-engine/#reporting-handled-errors) |
| 13 | +* [Log breadcrumbs](https://docs.bugsnag.com/platforms/unreal-engine/#logging-breadcrumbs) which are attached to crash reports and add insight to users' actions |
| 14 | +* [Attach user information](https://docs.bugsnag.com/platforms/unreal-engine/#identifying-users) to determine how many people are affected by a crash |
| 15 | + |
| 16 | + |
| 17 | +## Getting started |
| 18 | + |
| 19 | +1. [Create a Bugsnag account](https://bugsnag.com) |
| 20 | +1. Complete the instructions in the [integration guide](https://docs.bugsnag.com/platforms/unreal-engine/) to report crashes from your game |
| 21 | +1. Report handled exceptions using [`UBugsnagFunctionLibrary::Notify()`](https://docs.bugsnag.com/platforms/unreal-engine/#reporting-handled-errors) |
| 22 | +1. Customize your integration using the [configuration options](https://docs.bugsnag.com/platforms/unreal-engine/configuration-options/) |
| 23 | + |
| 24 | + |
| 25 | +## Support |
| 26 | + |
| 27 | +* [Read the integration guide](https://docs.bugsnag.com/platforms/unreal-engine/) or [configuration options documentation](https://docs.bugsnag.com/platforms/unreal-engine/configuration-options/) |
| 28 | +* [Search open and closed issues](https://github.com/bugsnag/bugsnag-unreal/issues?utf8=✓&q=is%3Aissue) for similar problems |
| 29 | +* [Report a bug or request a feature](https://github.com/bugsnag/bugsnag-unreal/issues/new) |
| 30 | + |
| 31 | + |
| 32 | +## Repository organization |
| 33 | + |
| 34 | +The Bugsnag plugin is located in [`Plugins/Bugsnag`](Plugins/Bugsnag). |
| 35 | + |
| 36 | +The top level of this repository contains an example project which uses the Bugsnag plugin - [`BugsnagExample.uproject`](BugsnagExample.uproject). |
| 37 | + |
| 38 | +To build the example project for Android or iOS, you must first run `make` in the top level directory to prepare the dependencies. |
| 39 | +This step requires macOS with the Android NDK & SDK and Xcode. |
| 40 | + |
| 41 | + |
| 42 | +## License |
| 43 | + |
| 44 | +The Bugsnag Unreal Engine notifier is free software released under the MIT License. |
| 45 | +See the [LICENSE](LICENSE) for details. |
0 commit comments