From cfee9fb8f2b20147bc73d2f182e55ac8e64f6d9e Mon Sep 17 00:00:00 2001 From: Alexander Alderman Webb Date: Tue, 24 Feb 2026 13:13:07 +0100 Subject: [PATCH] Revert "ref(ai-agents-sdks): Add agent workflow span (#16543)" This reverts commit 7161ecade7a5e969d8f6cd3793b4008b816012b1. --- develop-docs/sdk/telemetry/traces/modules/ai-agents.mdx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/develop-docs/sdk/telemetry/traces/modules/ai-agents.mdx b/develop-docs/sdk/telemetry/traces/modules/ai-agents.mdx index ba1d36762151b..724b8b6070629 100644 --- a/develop-docs/sdk/telemetry/traces/modules/ai-agents.mdx +++ b/develop-docs/sdk/telemetry/traces/modules/ai-agents.mdx @@ -17,12 +17,6 @@ Sentry Conventions is the single source of truth. -## Agent Workflow Span - -Describes an AI workflow that can include multiple agent invocations. The workflow span is the parent of agents that handoff work to each other. - -- Span `op` SHOULD be `"gen_ai.workflow"` - ## Create Agent Span Describes AI agent invocation.