diff --git a/ios/Sources/Parra/Sessions/Logger/Types/ParraLoggerEnvironment.swift b/ios/Sources/Parra/Sessions/Logger/Types/ParraLoggerEnvironment.swift index f4149bb5..5faccf34 100644 --- a/ios/Sources/Parra/Sessions/Logger/Types/ParraLoggerEnvironment.swift +++ b/ios/Sources/Parra/Sessions/Logger/Types/ParraLoggerEnvironment.swift @@ -56,7 +56,7 @@ public enum ParraLoggerEnvironment { #else // Normally this is always false, but on the Parra Demo app, logs // should also be sent to the console to be displayed on screen - return AppEnvironment.isParraDemoBeta + return ParraAppEnvironment.isParraDemoBeta #endif } }