Remove event cache feature flag (#4719)

This commit is contained in:
Jorge Martin Espinosa 2025-05-15 09:42:18 +02:00 committed by GitHub
parent 49b885579f
commit 9f39ad885b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 8 additions and 16 deletions

View file

@ -147,13 +147,6 @@ enum class FeatureFlags(
defaultValue = { true },
isFinished = false,
),
EventCache(
key = "feature.event_cache",
title = "Use SDK Event cache",
description = "Warning: you must kill and restart the app for the change to take effect.",
defaultValue = { true },
isFinished = false,
),
PrintLogsToLogcat(
key = "feature.print_logs_to_logcat",
title = "Print logs to logcat",