Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2025

This PR contains the following updates:

Package Type Update Change Pending OpenSSF
@sentry/nextjs (source) dependencies minor 10.5.0 -> 10.7.0 10.8.0 OpenSSF Scorecard

Release Notes

getsentry/sentry-javascript (@​sentry/nextjs)

v10.7.0

Compare Source

Important Changes
  • feat(cloudflare): Add instrumentPrototypeMethods option to instrument RPC methods for DurableObjects (#​17424)

By default, Sentry.instrumentDurableObjectWithSentry will not wrap any RPC methods on the prototype. To enable wrapping for RPC methods, set instrumentPrototypeMethods to true or, if performance is a concern, a list of only the methods you want to instrument:

class MyDurableObjectBase extends DurableObject<Env> {
  method1() {
    // ...
  }

  method2() {
    // ...
  }

  method3() {
    // ...
  }
}
// Export your named class as defined in your wrangler config
export const MyDurableObject = Sentry.instrumentDurableObjectWithSentry(
  (env: Env) => ({
    dsn: "https://ac49b7af3017c458bd12dab9b3328bfc@o4508482761982032.ingest.de.sentry.io/4508482780987481",
    tracesSampleRate: 1.0,
    instrumentPrototypeMethods: ['method1', 'method3'],
  }),
  MyDurableObjectBase,
);

v10.6.0

Compare Source

Important Changes
  • feat(node): Add Anthropic AI integration (#​17348)

This release adds support for automatically tracing Anthropic AI SDK requests, providing better observability for AI-powered applications.

  • fix(core): Instrument invoke_agent root span, and support Vercel ai v5 (#​17395)

This release makes the Sentry vercelAiIntegration compatible with version 5 of Vercel ai.

The Sentry Nuxt SDK is now considered stable and no longer in beta!

Other Changes
  • feat(astro): Align options with shared build time options type (#​17396)
  • feat(aws): Add support for automatic wrapping in ESM (#​17407)
  • feat(node): Add an instrumentation interface for Hono (#​17366)
  • fix(browser): Use DedicatedWorkerGlobalScope global object type in registerWebWorker (#​17447)
  • fix(core): Only consider ingest endpoint requests when checking isSentryRequestUrl (#​17393)
  • fix(node): Fix preloading of instrumentation (#​17403)
Internal Changes
  • chore: Add external contributor to CHANGELOG.md (#​17449)
  • chore(deps): bump astro from 4.16.18 to 4.16.19 in /dev-packages/e2e-tests/test-applications/astro-4 (#​17434)
  • test(e2e/firebase): Fix firebase e2e test failing due to outdated rules file (#​17448)
  • test(nextjs): Fix canary tests (#​17416)
  • test(nuxt): Don't rely on flushing for lowQualityTransactionFilter (#​17406)
  • test(solidstart): Don't rely on flushing for lowQualityTransactionFilter (#​17408)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​sentry/​nextjs@​10.5.0 ⏵ 10.7.095 -310090100100

View full report

@github-actions
Copy link

✅ Lint passed

Show output

> [email protected] lint /home/runner/work/adev-nextjs-blog/adev-nextjs-blog
> pnpm exec oxlint && eslint .

Found 0 warnings and 0 errors.
Finished in 118ms on 39 files using 4 threads.

@alexaka1 alexaka1 merged commit 5571e56 into main Aug 31, 2025
4 checks passed
@alexaka1 alexaka1 deleted the renovate/sentry-javascript-monorepo branch August 31, 2025 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants