We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98bcdc commit a926737Copy full SHA for a926737
CHANGELOG
@@ -1,6 +1,10 @@
1
CHANGELOG
2
=========
3
4
+* v2.5.10 (2025-11-21)
5
+
6
+ - Internal releasing changes
7
8
* v2.5.9 (2025-10-15)
9
10
- Prevent committing debug code
src/Blackfire/Client.php
@@ -28,7 +28,7 @@ class Client
28
{
29
const MAX_RETRY = 60;
30
const NO_REFERENCE_ID = '00000000-0000-0000-0000-000000000000';
31
- const VERSION = '2.5.9';
+ const VERSION = '2.5.10';
32
33
private $config;
34
private $collabTokens;
0 commit comments