Conversation
- Remove @sentry/nextjs dependency - Delete associated configuration files - Remove API routes and instrumentation - Clean up unused monitoring infrastructure
Include the full error object in the server action log when reordering units fails. This provides better debugging context alongside the error code and message.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
domus-cron | 65f0fc0 | Commit Preview URL Branch Preview URL |
Apr 07 2026, 03:06 PM |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #173 +/- ##
==========================================
- Coverage 45.98% 45.30% -0.69%
==========================================
Files 74 77 +3
Lines 2194 2216 +22
Branches 458 461 +3
==========================================
- Hits 1009 1004 -5
- Misses 1185 1212 +27 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Replace window.location.reload() with router.refresh() in UnitList. - Add useEffect to sync state with initialUnits prop after refresh. - Enhance reorderUnitsAction with detailed logs and user-friendly, localized error messages. - Append JSON.stringify error object to error results for better debugging. - Add empty units check for no-op optimization in reorder.
- Add better-auth to transpilePackages - Use standard next build command - Remove deprecated pages/_error.tsx - Set logger level to trace for better debugging
- Refactor `buildLogger` to use `if` statement for better readability. - Move `@axiomhq/pino` import to the top of `logger.ts`. - Remove manual `worker: false` from Axiom transport options. - Replace `@nextwrappers/async-local-storage` with `thread-stream` dependency.
- Remove @axiomhq/pino and pino-based logger implementation. - Add official @axiomhq/js, @axiomhq/logging, @axiomhq/nextjs, and @axiomhq/react packages. - Configure AxiomJSTransport and nextJsFormatters in shared logger. - Implement Axiom API route handler for client-side logging. - Integrate WebVitals tracking in root layout. - Update configuration to handle client-side Axiom environment variables. - Update test mocks for the new logger implementation.
- Move Axiom-specific logger logic to a new axiom-next.ts file. - Implement lazy-loading for axiomNext in logger.ts using dynamic require. - Wrap @axiomhq/nextjs imports with runtime checks to prevent crashes in Playwright. - Fix TypeScript errors by properly typing lazy-loaded formatters. - Update CI/CD workflows to use Node.js version 24.
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.
No description provided.