Skip to content

Commit 2690140

Browse files
authored
Remove emitting of Metrics (#951)
1 parent 8550265 commit 2690140

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Sentry/Laravel/Integration.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public static function setTransaction(?string $transaction): void
109109
}
110110

111111
/**
112-
* Block until all events are processed by the PHP SDK client. Also flushes metrics.
112+
* Block until all events are processed by the PHP SDK client.
113113
*
114114
* @internal This is not part of the public API and is here temporarily until
115115
* the underlying issue can be resolved, this method will be removed.
@@ -121,8 +121,6 @@ public static function flushEvents(): void
121121
if ($client !== null) {
122122
$client->flush();
123123
}
124-
125-
metrics()->flush();
126124
}
127125

128126
/**

0 commit comments

Comments
 (0)