You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(handlers): carry ABCA solution UA on every SDK client; trace per invocation
All ~60 client instantiations now pass abcaUserAgent() and are wrapped
withAbcaTrace() (document clients instrument the inner DynamoDBClient —
shared middleware stack). Handler entry points set the trace to their
freshly minted ulid() request id; orchestrate-task uses the task id.
Stream consumers (fanout, approval-metrics) carry no trace by design.
No behavior change beyond the UA headers; all 2031 existing tests pass
unmodified (withAbcaTrace no-ops on bare-object constructor mocks).
Task 4 of PR #338 plan. Part of #319
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments