|
4 | 4 |
|
5 | 5 | - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott |
6 | 6 |
|
7 | | -- **feat(tanstackstart-react): Add `wrapMiddlewaresWithSentry` for manual middleware instrumentation** |
| 7 | +## 10.34.0 |
| 8 | + |
| 9 | +### Important Changes |
| 10 | + |
| 11 | +- **feat(core): Add option to enhance the fetch error message ([#18466](https://github.com/getsentry/sentry-javascript/pull/18466))** |
| 12 | + |
| 13 | + You can now enable enhanced fetch error messages by setting the `enhancedFetchErrorMessage` option. When enabled, the SDK will include additional context in fetch error messages to help with debugging. |
| 14 | + |
| 15 | +- **feat(nextjs): Add routeManifestInjection option to exclude routes from client bundle ([#18798](https://github.com/getsentry/sentry-javascript/pull/18798))** |
| 16 | + |
| 17 | + A new `routeManifestInjection` option allows you to exclude sensitive routes from being injected into the client bundle. |
| 18 | + |
| 19 | +- **feat(tanstackstart-react): Add `wrapMiddlewaresWithSentry` for manual middleware instrumentation ([#18680](https://github.com/getsentry/sentry-javascript/pull/18680))** |
8 | 20 |
|
9 | 21 | You can now wrap your middlewares using `wrapMiddlewaresWithSentry`, allowing you to trace middleware execution in your TanStack Start application. |
10 | 22 |
|
|
20 | 32 | export const [wrappedLoggingMiddleware] = wrapMiddlewaresWithSentry({ loggingMiddleware }); |
21 | 33 | ``` |
22 | 34 |
|
| 35 | +### Other Changes |
| 36 | + |
| 37 | +- feat(browser): Add CDN bundle for `tracing.logs.metrics` ([#18784](https://github.com/getsentry/sentry-javascript/pull/18784)) |
| 38 | +- feat(core,node-core): Consolidate bun and node types with ServerRuntimeOptions ([#18734](https://github.com/getsentry/sentry-javascript/pull/18734)) |
| 39 | +- feat(nextjs): Remove tracing from generation function template ([#18733](https://github.com/getsentry/sentry-javascript/pull/18733)) |
| 40 | +- fix(core): Don't record outcomes for failed client reports ([#18808](https://github.com/getsentry/sentry-javascript/pull/18808)) |
| 41 | +- fix(deno,cloudflare): Prioritize name from params over name from options ([#18800](https://github.com/getsentry/sentry-javascript/pull/18800)) |
| 42 | +- fix(web-vitals): Add error handling for invalid object keys in `WeakMap` ([#18809](https://github.com/getsentry/sentry-javascript/pull/18809)) |
| 43 | + |
| 44 | +<details> |
| 45 | + <summary><strong>Internal Changes</strong></summary> |
| 46 | + |
| 47 | +- ref(nextjs): Split `withSentryConfig` ([#18777](https://github.com/getsentry/sentry-javascript/pull/18777)) |
| 48 | +- test(e2e): Pin @shopify/remix-oxygen to unblock ci ([#18811](https://github.com/getsentry/sentry-javascript/pull/18811)) |
| 49 | + |
| 50 | +</details> |
| 51 | + |
23 | 52 | ## 10.33.0 |
24 | 53 |
|
25 | 54 | ### Important Changes |
|
0 commit comments