Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps @sentry/nextjs from 8.42.0 to 10.35.0.

Release notes

Sourced from @​sentry/nextjs'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/nextjs'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

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@sentry/nextjs [>= 10.32.a, < 10.33]

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) from 8.42.0 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@8.42.0...10.35.0)

---
updated-dependencies:
- dependency-name: "@sentry/nextjs"
  dependency-version: 10.35.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file maintenance labels Jan 20, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 20, 2026 18:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file maintenance labels Jan 20, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 21, 2026

Superseded by #19918.

@dependabot dependabot bot closed this Jan 21, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sentry/nextjs-10.35.0 branch January 21, 2026 23:19
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 maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant