Comparing v8.122.0...v8.123.0 · DataDog/datadog-lambda-python
Commits on Feb 23, 2026
-
feat: add durable function execution tags to Lambda spans (#728)
* feat: add durable function execution tags to Lambda spans Extract DurableExecutionArn from the Lambda event payload and add durable_function_execution_name and durable_function_execution_id as span tags, matching the equivalent feature in datadog-lambda-js#730. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Change log level from debug to error * Format * fmt * Fix long line --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>