Skip to content

Commit 1fa15a6

Browse files
lym953claude
andcommitted
add back logDebug for durable function tag application
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7360ba3 commit 1fa15a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/trace/listener.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ export class TraceListener {
227227
}
228228
}
229229
if (this.durableFunctionContext) {
230+
logDebug("Applying durable function context to the aws.lambda span");
230231
for (const [key, value] of Object.entries(this.durableFunctionContext)) {
231232
if (value !== undefined) {
232233
this.tracerWrapper.currentSpan.setTag(key, value);

0 commit comments

Comments
 (0)