From d277b8863be405ca581a826ac4a559896a7e445b Mon Sep 17 00:00:00 2001 From: Florian Engelhardt Date: Thu, 6 Nov 2025 15:33:31 +0100 Subject: [PATCH 1/2] add sci to php profiling docs --- content/en/integrations/guide/source-code-integration.md | 4 ++-- content/en/profiler/enabling/php.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/en/integrations/guide/source-code-integration.md b/content/en/integrations/guide/source-code-integration.md index f34b8ee5a4d7f..9caff2bb03e11 100644 --- a/content/en/integrations/guide/source-code-integration.md +++ b/content/en/integrations/guide/source-code-integration.md @@ -426,7 +426,7 @@ If you are using a host, configure your application with `DD_GIT_*` environment {{% /tab %}} {{% tab "PHP" %}} -
The PHP client library version 1.2.0 or later is required.
+
The PHP client library version 1.13.0 or later is required (or version 1.2.0 or later if you are using tracing only without profiling).
#### Containers @@ -594,7 +594,7 @@ For more information, see the [Dynamic Instrumentation documentation][102]. PR comments are not supported in pull requests in public repositories, or on pull requests targeting a destination branch in a different repository from the source branch (that is, forked repositories trying to merge into the main repository). -PR comments are automated comments added by Datadog's [source code management integrations][10] to inform developers of issues detected in their code changes and, in certain cases, suggest remediation. +PR comments are automated comments added by Datadog's [source code management integrations][10] to inform developers of issues detected in their code changes and, in certain cases, suggest remediation. There is a maximum of 31 unique comments per PR at any time to reduce noise and clutter. These comments include: * One summary comment is always posted to give a high-level view of all the issues Datadog detected in the PR. This comment is edited by Datadog as new commits pushed to the PR change the results. diff --git a/content/en/profiler/enabling/php.md b/content/en/profiler/enabling/php.md index 47bbc5e7e3d01..62a2199911f39 100644 --- a/content/en/profiler/enabling/php.md +++ b/content/en/profiler/enabling/php.md @@ -59,6 +59,7 @@ The following profiling features are available in the following minimum versions | [Trace to Profiling integration][12] | 0.89.0+ | | [Endpoint Profiling][13] | 0.79.0+ | | [Timeline][15] | 0.98.0+ | +| [Source Code Integration][16] | 1.13.0+ | Continuous Profiler is not supported on some serverless platforms, such as AWS Lambda. @@ -128,3 +129,4 @@ The [Getting Started with Profiler][6] guide takes a sample service with a perfo [13]: /profiler/connect_traces_and_profiles/#break-down-code-performance-by-api-endpoints [14]: /profiler/enabling/supported_versions/ [15]: /profiler/profile_visualizations/#timeline-view +[16]: /integrations/guide/source-code-integration/?tab=php From ce196364a247c89452085645faba55b30ffe5440 Mon Sep 17 00:00:00 2001 From: Florian Engelhardt Date: Fri, 7 Nov 2025 10:31:23 +0100 Subject: [PATCH 2/2] Update content/en/integrations/guide/source-code-integration.md Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com> --- content/en/integrations/guide/source-code-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/integrations/guide/source-code-integration.md b/content/en/integrations/guide/source-code-integration.md index 9caff2bb03e11..46eb76e800ce1 100644 --- a/content/en/integrations/guide/source-code-integration.md +++ b/content/en/integrations/guide/source-code-integration.md @@ -426,7 +426,7 @@ If you are using a host, configure your application with `DD_GIT_*` environment {{% /tab %}} {{% tab "PHP" %}} -
The PHP client library version 1.13.0 or later is required (or version 1.2.0 or later if you are using tracing only without profiling).
+
PHP client library version 1.13.0 or later is required, or 1.2.0 or later if using tracing only without profiling.
#### Containers