Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 12, 2025

This PR contains the following updates:

Package Change Age Confidence
@sentry/node (source) 9.35.0 -> 9.36.0 age confidence

Release Notes

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

v9.36.0

Compare Source

Important Changes
  • feat(node-core): Add node-core SDK (#​16745)

This release adds a new SDK @sentry/node-core which ships without any OpenTelemetry instrumententation out of the box. All OpenTelemetry dependencies are peer dependencies and OpenTelemetry has to be set up manually.

Use @sentry/node-core when:

  • You already have OpenTelemetry set up
  • You need custom OpenTelemetry configuration
  • You want minimal dependencies
  • You need fine-grained control over instrumentation

Use @sentry/node when:

  • You want an automatic setup
  • You're new to OpenTelemetry
  • You want sensible defaults
  • You prefer convenience over control
  • feat(node): Deprecate ANR integration (#​16832)

The ANR integration has been deprecated and will be removed in future versions. Use eventLoopBlockIntegration from @sentry/node-native instead.

  • feat(replay): Add _experiments.ignoreMutations option (#​16816)

This replay option allows to configure a selector list of elements to not capture mutations for.

Sentry.replayIntegration({
  _experiments: {
    ignoreMutations: ['.dragging'],
  },
});
Other changes
  • feat(deps): bump @​prisma/instrumentation from 6.10.1 to 6.11.1 (#​16833)
  • feat(nextjs): Add flag for suppressing router transition warning (#​16823)
  • feat(nextjs): Automatically skip middleware requests for tunnel route (#​16812)
  • feat(replay): Export compression worker from @sentry/replay-internal (#​16794)
  • fix(browser): Avoid 4xx response for succesful diagnoseSdkConnectivity request (#​16840)
  • fix(browser): Guard against undefined nextHopProtocol (#​16806)
  • fix(cloudflare): calculate retries not attempts (#​16834)
  • fix(nuxt): Parametrize routes on the server-side (#​16785)
  • fix(vue): Make pageload span handling more reliable (#​16799)

Work in this release was contributed by @​Spice-King and @​stayallive. Thank you for your contributions!

Bundle size 📦

Path Size
@​sentry/browser 23.42 KB
@​sentry/browser - with treeshaking flags 23.2 KB
@​sentry/browser (incl. Tracing) 38.69 KB
@​sentry/browser (incl. Tracing, Replay) 75.99 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 69.24 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 80.61 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 92.48 KB
@​sentry/browser (incl. Feedback) 39.79 KB
@​sentry/browser (incl. sendFeedback) 28.02 KB
@​sentry/browser (incl. FeedbackAsync) 32.8 KB
@​sentry/react 25.16 KB
@​sentry/react (incl. Tracing) 40.63 KB
@​sentry/vue 27.71 KB
@​sentry/vue (incl. Tracing) 40.44 KB
@​sentry/svelte 23.45 KB
CDN Bundle 24.9 KB
CDN Bundle (incl. Tracing) 38.7 KB
CDN Bundle (incl. Tracing, Replay) 73.84 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 79.17 KB
CDN Bundle - uncompressed 72.75 KB
CDN Bundle (incl. Tracing) - uncompressed 115.01 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 226.63 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 239.15 KB
@​sentry/nextjs (client) 42.24 KB
@​sentry/sveltekit (client) 39.14 KB
@​sentry/node 158.05 KB
@​sentry/node - without tracing 96.48 KB
@​sentry/aws-serverless 121.7 KB

Configuration

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

🚦 Automerge: Enabled.

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.

@renovate renovate bot enabled auto-merge (squash) July 12, 2025 13:13
@renovate renovate bot merged commit 64e4de6 into main Jul 12, 2025
6 checks passed
@renovate renovate bot deleted the renovate/sentry-javascript-monorepo branch July 12, 2025 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant