diff --git a/thirdparty/super_logging/lib/super_logging.dart b/thirdparty/super_logging/lib/super_logging.dart index 0d675dccb..5ab8497a5 100644 --- a/thirdparty/super_logging/lib/super_logging.dart +++ b/thirdparty/super_logging/lib/super_logging.dart @@ -261,7 +261,7 @@ class SuperLogging { static late bool sentryIsEnabled; static Future setupSentry() async { - await for (final error in sentryQueueControl.stream) { + await for (final error in sentryQueueControl.stream.asBroadcastStream()) { try { Sentry.captureException( error,