From 4d1965d011ae777dfbe32cf94c90b89ad63ddb0b Mon Sep 17 00:00:00 2001 From: Evan Purkhiser Date: Thu, 6 Nov 2025 13:20:56 -0500 Subject: [PATCH] fix(uptime): Add missing organizations to link Fixes https://github.com/getsentry/sentry/issues/102666 --- static/app/views/alerts/rules/uptime/uptimeChecksGrid.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/app/views/alerts/rules/uptime/uptimeChecksGrid.tsx b/static/app/views/alerts/rules/uptime/uptimeChecksGrid.tsx index 1c2e3088590c78..41d3ccbbf614e9 100644 --- a/static/app/views/alerts/rules/uptime/uptimeChecksGrid.tsx +++ b/static/app/views/alerts/rules/uptime/uptimeChecksGrid.tsx @@ -13,6 +13,7 @@ import {t, tct} from 'sentry/locale'; import {space} from 'sentry/styles/space'; import {getShortEventId} from 'sentry/utils/events'; import {MutableSearch} from 'sentry/utils/tokenizeSearch'; +import useOrganization from 'sentry/utils/useOrganization'; import type {UptimeCheck} from 'sentry/views/alerts/rules/uptime/types'; import {useSpans} from 'sentry/views/insights/common/queries/useDiscover'; import { @@ -102,6 +103,7 @@ function CheckInBodyCell({ traceSampling: boolean; }) { const theme = useTheme(); + const organization = useOrganization(); const { timestamp, @@ -197,7 +199,7 @@ function CheckInBodyCell({