feat: add audit logging, input sanitization, error reporting, and distributed tracing - #366
Merged
davedumto merged 3 commits intoAug 31, 2026
Conversation
|
@umuewu Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
@umuewu is attempting to deploy a commit to the david's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Hi @umuewu — thanks for the contribution! We do not accept pull requests to the You don't need to reopen anything — your work is preserved and this PR now targets |
…anitization # Conflicts: # docs/observability.md # packages/service-kit/src/index.ts # services/api-gateway/src/server.ts # services/policy-service/src/server.ts # services/worker-service/src/loop.ts
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.
Description
Implemented audit logging for sensitive wallet actions, input sanitization for extension connection requests, error reporting integration for extension background worker, and distributed tracing for policy deployment flow.
Closes #313
Closes #312
Closes #302
Closes #301
Changes proposed
What were you told to do?
Add audit logging, input sanitization, extension background worker error reporting, and end-to-end distributed tracing across api-gateway, policy-service, and worker-service.
What did I do?
Audit Logging (#313)
Input Sanitization (#312)
Error Reporting (#302)
Distributed Tracing (#301)
Check List (Check all the applicable boxes)
Screenshots / Validation Evidence
Implemented with full Vitest unit test coverage for audit logging, input sanitization, error reporting, and distributed tracing.