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+)?(?:\..*)?$") | |
The sentry integration.
| 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.
| 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.
| homeassistant.components.sentry.LOGGER_INFO_REGEX = re.compile(r"^(\w+)\.?(\w+)?\.?(\w+)?\.?(\w+)?(?:\..*)?$") |
Definition at line 42 of file __init__.py.