chore(deps): update dependency @sentry/browser to v10.39.0#1235
Draft
renovate[bot] wants to merge 1 commit intostagingfrom
Draft
chore(deps): update dependency @sentry/browser to v10.39.0#1235renovate[bot] wants to merge 1 commit intostagingfrom
renovate[bot] wants to merge 1 commit intostagingfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## staging #1235 +/- ##
========================================
Coverage 77.61% 77.61%
========================================
Files 54 54
Lines 1407 1407
========================================
Hits 1092 1092
Misses 315 315 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
10.38.0→10.39.0Release Notes
getsentry/sentry-javascript (@sentry/browser)
v10.39.0Compare Source
Important Changes
feat(tanstackstart-react): Auto-instrument server function middleware (#19001)
The
sentryTanstackStartVite plugin now automatically instruments middleware increateServerFn().middleware([...])calls. This captures performance data without requiring manual wrapping withwrapMiddlewaresWithSentry().feat(nextjs): New experimental automatic vercel cron monitoring (#19192)
Setting
_experimental.vercelCronMonitoringtotruein your Sentry configuration will automatically create Sentry cron monitors for your Vercel Cron Jobs.Please note that this is an experimental unstable feature and subject to change.
feat(node-core): Add node-core/light (#18502)
This release adds a new light-weight
@sentry/node-core/lightexport to@sentry/node-core. The export acts as a light-weight SDK that does not depend on OpenTelemetry and emits no spans.Use this SDK when:
It supports error tracking and reporting, logs, metrics, automatic request isolation (requires Node.js 22+) and basic tracing via our
Sentry.startSpan*APIs.Install the SDK by running
and add Sentry at the top of your application's entry file:
Other Changes
globin@sentry/react-router(#19162)lazyRouteManifestoption to resolve lazy-route names (#19086)flushon empty buffer (#19062)_experiments.enableMetricsreferences from metrics JSDoc (#19252)@nestjs/platform-expressto11.1.13(#19206)21.0.1in@sentry/ember(#19246)captureUnderscoreErrorExceptioncaptures an exception (#19185)request-handlerop. (#18729)debugis disabled (#19095)3.59.2(#19208)svelte.config.js(#19270)auto.middleware.tanstackstartas middleware trace origin (#19137)shouldPropagateTraceForUrlfrom opentelemetry to core (#19254)untrackto read route id without invalidation (#19272)Internal Changes
serovalalerts (#19150)nextjs-turbocanary tests (#19118)nextjs-t3to next 15 (#19130)nextjs-turbointonextjs-15(#19107)Work in this release was contributed by @limbonaut and @rfoel. Thank you for your contributions!
Bundle size 📦
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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.