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 0c16850 commit 1e45148Copy full SHA for 1e45148
lightstep/tracer.py
@@ -108,7 +108,7 @@ class ScopePatch(scope.__class__):
108
def __exit__(self, exc_type, exc_val, exc_tb):
109
110
self.span.context.trace_id = int(
111
- format(self.span.context.trace_id, "032x")[:16], 16
+ format(self.span.context.trace_id, "032x")[16:], 16
112
)
113
114
result = super(self.__class__, self).__exit__(
0 commit comments