796 B

title, description, logo, ha_category, ha_iot_class, ha_release, ha_config_flow, ha_codeowners
title description logo ha_category ha_iot_class ha_release ha_config_flow ha_codeowners
Sentry Record errors to Sentry. sentry.svg
System Monitor
Cloud Polling 0.104 true
@dcramer

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 %}