Skip to content

hotfix#173

Open
kilip wants to merge 12 commits intomainfrom
wip
Open

hotfix#173
kilip wants to merge 12 commits intomainfrom
wip

Conversation

@kilip
Copy link
Copy Markdown
Contributor

@kilip kilip commented Apr 7, 2026

No description provided.

kilip added 3 commits April 7, 2026 13:45
- 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.
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 7, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
domus Ready Ready Preview Apr 7, 2026 3:50pm

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Apr 7, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

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
Copy link
Copy Markdown

codecov bot commented Apr 7, 2026

Codecov Report

❌ Patch coverage is 0% with 30 lines in your changes missing coverage. Please review.
✅ Project coverage is 45.30%. Comparing base (253cc32) to head (65f0fc0).

Files with missing lines Patch % Lines
apps/dash/src/pages/org/actions/unit-reorder.ts 0.00% 14 Missing ⚠️
apps/dash/src/shared/core/axiom-next.ts 0.00% 9 Missing ⚠️
apps/dash/src/shared/axiom/client.ts 0.00% 3 Missing ⚠️
apps/dash/src/shared/core/logger.ts 0.00% 3 Missing ⚠️
apps/dash/src/shared/axiom/axiom.ts 0.00% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

- 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.
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