Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update test snapshots
  • Loading branch information
billyvg committed Nov 5, 2025
commit 4be3838d2030606da7d2ddd709d14c58aaa68601
9 changes: 9 additions & 0 deletions packages/replay-internal/test/integration/rrweb.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ describe('Integration | rrweb', () => {
"collectFonts": true,
"emit": [Function],
"errorHandler": [Function],
"ignoreCSSAttributes": Set {
"background-image",
},
"ignoreSelector": ".sentry-test-ignore,.sentry-ignore,[data-sentry-ignore],input[type="file"]",
"inlineImages": false,
"inlineStylesheet": true,
Expand Down Expand Up @@ -69,6 +72,9 @@ describe('Integration | rrweb', () => {
"collectFonts": true,
"emit": [Function],
"errorHandler": [Function],
"ignoreCSSAttributes": Set {
"background-image",
},
"ignoreSelector": ".sentry-ignore,[data-sentry-ignore],input[type="file"]",
"inlineImages": false,
"inlineStylesheet": true,
Expand Down Expand Up @@ -121,6 +127,9 @@ describe('Integration | rrweb', () => {
"collectFonts": true,
"emit": [Function],
"errorHandler": [Function],
"ignoreCSSAttributes": Set {
"background-image",
},
"ignoreSelector": ".sentry-ignore,[data-sentry-ignore],input[type="file"]",
"inlineImages": false,
"inlineStylesheet": true,
Expand Down
Loading