Skip to content

Commit 1f38ed8

Browse files
authored
fix(onboarding): update outdated tracing setup instructions for python (#89584)
1 parent de38201 commit 1f38ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/gettingStartedDocs/python/python.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ export const performanceOnboarding: OnboardingConfig = {
288288
configurations: [
289289
{
290290
description: tct(
291-
"Once this is done, Sentry's Python SDK captures all unhandled exceptions and transactions. Note that [code:enable_tracing] is available in Sentry Python SDK version [code:≥ 1.16.0]. To enable tracing in older SDK versions ([code:≥ 0.11.2]), use [code:traces_sample_rate=1.0].",
291+
"Once this is done, Sentry's Python SDK captures all unhandled exceptions and transactions. To enable tracing, use [code:traces_sample_rate=1.0] in the sentry_sdk.init() call.",
292292
{code: <code />}
293293
),
294294
language: 'python',

0 commit comments

Comments
 (0)