Skip to content

Commit 24ae29a

Browse files
committed
mypy
1 parent e8a1c08 commit 24ae29a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry_sdk/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,7 @@ def capture_log(self, scope, severity_text, severity_number, template, **kwargs)
883883
"body": template.format(**kwargs),
884884
"attributes": attrs,
885885
"time_unix_nano": time.time_ns(),
886+
"trace_id": None,
886887
} # type: Log
887888

888889
propagation_context = scope.get_active_propagation_context()

0 commit comments

Comments
 (0)