Skip to content

1.5.0

Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 26 Jun 10:26

Fixes

  • Fixed an Android build issue where Sentry options would be cached with the first build until Editor restart (#1379)
  • Adding a remote repository filter to the gradle project (#1367)
  • Setting Android SDK version explicit to prevent version conflicts with remote repositories (#1378)
  • Set debug symbol upload logging to debug verbosity (#1373)
  • The SDK no longer causes an exception during initialiation on Android API level 32 and newer (#1365)
  • Suspending Android native support for Mono builds to prevent C# exceptions form causing crashes (#1362)
  • Fixed an issue where the debug image UUID normalization would malform the UUID leading to a failed symbolication (#1361)

Feature

  • When building for iOS, the debug symbol upload now works irrespective of whether Bitcode is enabled or not (#1381)

Dependencies