Skip to content

Commit 490ff15

Browse files
codydecoolguyzone
andauthored
Update docs/platforms/javascript/common/tracing/span-metrics/examples.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent c3efcaf commit 490ff15

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/common/tracing/span-metrics

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/tracing/span-metrics/examples.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This guide provides practical examples of using span attributes and metrics to s
2121

2222
Example Repository: [Crash Commerce](https://github.com/getsentry/crash-commerce-tracing-sample)
2323

24-
**Challenge:** Capture end-to-end checkout flow, understand average cart size and value, diagnose performance of payment providers across frontend, and server API.
24+
**The Challenge:** Capture end-to-end checkout flow, understand average cart size and value, diagnose performance of payment providers across the frontend and the server API.
2525

2626
**Solution:** Start a client span on the checkout action for the application, and relevant spans on the backend for each step in the checkout flow. Attach attributes that represent critical metrics for the application, such as cart size and value, and payment provider used in the transaction.
2727

0 commit comments

Comments
 (0)