You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,19 @@
4
4
5
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
6
7
+
## 7.37.2
8
+
9
+
This release includes changes and fixes around text masking and blocking in Replay's `rrweb` dependency. See versions [1.102.0](https://github.com/getsentry/rrweb/releases/tag/1.102.0) and [1.103.0](https://github.com/getsentry/rrweb/releases/tag/1.103.0).
10
+
11
+
- feat: Check `blockSelector` for blocking elements as well
12
+
- feat: With maskAllText, mask the attributes: placeholder, title, `aria-label`
13
+
- feat: fix masking on `textarea`
14
+
- feat: Add `maskAllText` option
15
+
16
+
SDK Changes:
17
+
18
+
- fix(replay): Fix svgs not getting unblocked (#7132)
19
+
7
20
## 7.37.1
8
21
9
22
- fix(browser): Support `async` in stack frame urls (#7131)
0 commit comments