Skip to content

Commit 71e64c7

Browse files
committed
meta: Update CHANGELOG for 7.44.0
1 parent 572e4f5 commit 71e64c7

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,46 @@
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(browser): Export `BrowserTracing` from `@sentry/browser` (#7472)
12+
- feat(browser): Re-export `addTracingExtensions` from `@sentry/core` (#7498)
13+
- feat(bundles): Ensure CDN bundles always have a `Replay` export (#7414)
14+
- feat(core): Emit `beforeEnvelope` hook (#7448)
15+
- feat(replay): Add `request_body_size` & `response_body_size` to fetch/xhr (#7407)
16+
- feat(replay): Add additional properties for UI clicks (#7395)
17+
- feat(replay): Reduce time limit before pausing a recording (#7356)
18+
- feat(replay): Upgrade `rrweb` and `rrweb-player` (#7508)
19+
- feat(replay): Use new afterSend hook to improve error linking (#7390)
20+
- feat(serverless): Publish lambda layer for Node 16/18 (#7483)
21+
- feat(sveltekit): Add wrapper for client load function (#7447)
22+
- feat(sveltekit): Add wrapper for server load function (#7416)
23+
- feat(sveltekit): Add server-side `handleError` wrapper (#7411)
24+
- feat(sveltekit): Introduce client-side `handleError` wrapper (#7406)
25+
- feat(sveltekit): Add SvelteKit client and server `init` functions (#7408)
26+
- feat(sveltekit): Inject `Sentry.init` calls into server and client bundles (#7391)
27+
- feat(tracing): Bring back `finishReason` for interaction transactions (#7449)
28+
- feat(tracing): Move `registerErrorInstrumentation` to `@sentry/core` (#7494)
29+
- feat(tracing): Move Integrations from `tracing-internal` to `@sentry/tracing` (#7471)
30+
- feat(tracing): Move tracing code to internal package (#7451)
31+
- fix(core): Permanent idle timeout cancel finishes the transaction with the last finished child
32+
- fix(integrations): Handle lower-case prefix windows paths in `RewriteFrames` (#7506)
33+
- fix(next): Guard against missing serverSideProps (#7517)
34+
- fix(nextjs): Fix broken server component wrapping because of interrupted promise chain (#7456)
35+
- fix(nextjs): Fix runtime error for static pages (#7476)
36+
- fix(profiling): Catch sendProfile rejection (#7446)
37+
- fix(replay): Ensure network breadcrumbs have all data (#7491)
38+
- fix(replay): Never capture file input changes (#7485)
39+
- fix(serverless): Explicitly export node package exports (#7457)
40+
- fix(vue): Do not depend on `window.location` for SSR environments (#7518)
41+
- ref(replay): Use `Date.now()` instead of `new Date().getTime()` (#7492)
42+
- ref(node): Use native path module to infer path (#7415)
43+
- ref(utils): Limit max stack lines we parse (#7410)
44+
- ref(utils): Reorder regexpa and add tests (#7505)
45+
- ref(utils): Use test instead of indexof in stacktrace (#7417)
46+
747
**Replay `rrweb` changes:**
848

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

0 commit comments

Comments
 (0)