2020-01-07 17:00:56 +01:00

766 B

title description logo ha_category ha_iot_class ha_release ha_config_flow
Sentry Record errors to Sentry. sentry.png
System Monitor
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 %}