mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-29 15:57:36 +00:00
766 B
766 B
title | description | logo | ha_category | ha_iot_class | ha_release | ha_config_flow | |
---|---|---|---|---|---|---|---|
Sentry | Record errors to Sentry. | sentry.png |
|
Cloud Polling | 0.104 | true |
The sentry
integration integrates with Sentry to capture both logged errors as well as unhandled exceptions in Home Assistant.
Configuration
To use the sentry
integration in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sentry:
dsn: SENTRY_DSN
{% configuration %} dsn: description: The DSN provided to you by Sentry. required: true type: string environment: description: An environment name to associate with events. required: false type: string {% endconfiguration %}