You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@tfang17 we released v1.5.4 earlier this week with fixes to the timeout logic. When you have a chance, upgrade to that version and let me know if you're still seeing timeout issues
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
The text was updated successfully, but these errors were encountered: