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 8550265 commit 2690140Copy full SHA for 2690140
src/Sentry/Laravel/Integration.php
@@ -109,7 +109,7 @@ public static function setTransaction(?string $transaction): void
109
}
110
111
/**
112
- * Block until all events are processed by the PHP SDK client. Also flushes metrics.
+ * Block until all events are processed by the PHP SDK client.
113
*
114
* @internal This is not part of the public API and is here temporarily until
115
* the underlying issue can be resolved, this method will be removed.
@@ -121,8 +121,6 @@ public static function flushEvents(): void
121
if ($client !== null) {
122
$client->flush();
123
124
-
125
- metrics()->flush();
126
127
128
0 commit comments