From e2494979d2419e8b940d141901ef6cc868e401b4 Mon Sep 17 00:00:00 2001 From: Allan Persson <46043392+allanpersson@users.noreply.github.com> Date: Mon, 20 Jan 2020 10:41:21 +0100 Subject: [PATCH] Added quota warning (#11818) --- source/_integrations/sentry.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/sentry.markdown b/source/_integrations/sentry.markdown index 75e781f2009..cba271d572c 100644 --- a/source/_integrations/sentry.markdown +++ b/source/_integrations/sentry.markdown @@ -11,6 +11,12 @@ ha_codeowners: - '@dcramer' --- +
+ + The free Sentry account allows 5000 events per month. Depending on the amount of events sent to Sentry you will either have to upgrade your Sentry account or have a period without data flowing from Home Assistant to Sentry. + +
+ The `sentry` integration integrates with [Sentry](https://sentry.io/) to capture both logged errors as well as unhandled exceptions in Home Assistant. ## Configuration