diff --git a/src/utils/appsFlyer.ts b/src/utils/appsFlyer.ts index 267261aa3..985fd56d0 100644 --- a/src/utils/appsFlyer.ts +++ b/src/utils/appsFlyer.ts @@ -153,7 +153,7 @@ export const AppsFlyerWrapper = (() => { } try { - AppsFlyer.logEvent(eventName, eventValues ?? {}); + await AppsFlyer.logEvent(eventName, eventValues ?? {}); } catch (err) { const errMsg = err instanceof Error ? err.message : JSON.stringify(err);