|
4 | 4 |
|
5 | 5 | - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
|
6 | 6 |
|
| 7 | +## 10.17.0 |
| 8 | + |
7 | 9 | ### Important Changes
|
8 | 10 |
|
9 | 11 | - **fix(aws-serverless): Take `http_proxy` into account when choosing
|
10 | 12 | `useLayerExtension` default ([#17817](https://github.com/getsentry/sentry-javascript/pull/17817))**
|
11 | 13 |
|
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> |
13 | 31 |
|
14 | 32 | ## 10.16.0
|
15 | 33 |
|
|
0 commit comments