|
4 | 4 |
|
5 | 5 | - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott |
6 | 6 |
|
| 7 | +## 10.41.0 |
| 8 | + |
7 | 9 | ### Important Changes |
8 | 10 |
|
9 | | -- **feat(core,cloudflare,deno): Add `instrumentPostgresJsSql` instrumentation** |
| 11 | +- **feat(core,cloudflare,deno): Add `instrumentPostgresJsSql` instrumentation ([#19566](https://github.com/getsentry/sentry-javascript/pull/19566))** |
10 | 12 |
|
11 | 13 | Added a new instrumentation helper for the [`postgres`](https://github.com/porsager/postgres) (postgres.js) library, designed for |
12 | 14 | SDKs that are not based on OpenTelemetry (e.g. Cloudflare, Deno). This wraps a postgres.js `sql` tagged template instance so that |
|
62 | 64 | }); |
63 | 65 | ``` |
64 | 66 |
|
| 67 | +### Other Changes |
| 68 | + |
| 69 | +- feat(core,cloudflare): Add dispose to the client for proper cleanup ([#19506](https://github.com/getsentry/sentry-javascript/pull/19506)) |
| 70 | +- feat(deps): Bump rxjs from 7.8.1 to 7.8.2 ([#19545](https://github.com/getsentry/sentry-javascript/pull/19545)) |
| 71 | +- feat(nextjs): Use `not: foreign` condition in turbopack loaders ([#19502](https://github.com/getsentry/sentry-javascript/pull/19502)) |
| 72 | +- feat(react-router): Include middleware function names and indices ([#19109](https://github.com/getsentry/sentry-javascript/pull/19109)) |
| 73 | +- fix(consola): Normalize extra keys from consola ([#19511](https://github.com/getsentry/sentry-javascript/pull/19511)) |
| 74 | +- fix(core): Improve message truncation for multimodal content and normalize streaming span names ([#19500](https://github.com/getsentry/sentry-javascript/pull/19500)) |
| 75 | +- fix(core): Strip inline media from multimodal content before stringification ([#19540](https://github.com/getsentry/sentry-javascript/pull/19540)) |
| 76 | +- fix(deps): Bump transitive rollup deps to patch CVE-2026-27606 ([#19565](https://github.com/getsentry/sentry-javascript/pull/19565)) |
| 77 | +- fix(langchain): Use runName argument in handleChainStart to fix unknown_chain spans ([#19554](https://github.com/getsentry/sentry-javascript/pull/19554)) |
| 78 | +- fix(nestjs): Improve control flow exception filtering ([#19524](https://github.com/getsentry/sentry-javascript/pull/19524)) |
| 79 | +- fix(tanstackstart-react): Flush events in server entry point for serverless environments ([#19513](https://github.com/getsentry/sentry-javascript/pull/19513)) |
| 80 | +- fix(vue): Avoid triggering deprecated next callback from router instrumentation ([#19476](https://github.com/getsentry/sentry-javascript/pull/19476)) |
| 81 | + |
| 82 | +<details> |
| 83 | + <summary> <strong>Internal Changes</strong> </summary> |
| 84 | + |
| 85 | +- chore: Updating minimatch ([#19434](https://github.com/getsentry/sentry-javascript/pull/19434)) |
| 86 | +- chore(agents): Add `dotagents` ([#19526](https://github.com/getsentry/sentry-javascript/pull/19526)) |
| 87 | +- chore(agents): Add nested `AGENTS.md` for browser ([#19551](https://github.com/getsentry/sentry-javascript/pull/19551)) |
| 88 | +- chore(agents): Add nested `AGENTS.md` for nextjs ([#19556](https://github.com/getsentry/sentry-javascript/pull/19556)) |
| 89 | +- chore(agents): Consolidate SDK dev rules into `AGENTS.md` ([#19521](https://github.com/getsentry/sentry-javascript/pull/19521)) |
| 90 | +- chore(agents): Migrate repo-wide cursor rules to skills ([#19549](https://github.com/getsentry/sentry-javascript/pull/19549)) |
| 91 | +- chore(agents): Remove stale cursor commands ([#19560](https://github.com/getsentry/sentry-javascript/pull/19560)) |
| 92 | +- chore(ci): Validate alert id ([#19499](https://github.com/getsentry/sentry-javascript/pull/19499)) |
| 93 | +- chore(deps): Bump rollup to 4.59.0 to fix path traversal vulnerability ([#19538](https://github.com/getsentry/sentry-javascript/pull/19538)) |
| 94 | +- chore(lint): Remove junit report file ([#19491](https://github.com/getsentry/sentry-javascript/pull/19491)) |
| 95 | +- chore(svelte,sveltekit): Use version range for magic-string ([#19520](https://github.com/getsentry/sentry-javascript/pull/19520)) |
| 96 | +- chore(tanstackstart): Fix leftover formatting issue ([#19536](https://github.com/getsentry/sentry-javascript/pull/19536)) |
| 97 | +- test(consola): Restructure tests ([#19517](https://github.com/getsentry/sentry-javascript/pull/19517)) |
| 98 | +- test(node): Test runName parameter in handleChainStart for langchain ([#19562](https://github.com/getsentry/sentry-javascript/pull/19562)) |
| 99 | + |
| 100 | +</details> |
| 101 | + |
65 | 102 | Work in this release was contributed by @YevheniiKotyrlo. Thank you for your contribution! |
66 | 103 |
|
67 | 104 | ## 10.40.0 |
|
0 commit comments