Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.sentry
 

Functions

bool homeassistant.components.sentry.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
def homeassistant.components.sentry.process_before_send (HomeAssistant hass, MappingProxyType[str, Any] options, str channel, str huuid, dict[str, bool|str] system_info, dict[str, Integration] custom_components, dict[str, Any] event, dict[str, Any] hint)
 

Variables

 homeassistant.components.sentry.LOGGER_INFO_REGEX = re.compile(r"^(\w+)\.?(\w+)?\.?(\w+)?\.?(\w+)?(?:\..*)?$")