Skip to content

Commit e40e843

Browse files
authored
docs: state using function qualified name instead of name (#65)
1 parent a87501f commit e40e843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openllmetry/tracing/annotations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The function will be called with the `this` parameter and the arguments of the d
8989
(see [example](https://github.com/traceloop/openllmetry-js/blob/2178f1c5161218ffc7938bfe17fc1ced8190357c/packages/sample-app/src/sample_decorators.ts#L26)).
9090

9191
<Tip>
92-
The name is optional. If you don't provide it, we will use the function name
92+
The name is optional. If you don't provide it, we will use the function qualified name
9393
as the workflow or task name.
9494
</Tip>
9595

0 commit comments

Comments
 (0)