github getsentry/sentry-cocoa 7.12.0

latest releases: 9.0.0-rc.0, 8.57.3, 9.0.0-alpha.1...
3 years ago

Important notice

This release contains a fix for the sampling of transactions. The SDK applied both sample rates for events and transactions when capturing transactions. Previously, when setting sampleRate to 0.0, the SDK would discard all transactions.
This is fixed now by ignoring the sampleRate for transactions. If you use custom values for sampleRate and traceSampleRate or traceSampler, this change will have an impact on you.

If you are using profiling and self-hosted Sentry, this version requires Sentry version >= 22.3.0.

Various fixes & improvements

  • fix: Avoid race condition in SentryCrash (#1735)
  • fix: Possible endless loop for onCrashedLastRun (#1734)
  • fix: Wrongly sampling transactions (#1716)
  • feat: Add flag for UIViewControllerTracking (#1711)
  • feat: Add more info to touch event breadcrumbs (#1724)
  • feat: Add support for profiling on iOS (#1652) by @armcknight

Don't miss a new sentry-cocoa release

NewReleases is sending notifications on new releases.