Skip to content

Commit cecb0db

Browse files
committed
v1.0.1
1 parent ac40b8d commit cecb0db

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ This package is a thin adapter over [`perfbase/php-sdk`](https://packagist.org/p
2424
- HTTP requests on CakePHP `4.4+` and `5.x`
2525
- CakePHP 5 console commands through command lifecycle events
2626
- CakePHP 4 console commands when they extend `ProfiledCommand`
27-
- Manual custom spans through the shared SDK client if your application resolves and uses it directly
2827

2928
Out of scope in `v1`:
3029

@@ -41,6 +40,8 @@ Out of scope in `v1`:
4140

4241
The package fails open when the extension is unavailable. Your CakePHP application keeps running, but no Perfbase trace data is collected until the extension is installed and loaded.
4342

43+
If your application wants manual custom spans outside the automatic HTTP and console integration, depend on and use [`perfbase/php-sdk`](https://packagist.org/packages/perfbase/php-sdk) directly. This package does not add a separate Cake-specific manual tracing API.
44+
4445
## Installation
4546

4647
Install the package from Packagist:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
],
2424
"require": {
25-
"php": ">=8.1 <8.6",
25+
"php": ">=7.4 <8.6",
2626
"ext-json": "*",
2727
"cakephp/cakephp": "^4.4 || ^5.0",
2828
"perfbase/php-sdk": "^1.0"

0 commit comments

Comments
 (0)