We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c01f42 commit edb6286Copy full SHA for edb6286
static/app/gettingStartedDocs/python/python.tsx
@@ -746,6 +746,8 @@ sentry_sdk.init(
746
code: `
747
import sentry_sdk
748
from sentry_sdk.integrations.pydantic_ai import PydanticAiIntegration
749
+from sentry_sdk.integrations.openai import OpenAIIntegration
750
+
751
752
sentry_sdk.init(
753
dsn="${params.dsn.public}",
0 commit comments