diff --git a/source/_integrations/sentry.markdown b/source/_integrations/sentry.markdown new file mode 100644 index 00000000000..a7adb9382be --- /dev/null +++ b/source/_integrations/sentry.markdown @@ -0,0 +1,32 @@ +--- +title: "Sentry" +description: "Record errors to Sentry." +logo: sentry.png +ha_category: + - System Monitor +ha_iot_class: Cloud Polling +ha_release: 0.104 +--- + +The `sentry` integration integrates with [Sentry](https://sentry.io/) 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: + +```yaml +# 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 %} diff --git a/source/images/supported_brands/sentry.png b/source/images/supported_brands/sentry.png new file mode 100644 index 00000000000..29b637d5264 Binary files /dev/null and b/source/images/supported_brands/sentry.png differ