Skip to content

Commit 7b7ba0d

Browse files
committed
meta(changelog): Update changelog for 10.17.0
1 parent 264ad0b commit 7b7ba0d

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,34 @@
44

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

7+
## 10.17.0
8+
79
### Important Changes
810

11+
- **feat(nuxt): Implement server middleware instrumentation ([#17796](https://github.com/getsentry/sentry-javascript/pull/17796))**
12+
13+
This release introduces instrumentation for Nuxt middleware, ensuring that all middleware handlers are automatically wrapped with tracing and error reporting functionality.
14+
915
- **fix(aws-serverless): Take `http_proxy` into account when choosing
1016
`useLayerExtension` default ([#17817](https://github.com/getsentry/sentry-javascript/pull/17817))**
1117

12-
The default setting for `useLayerExtension` now considers the `http_proxy` environment variable. When `http_proxy` is set, `useLayerExtension` will be off by default. If you use a `http_proxy` but would still like to make use of the Sentry Lambda extension, exempt `localhost` in a `no_proxy` environment variable.
18+
The default setting for `useLayerExtension` now considers the `http_proxy` environment variable.
19+
When `http_proxy` is set, `useLayerExtension` will be off by default.
20+
If you use a `http_proxy` but would still like to make use of the Sentry Lambda extension, exempt `localhost` in a `no_proxy` environment variable.
21+
22+
### Other Changes
23+
24+
- feat(node): Split up http integration into composable parts ([#17524](https://github.com/getsentry/sentry-javascript/pull/17524))
25+
- fix(core): Remove check and always respect ai.telemetry.functionId for Vercel AI gen spans ([#17811](https://github.com/getsentry/sentry-javascript/pull/17811))
26+
- doc(core): Fix outdated JSDoc in `beforeSendSpan` ([#17815](https://github.com/getsentry/sentry-javascript/pull/17815))
27+
28+
<details>
29+
<summary> <strong>Internal Changes</strong> </summary>
30+
31+
- ci: Do not run dependabot on e2e test applications ([#17813](https://github.com/getsentry/sentry-javascript/pull/17813))
32+
- docs: Reword changelog for google gen ai integration ([#17805](https://github.com/getsentry/sentry-javascript/pull/17805))
33+
34+
</details>
1335

1436
## 10.16.0
1537

0 commit comments

Comments
 (0)