Skip to content

Commit 1772a8a

Browse files
authored
Update docs/product/tracing/index.mdx
1 parent 9a28b5f commit 1772a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/product/tracing/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Learn how instrumenting tracing for both your frontend and backend
66

77
## Tracing
88

9-
Tracing is the process of capturing the timing and flow of requests and operations as they happen throughout your application. It can be a powerful debugging tool, helping you identify which link in a sequence of events is causing a problem.
9+
Tracing is the process of capturing the timing and flow of requests and operations as they happen in your application. It's a powerful debugging tool, helping you identify which link in a sequence of events may be causing a problem, such as slow performance.
1010

1111
![An image of a trace with spans.](./img/The-anatomy-of-a-trace.png)
1212

0 commit comments

Comments
 (0)