Skip to content

Releases: getsentry/sentry-cocoa

7.30.0

03 Nov 15:08
Compare
Choose a tag to compare

Features

  • Profile concurrent transactions (#2227)
  • HTTP Client errors (#2308)
  • Disable bitcode for Carthage distribution (#2341)

Fixes

  • Stop profiler when app moves to background (#2331)
  • Clean up old envelopes (#2322)
  • Crash when starting a profile from a non-main thread (#2345)
  • SentryCrash writing nan for invalid number (#2348)

7.29.0

24 Oct 14:47
Compare
Choose a tag to compare

Features

  • Offline caching improvements (#2263)
  • Report usage of stitchAsyncCode (#2281)

Fixes

  • Enable bitcode (#2307)
  • Fix moving app state to previous app state (#2321)

7.28.0

14 Oct 11:46
Compare
Choose a tag to compare

Features

Fixes

  • Device info details for profiling (#2205)

7.27.1

05 Oct 09:25
Compare
Choose a tag to compare

Fixes

  • Add app start measurement to first finished transaction (#2252)
  • Return SentryNoOpSpan when starting a child on a finished transaction (#2239)
  • Fix profiling timestamps for slow/frozen frames (#2226)

7.27.0

29 Sep 12:46
Compare
Choose a tag to compare

Features

Fixes

  • Correctly attribute enterprise builds (#2235)

7.26.0

27 Sep 09:37
Compare
Choose a tag to compare

Features

Fixes

  • Sentry-trace header incorrectly assigned to http requests (#2167)
  • Use the component name source for SentryPerformanceTracker (#2168)
  • Add support for arm64 architecture to the device context (#2185)
  • Align core data span operations (#2222)

7.25.1

14 Sep 09:44
Compare
Choose a tag to compare

Performance Improvements

  • Prewarmed app start detection (#2151)

7.25.0

09 Sep 19:40
Compare
Choose a tag to compare

Features

Fixes

  • Can't find app image when swizzling (#2124)
  • Crash with screenshot is reported twice (#2134)
  • Setting SDK name through options[sdk][name] shouldn't clear version (#2139)

7.24.1

06 Sep 08:02
Compare
Choose a tag to compare

Fixes

  • Remove Media Library Permission check from permission observer (#2123)

7.24.0

01 Sep 19:12
Compare
Choose a tag to compare

Features

  • App permissions are now also included when running from an app extension (#2106)
  • Report App Memory Usage (#2027)
  • Include app permissions with event (#1984)
  • Add culture context to event (#2036)
  • Attach view hierarchy to events (#2044)
  • Clean up SentryOptions: added enableCrashHandler and deprecated integrations (#2049)
  • Integrations send the transaction name source (#2076)
  • Added extra logs when creating automatic transactions and spans (#2087)

Fixes

  • Fix Swift 5.5 compatibility (#2060)
  • Add span finish flag (#2059)
  • SentryUser.userId should be nullable (#2071)
  • Send time zone name, not abbreviation (#2091)
  • Use a prime number for the profiler's sampling rate to reduce the potential for lock-step issues (#2055).
  • Improve App Hangs detection (#2100)
  • Send environment set from SentryOptions or configureScope with profiling data (#2095)