File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2525 "require" : {
2626 "php" : " ^7.2 | ^8.0" ,
2727 "illuminate/support" : " ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0 | ^12.0" ,
28- "sentry/sentry" : " ^4.18 .0" ,
28+ "sentry/sentry" : " ^4.19 .0" ,
2929 "symfony/psr-http-message-bridge" : " ^1.0 | ^2.0 | ^6.0 | ^7.0" ,
3030 "nyholm/psr7" : " ^1.0"
3131 },
Original file line number Diff line number Diff line change 99use Sentry \ExceptionMechanism ;
1010use Sentry \Laravel \Integration \ModelViolations as ModelViolationReports ;
1111use Sentry \Logs \Logs ;
12+ use Sentry \Metrics \TraceMetrics ;
1213use Sentry \SentrySdk ;
1314use Sentry \Tracing \TransactionSource ;
1415use Throwable ;
@@ -123,6 +124,7 @@ public static function flushEvents(): void
123124 $ client ->flush ();
124125
125126 Logs::getInstance ()->flush ();
127+ TraceMetrics::getInstance ()->flush ();
126128 }
127129 }
128130
You can’t perform that action at this time.
0 commit comments