Skip to content

Commit 0ecf844

Browse files
authored
Update docs/product/tracing/index.mdx
1 parent d85fa5b commit 0ecf844

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
@@ -29,7 +29,7 @@ In Sentry, a "transaction" is a specific unit that represents any event that you
2929

3030
## How to Use Tracing in Sentry
3131

32-
To get the most out of tracing in Sentry, you'll need to instrument both the frontend and backend of your application with Sentry's SDK. Once this is done, there are several places where you can view and interact with tracing data:
32+
If you instrument Sentry for a single part of your app (just the frontend for example), looking at a trace will provide useful context for debugging issues within that app or service. But to get the most out of tracing in Sentry, you'll need to instrument the frontend, the backend, and any services in-between with Sentry's SDK. Once this is done, there are several places where you can view and interact with tracing data:
3333

3434
### Traces to Trace View
3535

0 commit comments

Comments
 (0)