diff --git a/lib/core/error-reporting/super_logging.dart b/lib/core/error-reporting/super_logging.dart index 94bd638a9..fe5d29ff5 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;