Skip to content

Commit 024d1b7

Browse files
authored
Merge pull request #383 from UiPath/fix/docs_traced
feat(docs): fix tracing imports
2 parents c0057db + 6275ac2 commit 024d1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/traced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can view the traces of an Orchestrator job by going to the Jobs page, click
99
Apply the `@traced()` decorator to any function (sync, async, generator, or async generator) to automatically record its execution as a trace span.
1010

1111
```python hl_lines="3 7"
12-
from uipath.tracing._traced import traced
12+
from uipath.tracing import traced
1313

1414
@traced()
1515
def my_function(x, y):

0 commit comments

Comments
 (0)