Skip to content

Commit ec4ee52

Browse files
set function id
1 parent df5a72f commit ec4ee52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/langchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ def on_tool_start(
644644
run_name = kwargs.get("name")
645645
if run_name:
646646
span.set_data(
647-
SPANDATA.GEN_AI_PIPELINE_NAME,
647+
SPANDATA.GEN_AI_FUNCTION_ID,
648648
run_name,
649649
)
650650

0 commit comments

Comments
 (0)