Skip to content

Commit d1934af

Browse files
authored
meta: Update changelog for 7.29.0 (#6652)
1 parent c157f86 commit d1934af

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

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

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

7+
## 7.29.0
8+
9+
This update includes a change to the `@sentry/nextjs` SDK that may increase response times of requests in applications
10+
deployed to Vercel or AWS lambdas to ensure that error events are sent consistently.
11+
Additionally, Next.js applications deployed to Vercel or AWS lambdas may also see an uptick in sent transactions. (for
12+
more information see #6578)
13+
14+
- feat(core): Add `getSdkMetadata` to `Client` (#6643)
15+
- feat(nextjs): Send events consistently on platforms that don't support streaming (#6578)
16+
- feat(replay): Use new `prepareEvent` util & ensure dropping replays works (#6522)
17+
- feat(types): Upstream some replay types (#6506)
18+
- fix(replay): Envelope send should be awaited in try/catch (#6625)
19+
- fix(replay): Improve handling of `maskAllText` selector (#6637)
20+
- fix(tracing): Don't finish React Router 6 `pageload` transactions early (#6609)
21+
722
## 7.28.1
823

924
- fix(replay): Do not mangle `_metadata` in client options (#6600)

0 commit comments

Comments
 (0)