RUMM-2422 Process Session Replay touch and orientation change events#1014
Merged
mariusc83 merged 1 commit intoAug 31, 2022
Conversation
Codecov Report
@@ Coverage Diff @@
## mconstantin/rumm-2421/process-snapshots-as-fullsnapshotrecords #1014 +/- ##
==================================================================================================
+ Coverage 83.09% 83.14% +0.05%
==================================================================================================
Files 320 320
Lines 10296 10334 +38
Branches 1697 1704 +7
==================================================================================================
+ Hits 8555 8592 +37
- Misses 1207 1208 +1
Partials 534 534
|
0xnm
approved these changes
Aug 25, 2022
| sessionId == NULL_UUID || | ||
| viewId == NULL_UUID | ||
|
|
||
| internal fun isValid(): Boolean = |
Member
There was a problem hiding this comment.
it can be simplified to !isNotValid
mariusc83
force-pushed
the
mconstantin/rumm-2421/process-snapshots-as-fullsnapshotrecords
branch
3 times, most recently
from
August 31, 2022 12:33
e82ac59 to
bbbc4e6
Compare
Base automatically changed from
mconstantin/rumm-2421/process-snapshots-as-fullsnapshotrecords
to
feature/session-replay-vo
August 31, 2022 12:54
mariusc83
force-pushed
the
mconstantin/rumm-2422/process-touchdata-and-orientation-change
branch
from
August 31, 2022 13:24
6b72c53 to
147ccd7
Compare
mariusc83
deleted the
mconstantin/rumm-2422/process-touchdata-and-orientation-change
branch
August 31, 2022 13:52
mariusc83
restored the
mconstantin/rumm-2422/process-touchdata-and-orientation-change
branch
September 5, 2022 08:50
mariusc83
added a commit
that referenced
this pull request
Sep 5, 2022
…ouchdata-and-orientation-change RUMM-2422 Process Session Replay touch and orientation change events
mariusc83
deleted the
mconstantin/rumm-2422/process-touchdata-and-orientation-change
branch
September 5, 2022 08:53
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?
A brief description of the change being made with this pull request.
Motivation
What inspired you to submit this pull request?
Additional Notes
Anything else we should know when reviewing?
Review checklist (to be filled by reviewers)