TF-4136 Apply early exit to prevent string operation in log
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user