-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RUMF-803] import RRWeb #658
Conversation
dd70776
to
90a1069
Compare
} | ||
}) | ||
|
||
it('will only have one full snapshot without checkout config', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I said, I only included a single test, so we can discuss if we are comfortable with the current RRWeb integration before importing more tests.
This test corresponds to https://github.com/rrweb-io/rrweb/blob/master/test/record.test.ts#L74
7e7969f
to
e6ec684
Compare
90a1069
to
63a0b14
Compare
Codecov Report
@@ Coverage Diff @@
## master #658 +/- ##
==========================================
- Coverage 87.51% 77.72% -9.80%
==========================================
Files 55 60 +5
Lines 2531 3268 +737
Branches 524 710 +186
==========================================
+ Hits 2215 2540 +325
- Misses 316 728 +412
Continue to review full report at Codecov.
|
63a0b14
to
88dc616
Compare
88dc616
to
4ac2a09
Compare
Previous PR: #657
Next PR: #670
Motivation
Import RRWeb in the rum-recorder codebase
Changes
Testing
I have gone over the contributing documentation.