Enumeration: Severity

sentry.Severity

Deprecated

Please use a SeverityLevel string instead of the Severity enum. Acceptable values are ‘fatal’, ’error’, ‘warning’, ’log’, ‘info’, and ‘debug’.

Enumeration Members

Debug

Debug = "debug"

JSDoc


Error

Error = "error"

JSDoc


Fatal

Fatal = "fatal"

JSDoc


Info

Info = "info"

JSDoc


Log

Log = "log"

JSDoc


Warning

Warning = "warning"

JSDoc