From e491164478b77df4bc27543b11dc6b97ea17a759 Mon Sep 17 00:00:00 2001 From: Artem Muterko Date: Sun, 1 Mar 2026 13:38:25 +0100 Subject: [PATCH] Fix typo in Sentry provider comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "dashobard" → "dashboard" Signed-off-by: Ioannis Polyzos Signed-off-by: Artem Muterko --- internal/notifier/sentry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/notifier/sentry.go b/internal/notifier/sentry.go index 98c935cbe..ad0af3ac0 100644 --- a/internal/notifier/sentry.go +++ b/internal/notifier/sentry.go @@ -78,7 +78,7 @@ func (s *Sentry) Post(ctx context.Context, event eventv1.Event) error { // Convert a controller event to a Sentry trace // Sentry traces work slightly different compared to normal events, they don't cause // alerts by default and are saved differently. -// They are shown in a dashobard with graphs, so they can be used to check if and how often +// They are shown in a dashboard with graphs, so they can be used to check if and how often // flux tasks are running func eventToSpan(event eventv1.Event) *sentry.Event { obj := event.InvolvedObject