fix: correct SentryStreamHandler to log Error and Crit
The constants are actually defined in the reverse order of their severity. The prior behavior would log everything _but_ log.LvlCrit.
Showing
Please register or sign in to comment
The constants are actually defined in the reverse order of their severity. The prior behavior would log everything _but_ log.LvlCrit.