Skip to content

0.19.0

Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 30 Jul 09:55

Breaking Changes

  • Rename public OnError delegate field in FSentryOutputDeviceError class to OnAssert

Features

  • On Windows/Linux the SDK can now automatically attach a screenshot to crash events(#582)
  • Add API allowing to check if captured event is ANR error (#581)

Fixes

  • The SDK no longer intercepts assertions when using crash-reporter (#586)
  • Fix calling beforeSend handler during post-loading (#589)
  • Fix crash when re-initializing Sentry (#594)

Dependencies