Skip to content

Commit 7d29a99

Browse files
committed
meta(changelog): Update changelog for 8.9.0
1 parent e8e86d0 commit 7d29a99

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@
44

55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66

7+
## 8.9.0
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(aws-serverless): Add `op` to Otel-generated lambda function root span (#12430)
28+
- fix(aws-serverless): Only auto-patch handler in CJS when loading `awslambda-auto` (#12392)
29+
- fix(aws-serverless): Only start root span in Sentry wrapper if Otel didn't wrap handler (#12407)
30+
- fix(browser): Fix INP span creation & transaction tagging (#12372)
31+
- fix(nextjs): correct types conditional export ordering (#12355)
32+
- fix(replay): Fix guard for exception event (#12441)
33+
- fix(vue): Handle span name assignment for nested routes in VueRouter (#12398)
34+
735
Work in this release was contributed by @soch4n. Thank you for your contribution!
836

937
## 8.8.0

0 commit comments

Comments
 (0)