bugsnag-unity
bugsnag-unity copied to clipboard
Automatic error reporting for Unity games
## Goal ## Design ## Changeset ## Testing
### Describe the bug I'm seeing exceptions coming from `BugsnagUnity.Client`. ### Steps to reproduce I couldn't reproduce when the exception is being thrown, so can't give exact stepts. ### Environment...
## Goal C# Time api can cause app hangs on ios if during app startup. This PR moves initialisation of time api usage to when it is first actually used....
## Goal Upgrade to Maze Runner v9. ## Changeset No changes were needed accept the upgrade itself 🎉 . ## Testing Covered by a full CI run (executed immediately prior...
### Describe the bug There is a race condition between the `BugsnagUnity.Bugsnag.InternalClient` being initialized to a non-null value and attempting to use the `InternalClient` indirectly via `TimingTrackingBehaviour.OnApplicationFocus` - the ctor...
Created by bumpsnag
### Describe the bug ### Issue 1. When I compare both Android and iOS crash stacktraces, in Android it's captured the exact file and function name, but in iOS it's...
Created by bumpsnag
## Goal Update version of bugsnag-android ## Changeset - Updated Rakefile to remove call to obsolete `bugsnag-android-ndk` - Updated native handling of thread.id, changing from an int to a string...