|
4 | 4 |
|
5 | 5 | - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
|
6 | 6 |
|
| 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 | + |
7 | 35 | **Replay `rrweb` changes:**
|
8 | 36 |
|
9 | 37 | `@sentry-internal/rrweb` was updated from 1.105.0 to 1.106.0:
|
|
0 commit comments