analytics-node icon indicating copy to clipboard operation
analytics-node copied to clipboard

The hassle-free way to integrate analytics into any node application.

Results 13 analytics-node issues
Sort by recently updated
recently updated
newest added

Browser library has a handy feature that allows using middleware functions. https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/middleware/

We are hoping to dispatch backend events from Shopify's Hydrogen framework, which is deployed in Web Workers. Do you all have any plans to add a source that's compatible with...

`flush` does not guarantee that all inflight messages are sent before calling the given callback. Instead, `flush` simply sends a batch of queued messages and waits for only that batch's...

Hey team! I wanted to raise a discussion on two areas where the client could improve in its performance. ### Message ID Generation The current method of generating a `messageId`...

improvement

Bumps [snyk](https://github.com/snyk/snyk) from 1.171.1 to 1.996.0. Release notes Sourced from snyk's releases. v1.996.0 1.996.0 (2022-09-01) Bug Fixes bump golang plugin version (8893f81) Features add --var-file support (537372d) v1.995.0 1.995.0 (2022-08-31)...

dependencies

Small performance tweak. Instead of calling `JSON.stringify()` on the entire queue of messages every time we enqueue a message, analytics-node will now keep a running tally of the queue size,...

We just had a major issue in production, causing some of our customers to not be able to access our application, due to a faulty segment tracking call, which failed...

I get the following error in Dependabot to resolve a security alert for axios: ### Axios Cross-Site Request Forgery Vulnerability ``` Dependabot cannot update axios to a non-vulnerable version The...

Package version is latest: `"@segment/analytics-node": "^1.1.3"`. The segment node package fails to send events when any of the `properties` attributes are of the `bigint` type. There's no type error, and...