Skip to content

Commit ed9a345

Browse files
authored
Disable PHP profiling by default (#12785)
1 parent fa6bc25 commit ed9a345

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

docs/platforms/php/index.mdx

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,18 @@ categories:
2020

2121
<OnboardingOptionButtons
2222
options={[
23-
'error-monitoring',
24-
'performance',
25-
'profiling',
23+
{
24+
id: 'error-monitoring',
25+
checked: true,
26+
},
27+
{
28+
id: 'performance',
29+
checked: true,
30+
},
31+
{
32+
id: 'profiling',
33+
checked: false,
34+
},
2635
]}
2736
/>
2837

0 commit comments

Comments
 (0)