RUMM-2400 Use RUM timestamp offset when resolving Session Replay time…#1068
Merged
mariusc83 merged 1 commit intoOct 5, 2022
Conversation
mariusc83
force-pushed
the
mconstantin/rumm-2400/apply-correct-timestamp-offset-to-replay-events
branch
2 times, most recently
from
October 4, 2022 09:48
948e51e to
bd11af3
Compare
xgouchet
approved these changes
Oct 4, 2022
mariusc83
force-pushed
the
mconstantin/rumm-2400/apply-correct-timestamp-offset-to-replay-events
branch
from
October 4, 2022 10:26
bd11af3 to
799bc84
Compare
mariusc83
marked this pull request as ready for review
October 4, 2022 10:49
0xnm
approved these changes
Oct 4, 2022
Codecov Report
@@ Coverage Diff @@
## feature/session-replay-vo #1068 +/- ##
=============================================================
- Coverage 82.26% 82.24% -0.01%
=============================================================
Files 346 346
Lines 11108 11123 +15
Branches 1837 1842 +5
=============================================================
+ Hits 9137 9148 +11
- Misses 1394 1399 +5
+ Partials 577 576 -1
|
mariusc83
force-pushed
the
mconstantin/rumm-2510/resolve-mutations-when-elements-order-changed
branch
2 times, most recently
from
October 5, 2022 12:46
68a4e49 to
e625eac
Compare
Base automatically changed from
mconstantin/rumm-2510/resolve-mutations-when-elements-order-changed
to
feature/session-replay-vo
October 5, 2022 13:06
mariusc83
force-pushed
the
mconstantin/rumm-2400/apply-correct-timestamp-offset-to-replay-events
branch
from
October 5, 2022 13:29
799bc84 to
e0b987c
Compare
mariusc83
deleted the
mconstantin/rumm-2400/apply-correct-timestamp-offset-to-replay-events
branch
October 5, 2022 14:32
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?
In this PR we are applying the correct time offset provided from the
RumViewScopewhen resolving thetimestampfor the Session Replay events.For this purpose we are introducing a new method in the
SdkCoreinterface ->updateFeatureContextwhich updates the existing feature context or adds a new one (if it doesn't exist) with the provided key -> value pairs.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)