Skip to content

Releases: getsentry/sentry-cocoa

8.43.0-beta.1

23 Dec 13:04
Compare
Choose a tag to compare
8.43.0-beta.1 Pre-release
Pre-release

Improvements

  • Improve compiler error message for missing Swift declarations due to APPLICATION_EXTENSION_API_ONLY (#4603)
  • Mask screenshots for errors (#4623)
  • Slightly speed up serializing scope (#4661)

Features

  • Show session replay options as replay tags (#4639)

Fixes

  • SentrySdkInfo.packages should be an array (#4626)
  • Use the same SdkInfo for envelope header and event (#4629)

Internal

  • Remove loading integrations names from event.extra (#4627)
  • Add Hybrid SDKs API to add extra SDK packages (#4637)

8.42.1

20 Dec 10:22
Compare
Choose a tag to compare

Fixes

  • Fixes Session replay screenshot provider crash (#4649)
  • Session Replay wrong clipping order (#4651)

8.42.0

17 Dec 10:11
Compare
Choose a tag to compare

Features

  • Add in_foreground app context to transactions (#4561)
  • Add in_foreground app context to crash events ((#4584)
  • Promote the option performanceV2 from experimental to stable (#4564)

Fixes

  • Session replay touch tracking race condition (#4548)
  • Use options.reportAccessibilityIdentifier for Breadcrumbs and UIEvents (#4569)
  • Session replay transformed view masking (#4529)
  • Load integration from same binary (#4541)
  • Masking for fast animations (#4574)
  • Fix GraphQL context for HTTP client error tracking (#4567)

Improvements

  • impr: Speed up getBinaryImages V2 (#4539). Follow up on (#4435)
  • Make SentryId Sendable (#4553)
  • Expose Sentry._Hybrid explicit module (#4440)
  • Track adoption of enablePersistingTracesWhenCrashing (#4587)

8.42.0-beta.2

04 Dec 16:02
Compare
Choose a tag to compare
8.42.0-beta.2 Pre-release
Pre-release

Fixes

  • Fix GraphQL context for HTTP client error tracking (#4567)

Improvements

  • Track adoption of enablePersistingTracesWhenCrashing (#4587)

8.42.0-beta.1

29 Nov 12:04
Compare
Choose a tag to compare
8.42.0-beta.1 Pre-release
Pre-release

Features

  • Add in_foreground app context to transactions (#4561)
  • Add in_foreground app context to crash events ((#4584)
  • Promote the option performanceV2 from experimental to stable (#4564)

Fixes

  • Session replay touch tracking race condition (#4548)
  • Use options.reportAccessibilityIdentifier for Breadcrumbs and UIEvents (#4569)
  • Session replay transformed view masking (#4529)
  • Load integration from same binary (#4541)
  • Masking for fast animations #4574

Improvements

  • impr: Speed up getBinaryImages V2 (#4539). Follow up on (#4435)
  • Make SentryId Sendable (#4553)
  • Expose Sentry._Hybrid explicit module (#4440)

8.41.0

22 Nov 08:29
Compare
Choose a tag to compare

Features

  • Transactions for crashes (#4504): Finish the transaction bound to the scope when the app crashes. This experimental feature is disabled by default. You can enable it via the option enablePersistingTracesWhenCrashing.

Fixes

  • Keep PropagationContext when cloning scope (#4518)
  • UIViewController with Xcode 16 in debug (#4523). The Xcode 16 build setting ENABLE_DEBUG_DYLIB, which is turned on by default only in debug, could lead to missing UIViewController traces.
  • Concurrency crash with Swift 6 (#4512)
  • Make Scope.span fully thread safe (#4519)
  • Finish TTFD when not calling reportFullyDisplayed before binding a new transaction to the scope (#4526).
  • Session replay opacity animation masking (#4532)

8.41.0-beta.1

15 Nov 12:37
Compare
Choose a tag to compare
8.41.0-beta.1 Pre-release
Pre-release

Features

  • Transactions for crashes (#4504): Finish the transaction bound to the scope when the app crashes. This experimental feature is disabled by default. You can enable it via the option enablePersistingTracesWhenCrashing.

Fixes

  • Keep PropagationContext when cloning scope (#4518)
  • UIViewController with Xcode 16 in debug (#4523). The Xcode 16 build setting ENABLE_DEBUG_DYLIB, which is turned on by default only in debug, could lead to missing UIViewController traces.
  • Concurrency crash with Swift 6 (#4512)
  • Make Scope.span fully thread safe (#4519)
  • Finish TTFD when not calling reportFullyDisplayed before binding a new transaction to the scope (#4526).
  • Session replay opacity animation masking (#4532)

8.40.1

07 Nov 15:56
Compare
Choose a tag to compare

Fixes

  • Session replay masking not working inside scroll view (#4498)

Improvements

  • Add extra logs for UIViewControllerSwizzling (#4511)

8.40.0

06 Nov 09:27
c64d4a8
Compare
Choose a tag to compare

Features

  • Add option to report uncaught NSExceptions on macOS (#4471)
  • Build visionOS project with static Sentry SDK (#4462)
  • Too many navigation breadcrumbs for Session Replay (#4480)
  • Time-of-check time-of-use filesystem race condition (#4473)
  • Capture all touches with session replay (#4477)

Improvements

  • Improve frames tracker performance (#4469)
  • Log a warning when dropping envelopes due to rate-limiting (#4463)
  • Expose SentrySessionReplayIntegration-Hybrid.h as private (#4486)
  • Stops session replay if rate limiting is activated (#4496)
  • Add maskedViewClasses and unmaskedViewClasses to SentryReplayOptions init via dict (#4492)
  • Add quality to SentryReplayOptions init via dict (#4495)

Fixes

  • Masking text with transparent text color (#4499)

8.39.0

28 Oct 08:42
Compare
Choose a tag to compare

Removal of Experimental API

Features

  • feat: API to manually start/stop Session Replay (#4414)
  • Custom redact modifier for SwiftUI (#4362, #4392)
  • Track usage of appHangTrackingV2 (#4445)
  • AppHangV2 detection (#4379) Add a new algorithm for detecting app hangs that differentiates between fully blocking and non-fully blocking app hangs. Read more in-depth in our docs.

Fixes

  • Edge case for swizzleClassNameExclude (#4405): Skip creating transactions for UIViewControllers ignored for swizzling via the option swizzleClassNameExclude.
  • Add TTID/TTFD spans when loadView gets skipped (#4415)
  • Finish TTID correctly when viewWillAppear is skipped (#4417)
  • Swizzling RootUIViewController if ignored by swizzleClassNameExclude (#4407)
  • Data race in SentrySwizzleInfo.originalCalled (#4434)
  • Delete old session replay files (#4446)
  • Thread running at user-initiated quality-of-service for session replay (#4439)
  • Don't create transactions for unused UIViewControllers (#4448)

Improvements

  • Serializing profile on a BG Thread (#4377) to avoid potentially slightly blocking the main thread.
  • Session Replay performance for SwiftUI (#4419)
  • Speed up getBinaryImages (#4435) for finishing transactions and capturing events
  • Align SDK dispatch queue names (#4442) to start with io.sentry
  • Use UInts in envelope deserialization (#4441)
  • Make SentrySDK.replay.start() thread safe (#4455)