Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/platforms/python/integrations/pydantic-ai/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,13 @@ You can pass the following keyword arguments to `PydanticAIIntegration()`:

The default is `True`.

- `handled_tool_call_exceptions`:

Option to capture tool call exceptions that Pydantic AI prevents from bubbling up. These include validation errors when an agent is configured to
retry tool calls. All additional tool call exceptions reported when this option is `True` are handled errors in Sentry. This option has no effect on exceptions that are not handled by Pydantic AI.

The default is `True`.

## Supported Versions

- Pydantic AI: 1.0.0+
Expand Down
Loading