TF-4136 Apply early exit to prevent string operation in log

This commit is contained in:
dab246
2026-01-02 13:28:31 +07:00
committed by Dat H. Pham
parent 95534e28e0
commit fedb8fed93
23 changed files with 296 additions and 210 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ class SentryConfig {
throw Exception('Sentry configuration is missing');
}
final appVersion = await ApplicationManager().getVersion();
final appVersion = await ApplicationManager().getAppVersion();
return SentryConfig(
dsn: sentryDSN,