Skip to content

Commit 0cca490

Browse files
missing import
1 parent 27af905 commit 0cca490

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

static/app/gettingStartedDocs/python/python/metrics.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ export const metrics = ({
7171
{
7272
type: 'code',
7373
language: 'python',
74-
code: `from sentry_sdk import metrics
74+
code: `import sentry_sdk
75+
from sentry_sdk import metrics
7576
7677
sentry_sdk.init(
7778
dsn="${params.dsn.public}",

0 commit comments

Comments
 (0)