RUM-2707: Add Resources feature#1840
Merged
jonathanmos merged 3 commits intoFeb 21, 2024
Merged
Conversation
jonathanmos
force-pushed
the
jmoskovich/rum-2707/resources-request-feature
branch
from
January 25, 2024 09:17
2a1c280 to
54160e9
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #1840 +/- ##
===========================================
+ Coverage 83.21% 83.28% +0.07%
===========================================
Files 470 475 +5
Lines 16632 16721 +89
Branches 2494 2503 +9
===========================================
+ Hits 13839 13925 +86
- Misses 2103 2105 +2
- Partials 690 691 +1
|
jonathanmos
force-pushed
the
jmoskovich/rum-2707/resources-request-feature
branch
3 times, most recently
from
January 29, 2024 12:21
03d02e0 to
e60f49f
Compare
jonathanmos
marked this pull request as ready for review
January 29, 2024 13:00
0xnm
reviewed
Feb 5, 2024
jonathanmos
force-pushed
the
jmoskovich/rum-2707/resources-request-feature
branch
from
February 7, 2024 14:04
e60f49f to
e00f01b
Compare
jonathanmos
force-pushed
the
jmoskovich/rum-2704/resource-request-builder
branch
from
February 8, 2024 14:08
39be041 to
67c70a6
Compare
jonathanmos
force-pushed
the
jmoskovich/rum-2707/resources-request-feature
branch
3 times, most recently
from
February 12, 2024 08:40
11c1fc4 to
4dd4279
Compare
0xnm
approved these changes
Feb 13, 2024
0xnm
left a comment
Member
There was a problem hiding this comment.
lgtm. added few comments, but they are not blocking.
| this.appContext = appContext | ||
|
|
||
| sdkCore.setEventReceiver(SESSION_REPLAY_FEATURE_NAME, this) | ||
| if (RESOURCES_ENDPOINT_ENABLED) { |
Member
There was a problem hiding this comment.
it is always false, so I guess I guess for now it is a feature flag?
Member
Author
There was a problem hiding this comment.
yes - it's a ff that we'll remove in a later pr
jonathanmos
force-pushed
the
jmoskovich/rum-2707/resources-request-feature
branch
2 times, most recently
from
February 13, 2024 16:23
e5670ac to
604b282
Compare
xgouchet
approved these changes
Feb 15, 2024
jonathanmos
force-pushed
the
jmoskovich/rum-2704/resource-request-builder
branch
from
February 21, 2024 12:20
23467e0 to
cbd637a
Compare
jonathanmos
force-pushed
the
jmoskovich/rum-2707/resources-request-feature
branch
from
February 21, 2024 12:24
604b282 to
92da6ed
Compare
Base automatically changed from
jmoskovich/rum-2704/resource-request-builder
to
develop
February 21, 2024 12:43
jonathanmos
deleted the
jmoskovich/rum-2707/resources-request-feature
branch
February 21, 2024 13:10
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?
Adds a new resource feature, created inside the session replay feature, in order to handle resources captured during traversal
Motivation
Part of the resource endpoint
Additional Notes
Anything else we should know when reviewing?
Review checklist (to be filled by reviewers)