diff --git a/docs/platforms/python/integrations/openai/index.mdx b/docs/platforms/python/integrations/openai/index.mdx index b252583156995..df3b3b859d26d 100644 --- a/docs/platforms/python/integrations/openai/index.mdx +++ b/docs/platforms/python/integrations/openai/index.mdx @@ -9,6 +9,12 @@ Once you've installed this SDK, you can use Sentry AI Agents Monitoring, a Sentr Sentry AI Monitoring will automatically collect information about prompts, tools, tokens, and models. Learn more about the [AI Agents Dashboard](/product/insights/ai/agents). + + +AI frameworks are moving fast, and so are our integrations. To get the most out of our AI Agents Monitoring dashboard, use Python SDK version 2.41.0 or later. + + + ## Install Install `sentry-sdk` from PyPI with the `openai` extra: @@ -112,3 +118,4 @@ You can pass the following keyword arguments to `OpenAIIntegration()`: - OpenAI: 1.0+ - tiktoken: 0.6.0+ - Python: 3.9+ +- Sentry Python SDK 2.41.0+