diff --git a/static/app/views/monitors/components/detailsSidebar.tsx b/static/app/views/monitors/components/detailsSidebar.tsx index 3e0308a23fa894..92f1e3b1f6a00e 100644 --- a/static/app/views/monitors/components/detailsSidebar.tsx +++ b/static/app/views/monitors/components/detailsSidebar.tsx @@ -4,12 +4,13 @@ import styled from '@emotion/styled'; import ActorAvatar from 'sentry/components/avatar/actorAvatar'; import {SectionHeading} from 'sentry/components/charts/styles'; import {KeyValueTable, KeyValueTableRow} from 'sentry/components/keyValueTable'; +import ExternalLink from 'sentry/components/links/externalLink'; import QuestionTooltip from 'sentry/components/questionTooltip'; import Text from 'sentry/components/text'; import TimeSince from 'sentry/components/timeSince'; import {Tooltip} from 'sentry/components/tooltip'; import {IconCopy} from 'sentry/icons'; -import {t, tn} from 'sentry/locale'; +import {t, tct, tn} from 'sentry/locale'; import {space} from 'sentry/styles/space'; import {getFormattedDate} from 'sentry/utils/dates'; import useCopyToClipboard from 'sentry/utils/useCopyToClipboard'; @@ -115,7 +116,14 @@ export default function DetailsSidebar({monitorEnv, monitor, showUnknownLegend}: {t('Unknown Status')} + ), + } + )} />