Expected Behavior
Unexpected error on Timeout when calling Amplitude logEvent.
Current Behavior
at Timeout._onTimeout (/workspace/node_modules/@amplitude/utils/dist/src/queue.js:67:48)
at ontimeout (timers.js:436:11)
at tryOnTimeout (timers.js:300:5)
at listOnTimeout (timers.js:263:5)
at Timer.processTimers (timers.js:223:10)
Possible Solution
Didn't happen in previous SDKs. Looks like there were some recent code changes to that queue.js file.
Steps to Reproduce
Happens occasionally on calls to logEvent.
Environment
- SDK Version: 1.5.3
- Node version: 10
Expected Behavior
Unexpected error on Timeout when calling Amplitude logEvent.
Current Behavior
Possible Solution
Didn't happen in previous SDKs. Looks like there were some recent code changes to that queue.js file.
Steps to Reproduce
Happens occasionally on calls to logEvent.
Environment