|
40 | 40 | - Bump @opentelemetry/sdk-node from 0.208.0 to 0.210.0 |
41 | 41 | - Bump @opentelemetry/exporter-trace-otlp-http from 0.208.0 to 0.210.0 |
42 | 42 |
|
| 43 | +## 10.35.0 |
| 44 | + |
| 45 | +### Important Changes |
| 46 | + |
43 | 47 | - **feat(tanstackstart-react): Add `sentryTanstackStart` vite plugin to manage automatic source map uploads ([#18712](https://github.com/getsentry/sentry-javascript/pull/18712))** |
44 | 48 |
|
45 | 49 | You can now configure source maps upload for TanStack Start using the `sentryTanstackStart` Vite plugin: |
|
62 | 66 | }); |
63 | 67 | ``` |
64 | 68 |
|
| 69 | +### Other Changes |
| 70 | + |
| 71 | +- feat(browser): Add CDN bundle for `tracing.replay.feedback.logs.metrics` ([#18785](https://github.com/getsentry/sentry-javascript/pull/18785)) |
| 72 | +- feat(browser): Add shim package for logs ([#18831](https://github.com/getsentry/sentry-javascript/pull/18831)) |
| 73 | +- feat(cloudflare): Automatically set the release id when CF_VERSION_METADATA is enabled ([#18855](https://github.com/getsentry/sentry-javascript/pull/18855)) |
| 74 | +- feat(core): Add `ignored` client report event drop reason ([#18815](https://github.com/getsentry/sentry-javascript/pull/18815)) |
| 75 | +- feat(logs): Add `Log` exports to browser and node packages ([#18857](https://github.com/getsentry/sentry-javascript/pull/18857)) |
| 76 | +- feat(node-core,bun): Export processSessionIntegration from node-core and add it to bun ([#18852](https://github.com/getsentry/sentry-javascript/pull/18852)) |
| 77 | +- fix(core): Find the correct IP address regardless their case ([#18880](https://github.com/getsentry/sentry-javascript/pull/18880)) |
| 78 | +- fix(core): Check for AI operation id to detect a vercelai span ([#18823](https://github.com/getsentry/sentry-javascript/pull/18823)) |
| 79 | +- fix(ember): Use ES5 syntax in inline vendor scripts ([#18858](https://github.com/getsentry/sentry-javascript/pull/18858)) |
| 80 | +- fix(fetch): Shallow-clone fetch options to prevent mutation ([#18867](https://github.com/getsentry/sentry-javascript/pull/18867)) |
| 81 | + |
| 82 | +<details> |
| 83 | + <summary><strong>Internal Changes</strong></summary> |
| 84 | + |
| 85 | +- chore(ci): Use javascript-sdk-gitflow app instead of personal token ([#18829](https://github.com/getsentry/sentry-javascript/pull/18829)) |
| 86 | +- chore(deps): Bump `@sveltejs/kit` devDependency to `2.49.5` ([#18848](https://github.com/getsentry/sentry-javascript/pull/18848)) |
| 87 | +- chore(deps): Bump bundler plugins to ^4.6.2 ([#18822](https://github.com/getsentry/sentry-javascript/pull/18822)) |
| 88 | +- chore(deps): bump hono from 4.10.3 to 4.11.4 in /dev-packages/e2e-tests/test-applications/cloudflare-hono ([#18806](https://github.com/getsentry/sentry-javascript/pull/18806)) |
| 89 | +- chore(test): Bump svelte dependencies ([#18850](https://github.com/getsentry/sentry-javascript/pull/18850)) |
| 90 | +- chore(core): Comment out Error tests in langchain ([#18837](https://github.com/getsentry/sentry-javascript/pull/18837)) |
| 91 | +- meta(changelog): Fix entry for tanstack start vite plugin ([#18883](https://github.com/getsentry/sentry-javascript/pull/18883)) |
| 92 | +- test(e2e): Add testing app for User Feedback ([#18877](https://github.com/getsentry/sentry-javascript/pull/18877)) |
| 93 | +- test(fastify): Verify if upstream error is fixed and won't regress ([#18838](https://github.com/getsentry/sentry-javascript/pull/18838)) |
| 94 | + |
| 95 | +</details> |
| 96 | + |
65 | 97 | Work in this release was contributed by @rreckonerr. Thank you for your contribution! |
66 | 98 |
|
67 | 99 | ## 10.34.0 |
|
0 commit comments