Skip to content

Commit 21760c1

Browse files
committed
meta(changelog): Update changelog for 10.17.0
1 parent 11ea830 commit 21760c1

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,30 @@
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

911
- **fix(aws-serverless): Take `http_proxy` into account when choosing
1012
`useLayerExtension` default ([#17817](https://github.com/getsentry/sentry-javascript/pull/17817))**
1113

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.
14+
The default setting for `useLayerExtension` now considers the `http_proxy` environment variable.
15+
When `http_proxy` is set, `useLayerExtension` will be off by default.
16+
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.
17+
18+
### Other Changes
19+
20+
- feat(node): Split up http integration into composable parts ([#17524](https://github.com/getsentry/sentry-javascript/pull/17524))
21+
- fix(core): Remove check and always respect ai.telemetry.functionId for Vercel AI gen spans ([#17811](https://github.com/getsentry/sentry-javascript/pull/17811))
22+
- doc(core): Fix outdated JSDoc in `beforeSendSpan` ([#17815](https://github.com/getsentry/sentry-javascript/pull/17815))
23+
24+
<details>
25+
<summary> <strong>Internal Changes</strong> </summary>
26+
27+
- ci: Do not run dependabot on e2e test applications ([#17813](https://github.com/getsentry/sentry-javascript/pull/17813))
28+
- docs: Reword changelog for google gen ai integration ([#17805](https://github.com/getsentry/sentry-javascript/pull/17805))
29+
30+
</details>
1331

1432
## 10.16.0
1533

0 commit comments

Comments
 (0)