TF-4136 Fix DeviceInfoPlugin is instantiated on every access.

This commit is contained in:
dab246
2026-01-12 11:19:34 +07:00
committed by Dat H. Pham
parent 72e4343398
commit 6601a48984
2 changed files with 5 additions and 1 deletions
@@ -17,6 +17,7 @@ class SentryInitializer {
'bearer',
'session',
'password',
'token',
];
static Future<bool> init(FutureOr<void> Function() appRunner) async {