We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f04c21 commit 694f3aaCopy full SHA for 694f3aa
packages/node/README.md
@@ -110,3 +110,5 @@ console.log(unflushedEvents) // all events that came in after closeAndFlush was
110
analytics.on('error', (err) => console.error(err))
111
112
// subscribe to a specific event
113
+analytics.on('track', (ctx) => console.log(ctx))
114
+```
0 commit comments