Using the following config, it seems like Sentry is still sending bug reports: ```kotlin clog.initWith(isDebug = BuildConfig.DEBUG, fileWritePath = externalCacheDir) if (!BuildConfig.DEBUG) { clog.config.logLevel = LogLevelPreset.Release } ```