Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.sentry Namespace Reference

Namespaces

 config_flow
 
 const
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
def 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

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

Detailed Description

The sentry integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.sentry.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up Sentry from a config entry.

Definition at line 45 of file __init__.py.

◆ process_before_send()

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 
)
Process a Sentry event before sending it to Sentry.

Definition at line 121 of file __init__.py.

Variable Documentation

◆ LOGGER_INFO_REGEX

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

Definition at line 42 of file __init__.py.