Add Sentry component (#30422)

This commit is contained in:
David Cramer
2020-01-03 12:34:20 -08:00
committed by Paulus Schoutsen
parent bb55606d29
commit 3033dbd86c
15 changed files with 254 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ DATA_LOGGING = "logging"
DEBUGGER_INTEGRATIONS = {"ptvsd"}
CORE_INTEGRATIONS = ("homeassistant", "persistent_notification")
LOGGING_INTEGRATIONS = {"logger", "system_log"}
LOGGING_INTEGRATIONS = {"logger", "system_log", "sentry"}
STAGE_1_INTEGRATIONS = {
# To record data
"recorder",