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
Hi, team! We infrequently receive an error, maybe ~1-5% of the time:
Error: Cannot read properties of undefined (reading 'replace')
There's only 3 places in the codebase that call .replace, and I suspect it's the call to getLatestInfo sometimes having a transient error. I think it probably needs a retry, or at least some slightly better error-handling and logging. I can take a stab at it if I have some free cycles next week. Thoughts?
The text was updated successfully, but these errors were encountered:
Hi, team! We infrequently receive an error, maybe ~1-5% of the time:
There's only 3 places in the codebase that call
.replace
, and I suspect it's the call to getLatestInfo sometimes having a transient error. I think it probably needs a retry, or at least some slightly better error-handling and logging. I can take a stab at it if I have some free cycles next week. Thoughts?The text was updated successfully, but these errors were encountered: