|
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 | 14 | 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.
|
13 | 15 |
|
| 16 | +- feat(node): Split up http integration into composable parts ([#17524](https://github.com/getsentry/sentry-javascript/pull/17524)) |
| 17 | +- fix(core): Remove check and always respect ai.telemetry.functionId for Vercel AI gen spans ([#17811](https://github.com/getsentry/sentry-javascript/pull/17811)) |
| 18 | +- doc(core): Fix outdated JSDoc in `beforeSendSpan` ([#17815](https://github.com/getsentry/sentry-javascript/pull/17815)) |
| 19 | + |
| 20 | +<details> |
| 21 | + <summary> <strong>Internal Changes</strong> </summary> |
| 22 | + |
| 23 | +- ci: Do not run dependabot on e2e test applications ([#17813](https://github.com/getsentry/sentry-javascript/pull/17813)) |
| 24 | +- docs: Reword changelog for google gen ai integration ([#17805](https://github.com/getsentry/sentry-javascript/pull/17805)) |
| 25 | + |
| 26 | +</details> |
| 27 | + |
14 | 28 | ## 10.16.0
|
15 | 29 |
|
16 | 30 | - feat(logs): Add internal `replay_is_buffering` flag ([#17752](https://github.com/getsentry/sentry-javascript/pull/17752))
|
|
0 commit comments