Skip to content

Commit 845b2a5

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

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
@@ -393,7 +393,7 @@ export async function processMedia(job: ProcessingJob): Promise<void> {
393393
```
394394
395395
**How the trace works together:**
396-
- Frontend span (`file.upload`) captures the entire user experience from file selection to server response.
396+
- The frontend span (`file.upload`) captures the entire user experience from file selection to server response.
397397
- Backend producer span (`queue.publish`) tracks job enqueueing with proper queue attributes.
398398
- Consumer span (`queue.process`) continues the trace using `continueTrace()` with trace headers stored in the job.
399399
- Async processing runs independently with its own trace connected via queue instrumentation.

0 commit comments

Comments
 (0)