Skip to content

Commit b5c1d40

Browse files
authored
Update docs/product/tracing/index.mdx
1 parent eb266a2 commit b5c1d40

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
@@ -4,7 +4,7 @@ sidebar_order: 20
44
description: "Learn how instrumenting tracing for both your frontend and backend can help identify and debug application performance issues. Distributed tracing will allow you to see the impact of errors across your full stack and microservices."
55
---
66

7-
## Tracing
7+
## What's Tracing?
88

99
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

0 commit comments

Comments
 (0)