Variables | |
| string | CONF_DSN = "dsn" |
| string | CONF_ENVIRONMENT = "environment" |
| string | CONF_EVENT_CUSTOM_COMPONENTS = "event_custom_components" |
| string | CONF_EVENT_HANDLED = "event_handled" |
| string | CONF_EVENT_THIRD_PARTY_PACKAGES = "event_third_party_packages" |
| string | CONF_LOGGING_EVENT_LEVEL = "logging_event_level" |
| string | CONF_LOGGING_LEVEL = "logging_level" |
| string | CONF_TRACING = "tracing" |
| string | CONF_TRACING_SAMPLE_RATE = "tracing_sample_rate" |
| DEFAULT_LOGGING_EVENT_LEVEL = logging.ERROR | |
| DEFAULT_LOGGING_LEVEL = logging.WARNING | |
| float | DEFAULT_TRACING_SAMPLE_RATE = 1.0 |
| string | DOMAIN = "sentry" |
| list | ENTITY_COMPONENTS |
| dictionary | LOGGING_LEVELS |
Constants for the sentry integration.
| string homeassistant.components.sentry.const.CONF_DSN = "dsn" |
| string homeassistant.components.sentry.const.CONF_ENVIRONMENT = "environment" |
| string homeassistant.components.sentry.const.CONF_EVENT_CUSTOM_COMPONENTS = "event_custom_components" |
| string homeassistant.components.sentry.const.CONF_EVENT_HANDLED = "event_handled" |
| string homeassistant.components.sentry.const.CONF_EVENT_THIRD_PARTY_PACKAGES = "event_third_party_packages" |
| string homeassistant.components.sentry.const.CONF_LOGGING_EVENT_LEVEL = "logging_event_level" |
| string homeassistant.components.sentry.const.CONF_LOGGING_LEVEL = "logging_level" |
| string homeassistant.components.sentry.const.CONF_TRACING = "tracing" |
| string homeassistant.components.sentry.const.CONF_TRACING_SAMPLE_RATE = "tracing_sample_rate" |
| homeassistant.components.sentry.const.DEFAULT_LOGGING_EVENT_LEVEL = logging.ERROR |
| homeassistant.components.sentry.const.DEFAULT_LOGGING_LEVEL = logging.WARNING |
| float homeassistant.components.sentry.const.DEFAULT_TRACING_SAMPLE_RATE = 1.0 |
| string homeassistant.components.sentry.const.DOMAIN = "sentry" |
| list homeassistant.components.sentry.const.ENTITY_COMPONENTS |