filecoin-station / core

Station is a visionary network that connects your computer's idle resources to the Filecoin network and rewards you with FIL
https://filstation.app
Other
27 stars 8 forks source link

Don't report to Sentry when a module was restarted due to inactivity #599

Open sentry-io[bot] opened 2 weeks ago

sentry-io[bot] commented 2 weeks ago

Sentry Issue: STATION-CORE-BTM

AbortError: This operation was aborted
  File "C:/Users/leise/AppData/Local/Programs/Filecoin%20Station/resources/core/lib/zinnia.js", line 283, in Timeout.?

IIUC, this error is triggered when we detect that a module was inactive for 5 minutes. This error is not actionable; I argue we should not report it to Sentry at all.

bajtos commented 2 weeks ago

The relevant source code:

https://github.com/filecoin-station/core/blob/0cf76350941dbaf0d37f9fb8f622f2dea1ad0e3f/lib/zinnia.js#L275-L287