github bugsnag/bugsnag-unity v4.5.1

latest releases: v7.7.2, v6.3.6, v6.3.5...
4 years ago

Bug fixes

  • Support automatic session tracking when using code-based initialization flow
    rather than a game object and BugsnagBehaviour
  • Correctly set the "new session" threshold when using automatic session
    tracking to 30 seconds - no more than 1 session should be automatically
    started every 30 seconds when toggling the app between the foreground and
    background.
  • Capture initial session on iOS - previously, the OnApplicationFocus()
    callback was relied upon to fire the first session, which does not fire at
    launch on iOS (unlike Android). This change starts the first session in the
    frame following BugsnagUnity initialization.
  • Updated bugsnag-cocoa to v5.22.1:
    • Report correct app version in out-of-memory reports. Previously the bundle
      version was reported as the version number rather than the short version
      string.
      bugsnag-cocoa#349
    • Fix missing stacktraces in reports generated from notify()
      bugsnag-cocoa#348

Don't miss a new bugsnag-unity release

NewReleases is sending notifications on new releases.