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 6260465 commit e6665c2Copy full SHA for e6665c2
docs/platforms/python/index.mdx
@@ -10,6 +10,7 @@ categories:
10
- serverless
11
---
12
13
+<PlatformContent includePath="llm-steering" />
14
15
<PlatformContent includePath="getting-started-prerequisites" />
16
@@ -23,7 +24,7 @@ Select which Sentry features you'd like to configure to get the corresponding se
23
24
25
<OnboardingOptionButtons
26
options={[
- {id: "error-monitoring", checked: true},
27
+ {id: "error-monitoring", checked: true, disabled: true},
28
{id: "performance", checked: true},
29
{id: "logs", checked: true},
30
]}
0 commit comments