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 ddaa8ee commit bc95e31Copy full SHA for bc95e31
sentry_sdk/integrations/logging.py
@@ -404,5 +404,6 @@ def _capture_log_from_record(
404
"attributes": attrs,
405
"time_unix_nano": int(record.created * 1e9),
406
"trace_id": None,
407
+ "span_id": None,
408
},
409
)
sentry_sdk/logger.py
@@ -66,6 +66,7 @@ def _capture_log(
66
"body": body,
67
"time_unix_nano": time.time_ns(),
68
69
70
71
72
0 commit comments