Skip to content

Releases: bugsnag/bugsnag-unity

v7.7.0

04 Jan 13:29
806ce40
Compare
Choose a tag to compare

7.7.0 (2024-01-04)

This release can also be installed via UPM.

Enhancements

  • Added IsStarted check method that returns false if start has not been called on the BugSnag client.

  • Update bugsnag-cocoa from v6.27.2 to v6.28.0 (includes compliance with Apple's Required Reasons API – see online docs)

v7.6.5

09 Oct 07:41
8f85bde
Compare
Choose a tag to compare

7.6.5 (2023-08-17)

This release can also be installed via UPM.

Bug Fixes

  • Fix for Android memory leak. #738

v7.6.4

08 Aug 12:57
822b8fa
Compare
Choose a tag to compare

7.6.4 (2023-08-09)

Bug Fixes

  • Add null guard in the Bugsnag exception handler. #734

v7.6.3

03 Aug 12:20
373128a
Compare
Choose a tag to compare

7.6.3 (2023-08-03)

  • Update bugsnag-cocoa from v6.26.2 to v6.27.2

Bug Fixes

  • Handle exceptions thrown during deserialisation of a cached events and sessions and log the problematic json. #731

v7.6.2

06 Jul 09:11
ad77fb3
Compare
Choose a tag to compare

7.6.2 (2023-07-06)

This release can also be installed via UPM.

Bug Fixes

  • Remove unnecessary usages of DateTimeOffset.Now to prevent iOS app hangs resulting from Unity native code accessing non-thread safe methods. #725

v6.3.4

06 Jul 08:59
7cd57e3
Compare
Choose a tag to compare

6.3.4 (2023-07-06)

Bug Fixes

  • Remove unnecessary usages of DateTimeOffset.Now to prevent iOS app hangs resulting from Unity native code accessing non-thread safe methods. #725

v7.6.1

13 Jun 14:29
9afeba9
Compare
Choose a tag to compare

7.6.1 (2023-06-13)

This release can also be installed via UPM.

Bug Fixes

  • Prevent callback to Unity from native layers for session and event callbacks if not used to avoid potential ANRs and improve performance. #717

v6.3.3

13 Jun 14:26
83a3f77
Compare
Choose a tag to compare

6.3.3 (2023-06-13)

Bug Fixes

  • Prevent callback to Unity from native layers for session and event callbacks if not used to avoid potential ANRs and improve performance. #717

v7.6.0

24 May 14:53
bc94332
Compare
Choose a tag to compare

7.6.0 (2023-05-25)

This release can also be installed via UPM.

  • Update bugsnag-cocoa from v6.25.2 to v6.26.2
  • Update bugsnag-android from v5.28.4 to v5.30.0

Bug fixes

  • Fix an issue where stack frames containing (wrapper some/wrapper) entries were incorrectly formatted. #713

  • Fix an issue where Config.GenerateAnonymousId was not respected. #704

v7.5.2

08 Mar 11:56
5b53303
Compare
Choose a tag to compare

7.5.2 (2023-03-08)

This release can also be installed via UPM.

Bug fixes

  • Fix a race condition in Bugsnag.Start involving creation of gameobjects outside of the main Unity thread. #699

  • Fix an issue causing empty stacktraces in some Android events. #700

Dependency updates

  • Update bugsnag-android from v5.28.3 to v5.28.4