|
4 | 4 |
|
5 | 5 | - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
|
6 | 6 |
|
| 7 | +## 10.6.0 |
| 8 | + |
| 9 | +### Important Changes |
| 10 | + |
| 11 | +- **feat(node): Add Anthropic AI integration ([#17348](https://github.com/getsentry/sentry-javascript/pull/17348))** |
| 12 | + |
| 13 | +This release adds support for automatically tracing Anthropic AI SDK requests, providing better observability for AI-powered applications. |
| 14 | + |
| 15 | +- **fix(core): Instrument invoke_agent root span, and support Vercel `ai` v5 ([#17395](https://github.com/getsentry/sentry-javascript/pull/17395))** |
| 16 | + |
| 17 | +This release makes the Sentry `vercelAiIntegration` compatible with version 5 of Vercel `ai`. |
| 18 | + |
| 19 | +- **docs(nuxt): Remove beta notice ([#17400](https://github.com/getsentry/sentry-javascript/pull/17400))** |
| 20 | + |
| 21 | +The Sentry Nuxt SDK is now considered stable and no longer in beta! |
| 22 | + |
| 23 | +### Other Changes |
| 24 | + |
| 25 | +- feat(astro): Align options with shared build time options type ([#17396](https://github.com/getsentry/sentry-javascript/pull/17396)) |
| 26 | +- feat(aws): Add support for automatic wrapping in ESM ([#17407](https://github.com/getsentry/sentry-javascript/pull/17407)) |
| 27 | +- feat(node): Add an instrumentation interface for Hono ([#17366](https://github.com/getsentry/sentry-javascript/pull/17366)) |
| 28 | +- fix(browser): Use `DedicatedWorkerGlobalScope` global object type in `registerWebWorker` ([#17447](https://github.com/getsentry/sentry-javascript/pull/17447)) |
| 29 | +- fix(core): Only consider ingest endpoint requests when checking `isSentryRequestUrl` ([#17393](https://github.com/getsentry/sentry-javascript/pull/17393)) |
| 30 | +- fix(node): Fix preloading of instrumentation ([#17403](https://github.com/getsentry/sentry-javascript/pull/17403)) |
| 31 | + |
| 32 | +<details> |
| 33 | + <summary> <strong>Internal Changes</strong> </summary> |
| 34 | + |
| 35 | +- chore: Add external contributor to CHANGELOG.md ([#17449](https://github.com/getsentry/sentry-javascript/pull/17449)) |
| 36 | +- chore(deps): bump astro from 4.16.18 to 4.16.19 in /dev-packages/e2e-tests/test-applications/astro-4 ([#17434](https://github.com/getsentry/sentry-javascript/pull/17434)) |
| 37 | +- test(e2e/firebase): Fix firebase e2e test failing due to outdated rules file ([#17448](https://github.com/getsentry/sentry-javascript/pull/17448)) |
| 38 | +- test(nextjs): Fix canary tests ([#17416](https://github.com/getsentry/sentry-javascript/pull/17416)) |
| 39 | +- test(nuxt): Don't rely on flushing for lowQualityTransactionFilter ([#17406](https://github.com/getsentry/sentry-javascript/pull/17406)) |
| 40 | +- test(solidstart): Don't rely on flushing for lowQualityTransactionFilter ([#17408](https://github.com/getsentry/sentry-javascript/pull/17408)) |
| 41 | + |
| 42 | +</details> |
| 43 | + |
7 | 44 | Work in this release was contributed by @Karibash. Thank you for your contribution!
|
8 | 45 |
|
9 | 46 | ## 10.5.0
|
|
0 commit comments