Skip to content

Commit 1ba28d6

Browse files
authored
feat(agent-monitoring): Add tracing=1 to instructions (#96511)
1 parent b470e90 commit 1ba28d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/gettingStartedDocs/python/python.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ from sentry_sdk.integrations.openai_agents import OpenAIAgentsIntegration
465465
466466
sentry_sdk.init(
467467
dsn="${params.dsn.public}",
468+
traces_sample_rate=1.0,
468469
# Add data like inputs and responses to/from LLMs and tools;
469470
# see https://docs.sentry.io/platforms/python/data-management/data-collected/ for more info
470471
send_default_pii=True,

0 commit comments

Comments
 (0)