Skip to content

Commit 907cef7

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

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
@@ -400,7 +400,7 @@ export async function processMedia(job: ProcessingJob): Promise<void> {
400400
- Rich attributes on the consumer span capture all processing details without creating excessive child spans.
401401
- This pattern populates Sentry's Queues insights page for monitoring queue performance.
402402
403-
What to monitor with span metrics:
403+
**What to monitor with span metrics:**
404404
- p95 upload duration by `file.size_bucket`.
405405
- Processing success rate by `media.mime_type`.
406406
- Average storage saved via `result.size_saved_bytes` where `result.status = success`.

0 commit comments

Comments
 (0)