TF-4136 Move Sentry duplication guard, but keep interceptor ordering last (not first)

This commit is contained in:
dab246
2026-01-12 10:04:33 +07:00
committed by Dat H. Pham
parent 1514136f39
commit 944029d16c
7 changed files with 27 additions and 7 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ class ApplicationManager {
log('ApplicationManager:getAppVersion -> cached: $version');
return version;
} catch (e) {
logWarning('ApplicationManager:getAppVersion failedd, Exception = $e');
logWarning('ApplicationManager:getAppVersion failed, Exception = $e');
return '';
}
}