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
fix: [SVLS-8538] apply durable function tags via setTag on the active span
Tags for aws_lambda.durable_function.* were set through options.tags in
tracer.wrap(), but that path does not reliably reach the aws.lambda span.
Apply them directly via span.setTag() in onEndingInvocation(), the same
way http.status_code is applied.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments