DavidWells / analytics

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

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

Open BraunreutherA opened 6 months ago

BraunreutherA commented 6 months ago

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