Browse Source

fix(alerts): Open help links in a new tab (#49196)

The "learn more" buttons should open in a new tab so users don't lose
their progress when clicking.
Malachi Willey 1 year ago
parent
commit
3c2a456d64

+ 1 - 0
static/app/views/alerts/rules/issue/ruleNode.tsx

@@ -399,6 +399,7 @@ function RuleNode({
           trailingItems={
             <Button
               href="https://docs.sentry.io/product/integrations/notification-incidents/slack/#rate-limiting-error"
+              external
               size="xs"
             >
               {t('Learn More')}

+ 1 - 0
static/app/views/alerts/rules/metric/triggers/actionsPanel/index.tsx

@@ -152,6 +152,7 @@ class ActionsPanel extends PureComponent<Props> {
         trailingItems={
           <Button
             href="https://docs.sentry.io/product/integrations/notification-incidents/slack/#rate-limiting-error"
+            external
             size="xs"
           >
             {t('Learn More')}