Skip to content

Releases: getsentry/sentry-cocoa

7.16.0

24 May 10:05
Compare
Choose a tag to compare

Features

  • UI event transactions for clicks (#1784)
  • Collect queue label information for profiles (#1828)
  • Use the macho format for debug information in Profiling (#1830)
  • Allow partial SDK info override (#1816)

Fixes

  • Hub uses its scope (#1821)

7.15.0

09 May 14:45
Compare
Choose a tag to compare

Features

  • Add profile data category for rate limiting (#1799)
  • Allow setting SDK info with Options initWithDict (#1793)
  • Remove ViewController name match for swizzling (#1802)

Fixes

  • Apply patch for SentryCrashCachedData (#1790)
  • Fix getting class data mask in SentryCrash (#1788)
  • Use pod_target_xcconfig for Podspec #1792
  • Case sensitive header import error (#1794)
  • Parsing of output from backtrace_symbols() (#1782)

7.14.0

27 Apr 12:54
Compare
Choose a tag to compare
  • fix: User feedback crash (#1766)
  • feat: Attach screenshots for errors (#1751)
  • fix: Remove authenticated pointer stripping for iOS backtraces (#1757)
  • perf: Filter binary images on Sentry Crash (#1767)
  • fix: NSURL warning during SDK initialization (#1764)

7.13.0

14 Apr 09:25
Compare
Choose a tag to compare
  • feat: Add Client Reports (#1733)
  • fix: enableProfiling option via initWithDict (#1743)

7.12.0

05 Apr 13:22
Compare
Choose a tag to compare

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

7.12.0-beta.0

21 Mar 17:52
Compare
Choose a tag to compare
7.12.0-beta.0 Pre-release
Pre-release

Various fixes & improvements

7.11.0

21 Mar 15:13
Compare
Choose a tag to compare
  • feat: Add CoreData performance tracking (#1682)
  • fix: Detecting ANRs as false OOMs (#1695)

7.10.2

14 Mar 17:51
Compare
Choose a tag to compare

fix: Crash in UIViewControllerSwizzling (#1692)

7.10.1

10 Mar 07:39
Compare
Choose a tag to compare
  • fix: Swizzling UIViewControllers crash (#1670)
  • feat: Expose Installation ID for Hybrid SDKs (#1680)
  • fix: SentryNSURLSessionTaskSearch using invalid nil parameter with NSURLSession (#1669)

7.10.0

01 Mar 09:51
Compare
Choose a tag to compare
  • fix: Always tracks App start for Hybrid SDKs (#1662)
  • feat: Send SDK integrations (#1647)
  • fix: Don't track OOMs for unit tests (#1651)
  • fix: Add verification for vendor UUID in OOM logic (#1648)
  • fix crash in dirContentsCount() when dir == NULL (#1658)