8000 meta: Update CHANGELOG for 7.27.0 (#6569) · danieliu/sentry-javascript@7d80ad3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d80ad3

Browse files
authored
meta: Update CHANGELOG for 7.27.0 (getsentry#6569)
1 parent d144d12 commit 7d80ad3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44

55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66

7+
## 7.27.0
8+
9+
This release exports the Session Replay integration via `@sentry/browser` and all framework SDKs building on top of it.
10+
Going forward, the `@sentry/replay` package doesn't have to be installed explicitly to use Replay.
11+
Furthermore, this release increases the maximim replay session duration from 30 minutes to 1 hour.
12+
13+
- feat(browser): Export `Replay` integration from Browser SDK (#6508)
14+
- feat(replay): Change `MAX_SESSION_LIFE` to 1 hour (#6561)
15+
- feat(replay): Do not capture errors originating from rrweb (#6521)
16+
- feat(replay): Flush immediately on DOM checkouts (#6463)
17+
- fix(core): Make `beforeSend` handling defensive for different event types (#6507)
18+
- fix(replay): Ensure lodash.debounce does not trigger next.js warning (#6551)
19+
- fix(replay): Make `maskAllText` selector more specific (#6544)
20+
- fix(replay): Send `dsn` in envelope header if tunneling is active (#6568)
21+
- fix(utils): Don't attach context lines to stack frames without line number (#6549)
22+
- ref(replay): Send SDK's name in replay event (#6514)
23+
24+
Work in this release contributed by @theofidry. Thank you for your contribution!
25+
726
## 7.26.0
827

928
- feat(browser): Export event builder methods for use in other SDKs (#6515)

0 commit comments

Comments
 (0)
0