We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eac621 commit ef5f9fbCopy full SHA for ef5f9fb
sentry_sdk/logger.py
@@ -36,7 +36,7 @@ def _capture_log(
36
37
attrs: "Attributes" = {}
38
39
- if kwargs.get("attributes"):
+ if "attributes" in kwargs:
40
attrs.update(kwargs.pop("attributes"))
41
42
for k, v in kwargs.items():
0 commit comments