Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2026

Bumps @sentry/react from 10.32.1 to 10.35.0.

Release notes

Sourced from @​sentry/react's releases.

10.35.0

Important Changes

  • feat(tanstackstart-react): Add sentryTanstackStart vite plugin to manage automatic source map uploads (#18712)

    You can now configure source maps upload for TanStack Start using the sentryTanstackStart Vite plugin:

    // vite.config.ts
    import { defineConfig } from 'vite';
    import { sentryTanstackStart } from '@sentry/tanstackstart-react';
    import { tanstackStart } from '@tanstack/react-start/plugin/vite';
    export default defineConfig({
    plugins: [
    sentryTanstackStart({
    authToken: process.env.SENTRY_AUTH_TOKEN,
    org: 'your-org',
    project: 'your-project',
    }),
    tanstackStart(),
    ],
    });

Other Changes

  • feat(browser): Add CDN bundle for tracing.replay.feedback.logs.metrics (#18785)
  • feat(browser): Add shim package for logs (#18831)
  • feat(cloudflare): Automatically set the release id when CF_VERSION_METADATA is enabled (#18855)
  • feat(core): Add ignored client report event drop reason (#18815)
  • feat(logs): Add Log exports to browser and node packages (#18857)
  • feat(node-core,bun): Export processSessionIntegration from node-core and add it to bun (#18852)
  • fix(core): Find the correct IP address regardless their case (#18880)
  • fix(core): Check for AI operation id to detect a vercelai span (#18823)
  • fix(ember): Use ES5 syntax in inline vendor scripts (#18858)
  • fix(fetch): Shallow-clone fetch options to prevent mutation (#18867)
  • chore(ci): Use javascript-sdk-gitflow app instead of personal token (#18829)
  • chore(deps): Bump @sveltejs/kit devDependency to 2.49.5 (#18848)
  • chore(deps): Bump bundler plugins to ^4.6.2 (#18822)
  • chore(deps): bump hono from 4.10.3 to 4.11.4 in /dev-packages/e2e-tests/test-applications/cloudflare-hono (#18806)
  • chore(test): Bump svelte dependencies (#18850)
  • chore(core): Comment out Error tests in langchain (#18837)
  • meta(changelog): Fix entry for tanstack start vite plugin (#18883)
  • test(e2e): Add testing app for User Feedback (#18877)
  • test(fastify): Verify if upstream error is fixed and won't regress (#18838)

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

10.35.0

Important Changes

  • feat(tanstackstart-react): Add sentryTanstackStart vite plugin to manage automatic source map uploads (#18712)

    You can now configure source maps upload for TanStack Start using the sentryTanstackStart Vite plugin:

    // vite.config.ts
    import { defineConfig } from 'vite';
    import { sentryTanstackStart } from '@sentry/tanstackstart-react';
    import { tanstackStart } from '@tanstack/react-start/plugin/vite';
    export default defineConfig({
    plugins: [
    sentryTanstackStart({
    authToken: process.env.SENTRY_AUTH_TOKEN,
    org: 'your-org',
    project: 'your-project',
    }),
    tanstackStart(),
    ],
    });

Other Changes

  • feat(browser): Add CDN bundle for tracing.replay.feedback.logs.metrics (#18785)
  • feat(browser): Add shim package for logs (#18831)
  • feat(cloudflare): Automatically set the release id when CF_VERSION_METADATA is enabled (#18855)
  • feat(core): Add ignored client report event drop reason (#18815)
  • feat(logs): Add Log exports to browser and node packages (#18857)
  • feat(node-core,bun): Export processSessionIntegration from node-core and add it to bun (#18852)
  • fix(core): Find the correct IP address regardless their case (#18880)
  • fix(core): Check for AI operation id to detect a vercelai span (#18823)
  • fix(ember): Use ES5 syntax in inline vendor scripts (#18858)
  • fix(fetch): Shallow-clone fetch options to prevent mutation (#18867)
  • chore(ci): Use javascript-sdk-gitflow app instead of personal token (#18829)
  • chore(deps): Bump @sveltejs/kit devDependency to 2.49.5 (#18848)
  • chore(deps): Bump bundler plugins to ^4.6.2 (#18822)
  • chore(deps): bump hono from 4.10.3 to 4.11.4 in /dev-packages/e2e-tests/test-applications/cloudflare-hono (#18806)
  • chore(test): Bump svelte dependencies (#18850)
  • chore(core): Comment out Error tests in langchain (#18837)
  • meta(changelog): Fix entry for tanstack start vite plugin (#18883)
  • test(e2e): Add testing app for User Feedback (#18877)

... (truncated)

Commits
  • 265df1f release: 10.35.0
  • 024f819 Merge pull request #18886 from getsentry/prepare-release/10.35.0
  • 8160ada meta(changelog): Update changelog for 10.35.0
  • d503a8d meta(changelog): Fix entry for tanstack start vite plugin (#18883)
  • d2df7f6 fix(core): Find the correct IP address regardless their case (#18880)
  • 75b183d feat(cloudflare): Automatically set the release id when CF_VERSION_METADATA i...
  • df0bff8 test(fastify): Verify if upstream error is fixed and won't regress (#18838)
  • cef02b8 test(e2e): Add testing app for User Feedback (#18877)
  • d353444 chore(deps): bump hono from 4.10.3 to 4.11.4 in /dev-packages/e2e-tests/test-...
  • 32d8fda fix(fetch): Shallow-clone fetch options to prevent mutation (#18867)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 20, 2026
@anyulled anyulled enabled auto-merge (squash) January 20, 2026 10:28
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/react-10.35.0 branch from 385f899 to 3d3ae96 Compare January 20, 2026 10:29
@netlify
Copy link

netlify bot commented Jan 20, 2026

Deploy Preview for dev-bcn ready!

Name Link
🔨 Latest commit f915765
🔍 Latest deploy log https://app.netlify.com/projects/dev-bcn/deploys/696f597c941c400008873db3
😎 Deploy Preview https://deploy-preview-854--dev-bcn.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 37
Accessibility: 95
Best Practices: 92
SEO: 100
PWA: 100
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript) from 10.32.1 to 10.35.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@10.32.1...10.35.0)

---
updated-dependencies:
- dependency-name: "@sentry/react"
  dependency-version: 10.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/react-10.35.0 branch from 3d3ae96 to f915765 Compare January 20, 2026 10:31
@anyulled anyulled merged commit c70ca2d into main Jan 20, 2026
5 of 6 checks passed
@anyulled anyulled deleted the dependabot/npm_and_yarn/sentry/react-10.35.0 branch January 20, 2026 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants