RUM-9017: Ignore secondary displays in SR#2574
Merged
jonathanmos merged 1 commit intoApr 1, 2025
Merged
Conversation
jonathanmos
force-pushed
the
jmoskovich/rum-9017/handle-secondary-displays
branch
2 times, most recently
from
March 31, 2025 15:47
2442c80 to
09eacfa
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2574 +/- ##
===========================================
- Coverage 70.15% 70.13% -0.03%
===========================================
Files 804 804
Lines 30196 30217 +21
Branches 5050 5051 +1
===========================================
+ Hits 21184 21191 +7
- Misses 7608 7620 +12
- Partials 1404 1406 +2
🚀 New features to boost your workflow:
|
jonathanmos
marked this pull request as ready for review
April 1, 2025 07:06
0xnm
previously approved these changes
Apr 1, 2025
jonathanmos
force-pushed
the
jmoskovich/rum-9017/handle-secondary-displays
branch
from
April 1, 2025 07:50
09eacfa to
d39f894
Compare
0xnm
previously approved these changes
Apr 1, 2025
jonathanmos
force-pushed
the
jmoskovich/rum-9017/handle-secondary-displays
branch
from
April 1, 2025 08:35
d39f894 to
b6e8d99
Compare
0xnm
approved these changes
Apr 1, 2025
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.
What does this PR do?
This pr handles secondary displays overlapping in Session Replay sessions. The previous behavior was that views on the secondary display would be recorded overlaying the views on the primary display which led to a bad experience. In the solution provided here any view that is not on the primary display (
Display.DEFAULT_DISPLAY) will be ignored.Also added to
Configurationtelemetry info on how frequently multiple displays are being used.Motivation
#2536
Additional Notes
Anything else we should know when reviewing?
Review checklist (to be filled by reviewers)