Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update CakePHP & CodeIgniter support #22569

Merged
merged 1 commit into from
Apr 9, 2024
Merged
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
5 changes: 2 additions & 3 deletions content/en/tracing/trace_collection/compatibility/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@ The following table enumerates some of the frameworks and versions Datadog succe

| Module | Versions | Support Type | Instrumentation level |
|:---------------|:----------------------------------------|:---------------------------|:--------------------------------|
| CakePHP | 2.x | All supported PHP versions | Framework-level instrumentation |
| CodeIgniter | 2.x | PHP 7+ | Framework-level instrumentation |
| CodeIgniter | 3.x | PHP 7+ | Generic web tracing |
| CakePHP | 2.x, 3.x, 4.x, 5.x | All supported PHP versions | Framework-level instrumentation |
| CodeIgniter | 2.x, 3.x | PHP 7+ | Framework-level instrumentation |
| Drupal | | All supported PHP versions | Framework-level instrumentation |
| FuelPHP | 1.1 | PHP 7+ | Generic web tracing |
| Laminas | | All supported PHP versions | Framework-level instrumentation |
Expand Down
Loading