diff --git a/content/en/integrations/guide/source-code-integration.md b/content/en/integrations/guide/source-code-integration.md index f34b8ee5a4d7f..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.2.0 or later is required.
+
PHP client library version 1.13.0 or later is required, or 1.2.0 or later if 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