This Application was made to demonstrate various features of the BugSnag Unity notifier.
- Handled errors and exceptions: Events which can be handled gracefully can also be reported to BugSnag
- Crashes: Events which terminate the app are sent to Bugsnag automatically. Reopen the app after a crash to send reports.
- Android specific crashes: Native, segfaults, C++, JVM & ANR exceptions. Reopen the app after a crash to send reports
- Cocoa sepecific crashes: Native, C++, OOM & App Hangs. Reopen the app after a crash to send reports
- Clone the repo ``` git clone [email protected]:bugsnag/bugsnag-unity.git --recursive ```
- Once the project has opened in Unity
- Navigate to `Windows>Bugsnag>Configuration`
- Enter your Bugsnag project API Key under the basic Configuration section of the package window
- Press `Play` in the editor
- Once loaded, click any of the error buttons
- Confirm whether the BugSnag dashboard has received the error.
For more configuration and full information please read the documentation at https://docs.bugsnag.com/platforms/unity/configuration-options/