Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en/integrations/guide/source-code-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ If you are using a host, configure your application with `DD_GIT_*` environment
{{% /tab %}}
{{% tab "PHP" %}}

<div class="alert alert-info">The PHP client library version 1.2.0 or later is required.</div>
<div class="alert alert-info">PHP client library version 1.13.0 or later is required, or 1.2.0 or later if using tracing only without profiling.</div>

#### Containers

Expand Down Expand Up @@ -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).
</div>

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.
Expand Down
2 changes: 2 additions & 0 deletions content/en/profiler/enabling/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Loading