Skip to content

Releases: getsentry/sentry-unity

0.23.0

12 Sep 13:16
Compare
Choose a tag to compare

Fixes

  • Fixed a crash during startup due in connection to the Google Ads Unity package (#953)
  • The SDK failing to reinstall the backend will no longer lead to events being sent to Sentry (#962)

Features

  • IL2CPP line number support is enabled by default (#963)

Dependencies

0.22.2

22 Aug 01:13
Compare
Choose a tag to compare

Fixes

  • Fixed an 'Undefined symbols' issue within the Sentry Native Bridge when building for iOS (#932)
  • ANR detection no longer creates an error by trying to capture a screenshot from a background thread (#937)
  • Screenshots quality no longer scales off of current resolution but tries match thresholds instead (#939)

Features

0.22.1

10 Aug 15:04
Compare
Choose a tag to compare

Fixes

  • iOS samples were missing the Objective-C plugin (#921)
  • Save SampleRate to Options.asset (#916)
  • Increase CLI file upload limit to 10 MiB (#922)

Features

0.22.0

27 Jul 21:54
Compare
Choose a tag to compare

Fixes

  • Correctly byte-swap ELF build-ids (#872)
  • Wizard autoselects with only one option available (#891)
  • Reenabled IL2CPP line number support for mobile (#902)

Features

0.21.0

11 Jul 21:03
Compare
Choose a tag to compare

Fixes

  • Fix ProGuard setup if build.gradle uses CRLF (Windows) line breaks (#885)

Features

0.20.1

07 Jul 11:39
Compare
Choose a tag to compare

Fixes

  • Explicitly disable Windows x86 native-error tracking and IL2CPP processing integration (#871)

0.20.0

05 Jul 20:00
Compare
Choose a tag to compare

Features

Fixes

  • Only use application-not-responding detection in C#, disable in native plugins (#852)
  • The SDK no longer accesses the disk on unknown platforms (e.g. Switch) (#865)

0.19.0

14 Jun 14:33
Compare
Choose a tag to compare

Features

  • Add rich context info to native crashes (#747)
  • Include build ID in an event release info (#795)

Fixes

  • Don't report Aplication-Not-Responding while the app is in the background (#796)

0.18.0

09 Jun 16:07
Compare
Choose a tag to compare

Features

  • Enable native crash support with Mono scripting backend on Android, Windows and Linux (#751)
  • Application-Not-Responding detection (#771)
  • Allow uploading sources for debug files (#773)
  • Bump Sentry Java SDK to v6.0.0 (#787)

0.17.0

01 Jun 09:09
Compare
Choose a tag to compare

Features

  • The SDK now uses the Unity Log Handler to capture errors, instead of manually parsing events received on Application.logMessageReceived (#731)
  • Linux native crash support (#734)
  • Collect context information synchronously during init to capture it for very early events (#744)
  • Automatic user IDs on native crashes & .NET events (#728)
  • Use single-threaded HTTP transport on unknown platforms (#756)
  • Disable offline caching on unknown platforms (#770)
  • Bump Sentry Cocoa SDK to v7.16.0 (#725)
  • Bump Sentry Java SDK to v6.0.0-rc.1 (#725)