Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.sentry.const
 

Variables

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
 
dictionary homeassistant.components.sentry.const.LOGGING_LEVELS