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 3a2d5ac commit a666590Copy full SHA for a666590
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+5.0.1
2
+
3
+- fixed performance issues related to collecting stack traces for Eloquent models actions (reported by mstaack, thanks!)
4
+- fixed collecting database and unsupported Laravel notifications (implemented by YannikFirre, thanks!)
5
+- fixed log and timeline sorting leading to invalid metadata format
6
+- updated Clockwork App (5.0.1)
7
8
5.0
9
10
- added collecting of client-metrics and web-vitals
Clockwork/Clockwork.php
@@ -10,7 +10,7 @@
class Clockwork
11
{
12
// Clockwork library version
13
- const VERSION = '5.0.0';
+ const VERSION = '5.0.1';
14
15
// Array of data sources, these objects collect metadata for the current application run
16
protected $dataSources = [];
0 commit comments