File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/platforms/javascript/common/tracing/span-metrics Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments