Skip to content

0.27.0

Latest

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 03 Jun 00:56

Features

  • Add C++ exception monitor option (#554)
    • Compose Multiplatform: It is highly recommended to disable C++ monitoring (options.enableUnhandledCppExceptionMonitoring = false) on Apple targets. Unhandled Kotlin exceptions from CMP can be reported as generic C++ crashes (ExceptionObjHolderImpl) instead of useful Kotlin stack traces when C++ monitoring is enabled.

Dependencies