Fix SwiftUI hits stealing attempt 2#112
Merged
abelonogov-ld merged 3 commits intomainfrom Jan 12, 2026
Merged
Conversation
Sources/LaunchDarklySessionReplay/API/SessionReplayModifier.swift
Outdated
Show resolved
Hide resolved
Vadman97
approved these changes
Jan 12, 2026
mario-launchdarkly
approved these changes
Jan 12, 2026
abelonogov-ld
added a commit
that referenced
this pull request
Jan 12, 2026
* main: (38 commits) chore(main): release 0.15.2 (#113) fix: make unlock await aware (#111) Fix SwiftUI hits stealing attempt 2 (#112) chore(main): release 0.15.1 (#110) fix: ldMask interfere with hit view testing (#108) chore(main): release 0.15.0 (#106) feat: Deduplicate images before buffering (#107) feat: Gzip compression of graphql request (#105) chore(main): release 0.14.0 (#103) feat: Flush buffers on going to app switcher (#104) fix: UIDevice.current.orientation.isLandscape not main thread access (#102) feat: Limit accumulating canvas buffer (#101) chore: remove disableErrorTracking option (#99) chore: remove unused options in observability plugin (#98) chore(main): release 0.13.1 (#97) fix: Rewrite AppLifeCycleManager onto Combine (#95) chore(main): release 0.13.0 (#96) feat: Identify support (OBS + SR) (#93) chore: Objective-c recordLog (#94) chore(main): release 0.12.1 (#91) ... # Conflicts: # Package.swift # Sources/LaunchDarklyObservability/Plugin/ObservabilityHook.swift # Sources/LaunchDarklyObservability/UIInteractions/TouchIntepreter.swift # Sources/Observability/Client/ObservabilityClientFactory.swift # Sources/OpenTelemetry/Instrumentation/URLSession/URLSessionLogger.swift # TestApp/Sources/AppDelegate.swift # TestApp/Sources/MainMenuView.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Prevents the session replay SwiftUI overlay from intercepting touches and stabilizes associated object storage.
SessionReplayAssociatedObjects, change association policy forignoreUIViewandmaskUIViewfrom.OBJC_ASSOCIATION_ASSIGNto.OBJC_ASSOCIATION_RETAIN_NONATOMICSessionReplayModifier’sSessionReplayViewRepresentable.MaskView, ensure no hit testing by overridingpoint(inside:with:)to always returnfalse, setbackgroundColorto.clear, and disable touch handling on the SwiftUI wrapper viadidMoveToSuperview/didMoveToWindowWritten by Cursor Bugbot for commit bfd27b0. This will update automatically on new commits. Configure here.