Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #45 +/- ##
=======================================
Coverage 13.34% 13.34%
=======================================
Files 175 175
Lines 4383 4383
Branches 1174 1189 +15
=======================================
Hits 585 585
Misses 3798 3798 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
0faebc6 to
adc9707
Compare
4e86cc1 to
adc9707
Compare
| datasource | package | from | to | | ---------- | ---------------------- | --------------------- | -------------------- | | npm | @sentry/nextjs | 10.38.0 | 10.39.0 | | npm | @sentry/node-native | 10.38.0 | 10.39.0 | | npm | @sentry/profiling-node | 10.38.0 | 10.39.0 | | npm | @tanstack/react-query | 5.90.20 | 5.90.21 | | npm | drizzle-orm | 1.0.0-beta.15-859cf75 | 1.0.0-beta.9-e89174b | | npm | next-intl | 4.8.1 | 4.8.3 |
adc9707 to
156a503
Compare
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.010.40.010.38.0→10.39.010.40.010.38.0→10.39.010.40.05.90.20→5.90.211.0.0-beta.15-859cf75→1.0.0-beta.9-e89174b4.8.1→4.8.3Release Notes
getsentry/sentry-javascript (@sentry/nextjs)
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!
TanStack/query (@tanstack/react-query)
v5.90.21Compare Source
Patch Changes
amannn/next-intl (next-intl)
v4.8.3Compare Source
Bug Fixes
@formatjs/intl-localematcher(#2265) (196f1f3) – by @amannnv4.8.2Compare Source
Bug Fixes
next.config.ts(#2245) (f57800e) – by @amannnConfiguration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.