-
Double check that you've followed all the steps in the Quickstart.
-
Make sure that you're calling a Segment API method once the library is successfully installed—
identify
,track
, etc. -
Make sure your application isn't shutting down before the
Analytics.Client
local queue events are pushed to Segment. You can manually callAnalytics.Client.Flush()
to ensure the queue is fully processed before shutdown.