Skip to content
Open
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
9 changes: 1 addition & 8 deletions static/app/gettingStartedDocs/python/agentMonitoring.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@ sentry_sdk.init(
# Add data like inputs and responses to/from LLMs and tools;
# see https://docs.sentry.io/platforms/python/data-management/data-collected/ for more info
send_default_pii=True,
# Disable OpenAI integration for correct token accounting
disabled_integrations=[OpenAIIntegration()],

)`,
},
{
Expand Down Expand Up @@ -234,8 +233,6 @@ sentry_sdk.init(
# Add data like inputs and responses to/from LLMs and tools;
# see https://docs.sentry.io/platforms/python/data-management/data-collected/ for more info
send_default_pii=True,
# Disable OpenAI integration for correct token accounting
disabled_integrations=[OpenAIIntegration()],
)`,
},
{
Expand Down Expand Up @@ -279,8 +276,6 @@ sentry_sdk.init(
integrations=[
LiteLLMIntegration(),
],
# Disable OpenAI integration for correct token accounting
disabled_integrations=[OpenAIIntegration()],
)`,
},
{
Expand Down Expand Up @@ -356,8 +351,6 @@ sentry_sdk.init(
integrations=[
PydanticAIIntegration(),
],
# Disable OpenAI integration for correct token accounting
disabled_integrations=[OpenAIIntegration()],
)`,
},
{
Expand Down
Loading