Skip to content

Commit 0d1f26f

Browse files
authored
Update docs/product/alerts/uptime-monitoring/uptime-tracing.mdx
1 parent 3ec8092 commit 0d1f26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/product/alerts/uptime-monitoring/uptime-tracing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Sentry.init({
5959
6060
Unlike error tracing, span tracing is **disabled** by default for uptime checks, but can be enabled by allowing sampling in your Uptime Alert settings. Enabling span tracing can be helpful because it provides a detailed view of the timing and flow of requests and operations during uptime checks, which is especially useful for diagnosing timeouts or performance issues.
6161
62-
### Enabling Uptime Tracing of Spans
62+
### Enabling Uptime Tracing for Spans
6363
6464
To enable span tracing, modify your Uptime Alert settings with the "Allow Sampling" option. This will ensure that Sentry defers the sampling decision to your SDK, which will follow the trace sample rate you've configured.
6565

0 commit comments

Comments
 (0)