Skip to content

Commit 230bf22

Browse files
constantiniuscoolguyzone
authored andcommitted
Update docs/platforms/python/integrations/pydantic-ai/index.mdx
Co-authored-by: Alex Krawiec <alex.krawiec@sentry.io>
1 parent 699e313 commit 230bf22

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/python/integrations/pydantic-ai

1 file changed

+1
-1
lines changed

docs/platforms/python/integrations/pydantic-ai/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Data on the following will be collected:
220220
- LLM models usage
221221
- model settings (temperature, max_tokens, etc.)
222222

223-
Sentry considers LLM and tool inputs/outputs as PII and doesn't include PII data by default. If you want to include the data, set `send_default_pii=True` in the `sentry_sdk.init()` call. To explicitly exclude prompts and outputs despite `send_default_pii=True`, configure the integration with `include_prompts=False` as shown in the [Options section](#options) below.
223+
Sentry considers LLM and tool inputs/outputs as PII and doesn't include PII data by default. If you want to include the data, set `send_default_pii=True` in the `sentry_sdk.init()` call. To explicitly exclude prompts and outputs despite `send_default_pii=True`, configure the integration with `include_prompts=False` as shown in the Options section below.
224224

225225
## Options
226226

0 commit comments

Comments
 (0)