Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 837 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 837 Bytes

analytics-async

An ASYNC Node.js client for Segment — The hassle-free way to integrate analytics into any application.

BETA SOFTWARE NOTICE this library is still in beta.

You can't fix what you can't measure

And the analytics-node library will drop your api calls in some situations.

How is this different from

This library is intended to be a drop-in replacement for the Segment.io library analytics-node

Except: each of the calls (track, identify, etc) return promises that you can await if you wish to ensure the message is delivered before you exit your lambda.