Skip to content

2.1.0

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

Fixes

  • The SDK no longer throws an exception when failing to initialize the native SDK (#1693)
  • On iOS, UnityWebRequests no longer break due to the native SDK appending the request URL a second time (#1699)
  • The SDKs loglevel now also applies to sentry-cli logging (#1693)
  • When targeting Android, sentry-cli will now log to the editor console (#1693)
  • Fixed an issue with the SDK failing to automatically uploading debug symbols when exporting an .aab when targeting Android (#1698)

Features

  • Added an IgnoreCliErrors to the Sentry-CLI options, allowing you to ignore errors during symbol and mapping upload (#1687)

Fixes

  • When exporting Android projects, the SDK will now correctly add the symbol upload at the end of bundling (#1692)

Dependencies