Skip to content

Commit b0a6c83

Browse files
committed
meta: Update CHANGELOG for 7.44.0
shorten changelog
1 parent f8b74f0 commit b0a6c83

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

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

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

7+
## 7.44.0
8+
9+
This release introduces the first alpha version of `@sentry/sveltekit`, our newest JavaScript SDK for Sveltekit. Check out the [README](./packages/sveltekit/README.md) for usage instructions and what to expect from this alpha release.
10+
11+
- feat(replay): Add `request_body_size` & `response_body_size` to fetch/xhr (#7407)
12+
- feat(replay): Add additional properties for UI clicks (#7395)
13+
- feat(replay): Reduce time limit before pausing a recording (#7356)
14+
- feat(replay): Upgrade `rrweb` and `rrweb-player` (#7508)
15+
- feat(replay): Use new afterSend hook to improve error linking (#7390)
16+
- feat(serverless): Publish lambda layer for Node 16/18 (#7483)
17+
- feat(sveltekit): Add wrapper for client load function (#7447)
18+
- feat(sveltekit): Add wrapper for server load function (#7416)
19+
- feat(sveltekit): Add server-side `handleError` wrapper (#7411)
20+
- feat(sveltekit): Introduce client-side `handleError` wrapper (#7406)
21+
- feat(sveltekit): Add SvelteKit client and server `init` functions (#7408)
22+
- feat(sveltekit): Inject `Sentry.init` calls into server and client bundles (#7391)
23+
- feat(tracing): Expose `BrowserTracing` in non-tracing bundles (#7479)
24+
- fix(core): Permanent idle timeout cancel finishes the transaction with the last finished child
25+
- fix(integrations): Handle lower-case prefix windows paths in `RewriteFrames` (#7506)
26+
- fix(next): Guard against missing serverSideProps (#7517)
27+
- fix(nextjs): Fix broken server component wrapping because of interrupted promise chain (#7456)
28+
- fix(nextjs): Fix runtime error for static pages (#7476)
29+
- fix(profiling): Catch sendProfile rejection (#7446)
30+
- fix(replay): Never capture file input changes (#7485)
31+
- fix(serverless): Explicitly export node package exports (#7457)
32+
- fix(vue): Do not depend on `window.location` for SSR environments (#7518)
33+
34+
735
**Replay `rrweb` changes:**
836

937
`@sentry-internal/rrweb` was updated from 1.105.0 to 1.106.0:

0 commit comments

Comments
 (0)