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 b470e90 commit 1ba28d6Copy full SHA for 1ba28d6
static/app/gettingStartedDocs/python/python.tsx
@@ -465,6 +465,7 @@ from sentry_sdk.integrations.openai_agents import OpenAIAgentsIntegration
465
466
sentry_sdk.init(
467
dsn="${params.dsn.public}",
468
+ traces_sample_rate=1.0,
469
# Add data like inputs and responses to/from LLMs and tools;
470
# see https://docs.sentry.io/platforms/python/data-management/data-collected/ for more info
471
send_default_pii=True,
0 commit comments