diff --git a/lib/core/error-reporting/super_logging.dart b/lib/core/error-reporting/super_logging.dart index 94bd638a9eb312d31418bf9900baad4f45b3df27..fe5d29ff5422479d58a7ad234cbff82b63bb87ee 100644 --- a/lib/core/error-reporting/super_logging.dart +++ b/lib/core/error-reporting/super_logging.dart @@ -176,7 +176,7 @@ class SuperLogging { if (config.body == null) return; - if (enable) { + if (enable && sentryIsEnabled) { await SentryFlutter.init( (options) { options.dsn = config.sentryDsn;