We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 392bc43 commit 384e804Copy full SHA for 384e804
datadog_lambda/durable.py
@@ -49,5 +49,7 @@ def extract_durable_function_tags(event):
49
return {
50
"durable_function_execution_name": execution_name,
51
"durable_function_execution_id": execution_id,
52
- "aws.lambda.durable_function.first_invocation": str(is_first_invocation).lower(),
+ "aws.lambda.durable_function.first_invocation": str(
53
+ is_first_invocation
54
+ ).lower(),
55
}
0 commit comments