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.
2 parents c0057db + 6275ac2 commit 024d1b7Copy full SHA for 024d1b7
docs/core/traced.md
@@ -9,7 +9,7 @@ You can view the traces of an Orchestrator job by going to the Jobs page, click
9
Apply the `@traced()` decorator to any function (sync, async, generator, or async generator) to automatically record its execution as a trace span.
10
11
```python hl_lines="3 7"
12
-from uipath.tracing._traced import traced
+from uipath.tracing import traced
13
14
@traced()
15
def my_function(x, y):
0 commit comments