|
4 | 4 |
|
5 | 5 | - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
|
6 | 6 |
|
| 7 | +## 8.9.1 |
| 8 | + |
| 9 | +### Important changes |
| 10 | + |
| 11 | +- **feat(solid): Add Solid SDK** |
| 12 | + |
| 13 | + This release adds a dedicated SDK for [Solid JS](https://www.solidjs.com/) in alpha state with instrumentation for |
| 14 | + [Solid Router](https://docs.solidjs.com/solid-router) and a custom `ErrorBoundary`. See the |
| 15 | + [package README](https://github.com/getsentry/sentry-javascript/blob/develop/packages/solid/README.md) for how to use |
| 16 | + the SDK. |
| 17 | + |
| 18 | +### Other changes |
| 19 | + |
| 20 | +- feat(deps): bump @opentelemetry/instrumentation-express from 0.40.0 to 0.40.1 (#12438) |
| 21 | +- feat(deps): bump @opentelemetry/instrumentation-mongodb from 0.44.0 to 0.45.0 (#12439) |
| 22 | +- feat(deps): bump @opentelemetry/propagator-aws-xray from 1.24.1 to 1.25.0 (#12437) |
| 23 | +- feat(nextjs): Allow for suppressing warning about missing global error handler file (#12369) |
| 24 | +- feat(redis): Add cache logic for redis-4 (#12429) |
| 25 | +- feat(replay): Replay Web Vital Breadcrumbs (#12296) |
| 26 | +- fix: Fix types export order (#12404) |
| 27 | +- fix(astro): Ensure server-side exports work correctly (#12453) |
| 28 | +- fix(aws-serverless): Add `op` to Otel-generated lambda function root span (#12430) |
| 29 | +- fix(aws-serverless): Only auto-patch handler in CJS when loading `awslambda-auto` (#12392) |
| 30 | +- fix(aws-serverless): Only start root span in Sentry wrapper if Otel didn't wrap handler (#12407) |
| 31 | +- fix(browser): Fix INP span creation & transaction tagging (#12372) |
| 32 | +- fix(nextjs): correct types conditional export ordering (#12355) |
| 33 | +- fix(replay): Fix guard for exception event (#12441) |
| 34 | +- fix(vue): Handle span name assignment for nested routes in VueRouter (#12398) |
| 35 | + |
7 | 36 | Work in this release was contributed by @soch4n. Thank you for your contribution!
|
8 | 37 |
|
| 38 | +## 8.9.0 |
| 39 | + |
| 40 | +This release failed to publish correctly, please use `8.9.1` instead. |
| 41 | + |
9 | 42 | ## 8.8.0
|
10 | 43 |
|
11 | 44 | - **feat: Upgrade OTEL dependencies (#12388)**
|
|
0 commit comments