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 95ec5c9 commit aba83d1Copy full SHA for aba83d1
1 file changed
src/uipath_llamaindex/_cli/cli_run.py
@@ -68,11 +68,11 @@ async def execute():
68
UiPathLlamaIndexRuntime, UiPathLlamaIndexRuntimeContext
69
)
70
71
- if context.job_id:
72
- runtime_factory.add_span_exporter(LlamaIndexExporter())
73
runtime_factory.tracer_provider.add_span_processor(
74
AttributeNormalizingSpanProcessor()
75
+ if context.job_id:
+ runtime_factory.add_span_exporter(LlamaIndexExporter())
76
77
runtime_factory.add_instrumentor(LlamaIndexInstrumentor, get_current_span)
78
0 commit comments