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 91e128d commit 30d2fc7Copy full SHA for 30d2fc7
1 file changed
src/ClientReport/ClientReportAggregator.php
@@ -68,7 +68,7 @@ public function flush(): void
68
// can be sent on the next flush, or it gets discarded anyway.
69
if (HubAdapter::getInstance()->captureEvent($event) !== null) {
70
$this->reports = [];
71
- };
+ }
72
}
73
74
public static function getInstance(): self
0 commit comments