Skip to content

Commit bb3fdb7

Browse files
authored
feat(uptime): Add uptime distributed tracing docs link
1 parent d534634 commit bb3fdb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/alerts/rules/uptime/uptimeAlertForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export function UptimeAlertForm({project, handleDelete, rule}: Props) {
227227
'Defer the sampling decision to a Sentry SDK configured in your application. Disable to prevent all span sampling. [link:Learn more].',
228228
{
229229
link: (
230-
<ExternalLink href="https://docs.sentry.io/product/alerts/uptime-monitoring/" />
230+
<ExternalLink href="https://docs.sentry.io/product/alerts/uptime-monitoring/uptime-tracing/" />
231231
),
232232
}
233233
)}

0 commit comments

Comments
 (0)