Skip to content

Commit 4552106

Browse files
lizokmcoolguyzone
andauthored
Update docs/product/tracing/index.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 7d08460 commit 4552106

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
@@ -25,7 +25,7 @@ A span is a named, timed operation that represents a part of the application wor
2525

2626
### What's a Transaction?
2727

28-
In Sentry, a "transaction" is a specific unit that represents any event that your application sends to Sentry, like loading a web page or processing an API call. Each transaction is made up of smaller units called "spans," which break down individual steps within that operation. Transactions have a unique transaction ID and include the associated child spans that capture the operation’s entire process from start to finish.
28+
In Sentry, a "transaction" is a specific unit that represents any event that your application sends to Sentry, like loading a web page or processing an API call. Each transaction is made up of one or more spans. Transactions have a unique transaction ID and include the associated child spans that capture the operation’s entire process from start to finish.
2929

3030
## How to Use Tracing in Sentry
3131

0 commit comments

Comments
 (0)