mirror of
https://github.com/home-assistant/core.git
synced 2025-05-18 12:59:14 +00:00
7 lines
114 B
Python
7 lines
114 B
Python
"""Constants for the sentry integration."""
|
|
|
|
DOMAIN = "sentry"
|
|
|
|
CONF_DSN = "dsn"
|
|
CONF_ENVIRONMENT = "environment"
|