We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a2b34 commit ed1059bCopy full SHA for ed1059b
aws_lambda_powertools/tracing/provider/datadog/dd_tracer.py
@@ -25,7 +25,7 @@ def record_exception(self, exception: BaseException, attributes: Optional[Dict]
25
kwargs.update(_attributes)
26
# attribute should overwrite kwargs
27
_attributes = kwargs
28
- self.dd_span.set_tags(tags=attributes)
+ self.dd_span.set_tags(tags=_attributes)
29
30
31
class DDTraceProvider(BaseProvider):
0 commit comments