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 971bd2f commit 4ae5aceCopy full SHA for 4ae5ace
sourceplusplus/control/ContextReceiver.py
@@ -71,7 +71,7 @@ def apply_log(live_log_id, globals, locals):
71
traceContext=TraceContext(
72
traceId=str(sw_context.segment.related_traces[0]),
73
traceSegmentId=str(sw_context.segment.segment_id),
74
- spanId=sw_context.active_span().sid if sw_context.active_span() else -1
+ spanId=sw_context.active_span.sid if sw_context.active_span else -1
75
),
76
tags=log_tags,
77
)
0 commit comments