Skip to content

Commit f705c7e

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

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
@@ -411,7 +411,7 @@ export async function processMedia(job: ProcessingJob): Promise<void> {
411411
412412
Example Repository: [NullFlix](https://github.com/getsentry/nullflix-tracing-example)
413413
414-
**Challenge:** Users type quickly in search; you need to debounce requests, cancel in-flight calls, handle errors gracefully, and monitor performance across different query types while keeping latency predictable.
414+
**The Challenge:** Users type quickly in search; you need to debounce requests, cancel in-flight calls, handle errors gracefully, and monitor performance across different query types while keeping latency predictable.
415415
416416
**Solution:** Start a client span for each debounced request, mark aborted requests, track search patterns, and on the server, instrument search performance with meaningful attributes.
417417

0 commit comments

Comments
 (0)