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

@ -0,0 +1,6 @@
"""Constants for the sentry integration."""
DOMAIN = "sentry"
CONF_DSN = "dsn"
CONF_ENVIRONMENT = "environment"