Skip to content

Commit 2b523ba

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

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
@@ -394,7 +394,7 @@ export async function processMedia(job: ProcessingJob): Promise<void> {
394394
395395
**How the trace works together:**
396396
- The frontend span (`file.upload`) captures the entire user experience from file selection to server response.
397-
- Backend producer span (`queue.publish`) tracks job enqueueing with proper queue attributes.
397+
- The backend producer span (`queue.publish`) tracks job enqueueing with proper queue attributes.
398398
- The 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.
400400
- Rich attributes on the consumer span capture all processing details without creating excessive child spans.

0 commit comments

Comments
 (0)