Skip to content

Commit 0508ee4

Browse files
committed
meta(changelog): Update CHANGELOG for 7.51.0
1 parent 9ea2bca commit 0508ee4

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

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

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

7+
## 7.51.0
8+
9+
### Important Changes
10+
11+
- **feat(sveltekit): Auto-wrap `load` functions with proxy module (#7994)**
12+
13+
`@sentry/sveltekit` now auto-wraps load functions in
14+
15+
* `+(page|layout).(ts|js)` files (universal loads)
16+
* `+(page|layout).server.(ts|js)` files (server-only loads)
17+
18+
- **chore(angular): Upgrade `peerDependencies` to Angular 16 (#8035)**
19+
20+
We now officially support Angular 16 in `@sentry/angular-ivy`.
21+
Note that `@sentry/angular` _does not_ support Angular 16.
22+
23+
### Additional Features and Fixes
24+
25+
- feat(browser): Export makeMultiplexedTransport from browser SDK (#8012)
26+
- feat(node): Add ability to send cron monitor check ins (#8039)
27+
- feat(node): Add `http.method` to node http spans (#7991)
28+
- feat(tracing): add body size for fetch requests (#7935)
29+
- feat(tracing): Use http.method for span data (#7990)
30+
- fix(integrations): Handle windows paths with no prefix or backslash prefix in `RewriteFrames` (#7995)
31+
- fix(node): Mark stack frames with url protocol as in-app frames (#8008)
32+
- fix(remix): Export `Integration` type declaration as union type (#8016)
33+
- fix(replay): Do not add replay_id to DSC while buffering (#8020)
34+
- fix(tracing): Don't set method multiple times (#8014)
35+
- fix(utils): Normalize `undefined` to `undefined` instead of `"[undefined]"` (#8017)
36+
737
## 7.50.0
838

939
### Important Changes

0 commit comments

Comments
 (0)