File tree Expand file tree Collapse file tree 4 files changed +21
-15
lines changed
browser-integration-tests/suites/replay/customEvents Expand file tree Collapse file tree 4 files changed +21
-15
lines changed Original file line number Diff line number Diff line change 44
55- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66
7+ ** Replay ` rrweb ` changes:**
8+
9+ ` @sentry-internal/rrweb ` was updated from 1.105.0 to 1.106.0:
10+
11+ - feat: Ensure password inputs are always masked ([ #78 ] ( https://github.com/getsentry/rrweb/pull/78 ) )
12+ - fix: Ensure text masking for updated attributes works ([ #83 ] ( https://github.com/getsentry/rrweb/pull/83 ) )
13+ - fix: Ensure unmaskTextSelector is used for masked attributes ([ #81 ] ( https://github.com/getsentry/rrweb/pull/81 ) )
14+ - fix: Mask <option > values for selects & radio/checkbox value ([ #75 ] ( https://github.com/getsentry/rrweb/pull/75 ) )
15+
716## 7.43.0
817
918- feat(nextjs): Run source map upload in Vercel develop and preview environments (#7436 )
Original file line number Diff line number Diff line change @@ -163,10 +163,7 @@ sentryTest(
163163 nodeId : expect . any ( Number ) ,
164164 node : {
165165 attributes : {
166- // TODO(rrweb): This is a bug in our rrweb fork!
167- // This attribute should be unmasked.
168- // 'aria-label': 'Unmasked label',
169- 'aria-label' : '******** *****' ,
166+ 'aria-label' : 'Unmasked label' ,
170167 class : 'sentry-unmask' ,
171168 } ,
172169 id : expect . any ( Number ) ,
Original file line number Diff line number Diff line change 4545 "devDependencies" : {
4646 "@babel/core" : " ^7.17.5" ,
4747 "@sentry-internal/replay-worker" : " 7.43.0" ,
48- "@sentry-internal/rrweb" : " 1.105 .0" ,
49- "@sentry-internal/rrweb-snapshot" : " 1.105 .0" ,
48+ "@sentry-internal/rrweb" : " 1.106 .0" ,
49+ "@sentry-internal/rrweb-snapshot" : " 1.106 .0" ,
5050 "jsdom-worker" : " ^0.2.1" ,
5151 "tslib" : " ^1.9.3"
5252 },
Original file line number Diff line number Diff line change 40324032 semver "7.3.2"
40334033 semver-intersect "1.4.0"
40344034
4035- "@sentry-internal/rrweb-snapshot@1.105 .0":
4036- version "1.105 .0"
4037- resolved "https://registry.yarnpkg.com/@sentry-internal/rrweb-snapshot/-/rrweb-snapshot-1.105 .0.tgz#b95d056e3602ab075049b31354942051137f3de2 "
4038- integrity sha512-UsrCVB5PVKTd3nXidUQSFQPjMHi2p5RzcujdBVuZfOJmRAqkHW6fN3CM4H6vJh0L5bgs+O/MFTNSv+iiAyVrBQ ==
4035+ "@sentry-internal/rrweb-snapshot@1.106 .0":
4036+ version "1.106 .0"
4037+ resolved "https://registry.yarnpkg.com/@sentry-internal/rrweb-snapshot/-/rrweb-snapshot-1.106 .0.tgz#24714d4005a918855eeb09d4deda457198f77caf "
4038+ integrity sha512-jLX6uGAW8StwPlQOScLhERVa6VOPmbQRFdhTx70Flkt0ocxg2vBJSdaI4Efu3jU0mtA0gHR01LB5xd1ODMRXow ==
40394039
4040- "@sentry-internal/rrweb@1.105 .0":
4041- version "1.105 .0"
4042- resolved "https://registry.yarnpkg.com/@sentry-internal/rrweb/-/rrweb-1.105 .0.tgz#c4238692753ed910d0fc23887361cc4d5d5112ab "
4043- integrity sha512-RwJiQXaYzvLhqkAJtvwxu6WuO3OnedTpWtfdJX73kYujleSzoIBRNUXBs03Ir9E48UN5gzKu/eRG76QdH+e8Ow ==
4040+ "@sentry-internal/rrweb@1.106 .0":
4041+ version "1.106 .0"
4042+ resolved "https://registry.yarnpkg.com/@sentry-internal/rrweb/-/rrweb-1.106 .0.tgz#251026e42cf142119eed0616808a279099aa0573 "
4043+ integrity sha512-/YtV8EoWmMoTE592aVdrgGH5EBiCILdKOt228pM+juGaxRqFxsX26UIeTJG7fihSweUz6NLbKXZjS0+cFYmhrQ ==
40444044 dependencies:
4045- "@sentry-internal/rrweb-snapshot" "1.105 .0"
4045+ "@sentry-internal/rrweb-snapshot" "1.106 .0"
40464046 "@types/css-font-loading-module" "0.0.7"
40474047 "@xstate/fsm" "^1.4.0"
40484048 base64-arraybuffer "^1.0.1"
You can’t perform that action at this time.
0 commit comments