|
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 | + |
| 9 | +### Important Changes |
| 10 | + |
| 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 | + |
| 15 | +- **fix(aws-serverless): Take `http_proxy` into account when choosing |
| 16 | + `useLayerExtension` default ([#17817](https://github.com/getsentry/sentry-javascript/pull/17817))** |
| 17 | + |
| 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> |
| 35 | + |
7 | 36 | ## 10.16.0 |
8 | 37 |
|
9 | 38 | - feat(logs): Add internal `replay_is_buffering` flag ([#17752](https://github.com/getsentry/sentry-javascript/pull/17752)) |
@@ -81,7 +110,7 @@ Work in this release was contributed by @Karibash. Thank you for your contributi |
81 | 110 |
|
82 | 111 | - **feat(cloudflare,vercel-edge): Add support for Google Gen AI instrumentation ([#17723](https://github.com/getsentry/sentry-javascript/pull/17723))** |
83 | 112 |
|
84 | | - The SDK now supports manually instrumenting Google's Generative AI operations in Cloudflare Workers and Vercel Edge Runtime environments, providing insights into your AI operations. You can use `const wrappedClient = Sentry.instrumentGoogleGenAIClient(genAiClient)` to get an instrumented client. |
| 113 | + The SDK now supports manually instrumenting Google's Gen AI operations in Cloudflare Workers and Vercel Edge Runtime environments, providing insights into your AI operations. You can use `const wrappedClient = Sentry.instrumentGoogleGenAIClient(genAiClient)` to get an instrumented client. |
85 | 114 |
|
86 | 115 | ### Other Changes |
87 | 116 |
|
@@ -119,9 +148,9 @@ Work in this release was contributed by @Karibash. Thank you for your contributi |
119 | 148 |
|
120 | 149 | Note that if `Sentry.reportPageLoaded()` is not called within 30 seconds of the initial pageload (or whatever value the `finalTimeout` option is set to), the pageload span will be ended automatically. |
121 | 150 |
|
122 | | -- **feat(core,node): Add instrumentation for `GoogleGenerativeAI` ([#17625](https://github.com/getsentry/sentry-javascript/pull/17625))** |
| 151 | +- **feat(core,node): Add instrumentation for `GoogleGenAI` ([#17625](https://github.com/getsentry/sentry-javascript/pull/17625))** |
123 | 152 |
|
124 | | - The SDK now automatically instruments the `@google/generative-ai` package to provide insights into your AI operations. |
| 153 | + The SDK now automatically instruments the `@google/genai` package to provide insights into your AI operations. |
125 | 154 |
|
126 | 155 | - **feat(nextjs): Promote `useRunAfterProductionCompileHook` to non-experimental build option ([#17721](https://github.com/getsentry/sentry-javascript/pull/17721))** |
127 | 156 |
|
|
0 commit comments