DavidWells / analytics

Lightweight analytics abstraction layer for tracking page views, custom events, & identifying visitors
https://getanalytics.io
MIT License
2.38k stars 240 forks source link

Return dispatch promise from storage, so it can get awaited #439

Open BraunreutherA opened 1 month ago

BraunreutherA commented 1 month ago

As explained in this issue, the storage operations cannot get awaited. This leads to bad control flow.