枚举 SentryBreadcrumbLevel

This defines the severity level of the breadcrumb. Levels are used in the UI to emphasize and deemphasize the crumb. The default is info. See Sentry documentation for more information: https://docs.sentry.io/product/issues/issue-details/breadcrumbs/

枚举成员

枚举成员

debug: "debug"
error: "error"
info: "info"
warning: "warning"