feat(log): Add wrapper function for standardized logging#4061
feat(log): Add wrapper function for standardized logging#4061TheodoreSpeaks wants to merge 9 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 Applies this wrapper across many existing API endpoints (A2A, academy, admin proxy, audit logs, auth/OAuth/SSO, billing, chat, copilot), replacing bare Updates repo guidelines ( Reviewed by Cursor Bugbot for commit 08213aa. 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.
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