|
4 | 4 |
|
5 | 5 | - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott |
6 | 6 |
|
| 7 | +## 7.45.0 |
| 8 | + |
| 9 | +- build(cdn): Ensure ES5 bundles do not use non-ES5 code (#7550) |
| 10 | +- feat(core): Add trace function (#7556) |
| 11 | +- feat(hub): Make scope always defined on the hub (#7551) |
| 12 | +- feat(replay): Add `replay_id` to transaction DSC (#7571) |
| 13 | +- feat(replay): Capture fetch body size for replay events (#7524) |
| 14 | +- feat(sveltekit): Add performance monitoring for client load (#7537) |
| 15 | +- feat(sveltekit): Add performance monitoring for server load (#7536) |
| 16 | +- feat(sveltekit): Add performance monitoring to Sveltekit server handle (#7532) |
| 17 | +- feat(sveltekit): Add SvelteKit routing instrumentation (#7565) |
| 18 | +- fix(browser): Ensure keepalive flag is correctly set for parallel requests (#7553) |
| 19 | +- fix(core): Ensure `ignoreErrors` only applies to error events (#7573) |
| 20 | +- fix(node): Consider tracing error handler for process exit (#7558) |
| 21 | +- fix(otel): Make sure we use correct hub on finish (#7577) |
| 22 | +- fix(react): Handle case where error.cause already defined (#7557) |
| 23 | + |
| 24 | +## 7.44.2 |
| 25 | + |
| 26 | +- fix(cdn): Fix ES5 CDN bundles (#7544) |
| 27 | + |
| 28 | +## 7.44.1 |
| 29 | + |
| 30 | +- ref(core): Move beforeEnvelope to client (#7527) |
| 31 | + |
| 32 | +## 7.44.0 |
| 33 | + |
| 34 | +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. |
| 35 | + |
| 36 | +- feat(replay): Add `request_body_size` & `response_body_size` to fetch/xhr (#7407) |
| 37 | +- feat(replay): Add additional properties for UI clicks (#7395) |
| 38 | +- feat(replay): Reduce time limit before pausing a recording (#7356) |
| 39 | +- feat(replay): Upgrade `rrweb` and `rrweb-player` (#7508) |
| 40 | +- feat(replay): Use new afterSend hook to improve error linking (#7390) |
| 41 | +- feat(serverless): Publish lambda layer for Node 16/18 (#7483) |
| 42 | +- feat(sveltekit): Add wrapper for client load function (#7447) |
| 43 | +- feat(sveltekit): Add wrapper for server load function (#7416) |
| 44 | +- feat(sveltekit): Add server-side `handleError` wrapper (#7411) |
| 45 | +- feat(sveltekit): Introduce client-side `handleError` wrapper (#7406) |
| 46 | +- feat(sveltekit): Add SvelteKit client and server `init` functions (#7408) |
| 47 | +- feat(sveltekit): Inject `Sentry.init` calls into server and client bundles (#7391) |
| 48 | +- feat(tracing): Expose `BrowserTracing` in non-tracing bundles (#7479) |
| 49 | +- fix(core): Permanent idle timeout cancel finishes the transaction with the last finished child |
| 50 | +- fix(integrations): Handle lower-case prefix windows paths in `RewriteFrames` (#7506) |
| 51 | +- fix(next): Guard against missing serverSideProps (#7517) |
| 52 | +- fix(nextjs): Fix broken server component wrapping because of interrupted promise chain (#7456) |
| 53 | +- fix(nextjs): Fix runtime error for static pages (#7476) |
| 54 | +- fix(profiling): Catch sendProfile rejection (#7446) |
| 55 | +- fix(replay): Never capture file input changes (#7485) |
| 56 | +- fix(serverless): Explicitly export node package exports (#7457) |
| 57 | +- fix(vue): Do not depend on `window.location` for SSR environments (#7518) |
| 58 | + |
| 59 | + |
| 60 | +**Replay `rrweb` changes:** |
| 61 | + |
| 62 | +`@sentry-internal/rrweb` was updated from 1.105.0 to 1.106.0: |
| 63 | + |
| 64 | +- feat: Ensure password inputs are always masked ([#78](https://github.com/getsentry/rrweb/pull/78)) |
| 65 | +- fix: Ensure text masking for updated attributes works ([#83](https://github.com/getsentry/rrweb/pull/83)) |
| 66 | +- fix: Ensure unmaskTextSelector is used for masked attributes ([#81](https://github.com/getsentry/rrweb/pull/81)) |
| 67 | +- fix: Mask <option> values for selects & radio/checkbox value ([#75](https://github.com/getsentry/rrweb/pull/75)) |
| 68 | + |
| 69 | +Work in this release contributed by @woochanleee and @baked-dev. Thank you for your contribution! |
| 70 | + |
7 | 71 | ## 7.43.0 |
8 | 72 |
|
9 | 73 | - feat(nextjs): Run source map upload in Vercel develop and preview environments (#7436) |
|
0 commit comments