From 33eb51eea0229d09b48eda8a9c209a63772179f7 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Thu, 20 Feb 2025 13:59:13 +0100 Subject: [PATCH 1/2] Disable PHP profiling by default --- docs/platforms/php/index.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/platforms/php/index.mdx b/docs/platforms/php/index.mdx index 973fe6f94a3dad..9fb3df004532ff 100644 --- a/docs/platforms/php/index.mdx +++ b/docs/platforms/php/index.mdx @@ -22,7 +22,9 @@ categories: options={[ 'error-monitoring', 'performance', - 'profiling', + 'profiling': { + checked: false, + }, ]} /> From ed39f8ddf5dfd846dbd0ad43f6dcc81323ce60e1 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Thu, 20 Feb 2025 14:12:13 +0100 Subject: [PATCH 2/2] wip --- docs/platforms/php/index.mdx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/platforms/php/index.mdx b/docs/platforms/php/index.mdx index 9fb3df004532ff..1d149bbc7ffc9d 100644 --- a/docs/platforms/php/index.mdx +++ b/docs/platforms/php/index.mdx @@ -20,9 +20,16 @@ categories: