Langtrace SDK allows you to group related operations together using the @with_langtrace_root_span
decorator for Python or WithLangTraceRootSpan
for Typescript.
with_langtrace_root_span
decorator (Python) or WithLangTraceRootSpan
(Typescript) function. Example below:
withLangTraceRootSpan
function or @with_langtrace_root_span
decorator.