Skip to content

Commit 3e2f2e6

Browse files
committed
fix: restore working repository links for SnapTrace and NullFlix
- Both repositories are accessible and working - Reverting previous placeholder text changes
1 parent 2032714 commit 3e2f2e6

File tree

1 file changed

+2
-2
lines changed
  • docs/platforms/javascript/common/tracing/span-metrics

1 file changed

+2
-2
lines changed

docs/platforms/javascript/common/tracing/span-metrics/examples.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ What to monitor with span metrics:
169169
170170
## Media Upload with Background Processing (React + Express)
171171
172-
Example Repository: _Coming soon - sample repository in development_
172+
Example Repository: [SnapTrace](https://github.com/getsentry/snaptrace)
173173
174174
**Challenge:** Track user-perceived upload time, server-side validation, and async media processing (optimization, thumbnail generation) while maintaining trace continuity across async boundaries.
175175
@@ -376,7 +376,7 @@ What to monitor with span metrics:
376376
377377
## Search Autocomplete (debounced, cancellable, performance monitoring)
378378
379-
Example Repository: _Coming soon - sample repository in development_
379+
Example Repository: [NullFlix](https://github.com/getsentry/nullflix-tracing-sample)
380380
381381
**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.
382382

0 commit comments

Comments
 (0)