feat(log): Add wrapper function for standardized logging#4061
feat(log): Add wrapper function for standardized logging#4061TheodoreSpeaks merged 11 commits intostagingfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
ce661eb to
de37413
Compare
…d-error-reporting # Conflicts: # apps/sim/app/api/organizations/[id]/invitations/[invitationId]/route.ts # apps/sim/app/api/workspaces/invitations/[invitationId]/route.ts
|
@BugBot review |
PR SummaryMedium Risk Overview Updates many Next.js API routes (A2A, auth, billing, chat, copilot, academy, admin, audit-logs) to export Reviewed by Cursor Bugbot for commit 11ab6c8. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 08213aa. Configure here.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…d-error-reporting # Conflicts: # apps/sim/app/api/workspaces/[id]/data-retention/route.ts
Summary
We have no centralized entry for our routes, making it hard to trace failing requests. Added request metadata for generating request id and returning a standardized output showing status code, path, and route.
Type of Change
Testing
Checklist
Screenshots/Videos