The "learn more" buttons should open in a new tab so users don't lose their progress when clicking.
@@ -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')}
@@ -152,6 +152,7 @@ class ActionsPanel extends PureComponent<Props> {