Skip to content

Commit bc95e31

Browse files
committed
.
1 parent ddaa8ee commit bc95e31

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sentry_sdk/integrations/logging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,5 +404,6 @@ def _capture_log_from_record(
404404
"attributes": attrs,
405405
"time_unix_nano": int(record.created * 1e9),
406406
"trace_id": None,
407+
"span_id": None,
407408
},
408409
)

sentry_sdk/logger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def _capture_log(
6666
"body": body,
6767
"time_unix_nano": time.time_ns(),
6868
"trace_id": None,
69+
"span_id": None,
6970
},
7071
)
7172

0 commit comments

Comments
 (0)