Skip to content

Commit 0adaff4

Browse files
author
Luca Forstner
authored
meta: Update changelog for 7.30.0 (#6693)
1 parent 57c7e7b commit 0adaff4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

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

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

7+
## 7.30.0
8+
9+
- feat(core): Add `addIntegration` method to client (#6651)
10+
- feat(core): Add `replay_event` type for events (#6481)
11+
- feat(gatsby): Support Gatsby v5 (#6635)
12+
- feat(integrations): Add HTTPClient integration (#6500)
13+
- feat(node): Add `LocalVariables` integration to capture local variables to stack frames (#6478)
14+
- feat(node): Check for invalid url in node transport (#6623)
15+
- feat(replay): Remove `replayType` from tags and into `replay_event` (#6658)
16+
- feat(transport): Return result through Transport send (#6626)
17+
- fix(nextjs): Don't wrap `res.json` and `res.send` (#6674)
18+
- fix(nextjs): Don't write to `res.end` to fix `next export` (#6682)
19+
- fix(nextjs): Exclude SDK from Edge runtime bundles (#6683)
20+
- fix(replay): Allow Replay to be used in Electron renderers with nodeIntegration enabled (#6644)
21+
- fix(utils): Ignore stack frames over 1kb (#6627)
22+
- ref(angular) Add error-like objects handling (#6446)
23+
- ref(nextjs): Remove `instrumentSever` (#6592)
24+
25+
Work in this release contributed by @rjoonas, @Naddiseo, and @theofidry. Thank you for your contributions!
26+
727
## 7.29.0
828

929
This update includes a change to the `@sentry/nextjs` SDK that may increase response times of requests in applications

0 commit comments

Comments
 (0)