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
We should try our best to eliminate panics in the sentinel library. The errors should be propagated to the user or written into logs, instead of simply generating a fatal panic silently.
The text was updated successfully, but these errors were encountered:
@Millione Yes sentinel should avoid these unwrap by throwing out the errors to the API caller. But currently it just panic silently. You can submit a PR if you are interested, thanks :)
We should try our best to eliminate panics in the
sentinel
library. The errors should be propagated to the user or written into logs, instead of simply generating a fatal panic silently.The text was updated successfully, but these errors were encountered: