Skip to content

Commit ed1059b

Browse files
committed
fix typo
1 parent b1a2b34 commit ed1059b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/tracing/provider/datadog/dd_tracer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def record_exception(self, exception: BaseException, attributes: Optional[Dict]
2525
kwargs.update(_attributes)
2626
# attribute should overwrite kwargs
2727
_attributes = kwargs
28-
self.dd_span.set_tags(tags=attributes)
28+
self.dd_span.set_tags(tags=_attributes)
2929

3030

3131
class DDTraceProvider(BaseProvider):

0 commit comments

Comments
 (0)