Skip to content

Commit 0fbdb10

Browse files
committed
remove gen_ai.run & gen_ai.pipeline
1 parent 1b6ed45 commit 0fbdb10

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sentry_sdk/consts.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -807,9 +807,7 @@ class OP:
807807
GEN_AI_EXECUTE_TOOL = "gen_ai.execute_tool"
808808
GEN_AI_HANDOFF = "gen_ai.handoff"
809809
GEN_AI_INVOKE_AGENT = "gen_ai.invoke_agent"
810-
GEN_AI_PIPELINE = "gen_ai.pipeline"
811810
GEN_AI_RESPONSES = "gen_ai.responses"
812-
GEN_AI_RUN = "gen_ai.run"
813811
GRAPHQL_EXECUTE = "graphql.execute"
814812
GRAPHQL_MUTATION = "graphql.mutation"
815813
GRAPHQL_PARSE = "graphql.parse"

0 commit comments

Comments
 (0)