Skip to content

Commit 4414cd7

Browse files
fix(ai-agents): Remove outdated size limits (#16315)
1 parent 39621f2 commit 4414cd7

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

develop-docs/sdk/telemetry/traces/modules/ai-agents.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,3 @@ Some attributes are common to all AI Agents spans:
237237
| `"openai"` | OpenAI |
238238
| `"perplexity"` | Perplexity |
239239
| `"xai"` | xAI |
240-
241-
## Size Limits
242-
243-
In addition to the [general size limits](https://docs.sentry.io/concepts/data-management/size-limits/) for events, spans, and attachments, there are specific size limits for AI integrations:
244-
245-
- Input messages in AI integrations recorded in the span attribute `gen_ai.input.messages` (or the deprecated `gen_ai.request.messages`) are limited to 20kB per span. Messages are trimmed and truncated if they exceed the limit, retaining the most recent messages.

0 commit comments

Comments
 (0)