This repository was archived by the owner on Apr 28, 2022. It is now read-only.

Description
Having same issue as this person here . In short: Segment requests are async and Safari does not wait for async requests when unloading the page, so we lose events about our users. Only workaround is the Beacon API which is not supported by all browsers yet.
Has anyone else encountered this issue?