Skip to content

Commit 13f9cd8

Browse files
committed
fix: update repository links to correct tracing example URLs
- SnapTrace: github.com/getsentry/snaptrace-tracing-example - NullFlix: github.com/getsentry/nullflix-tracing-example - Both repositories are now accessible and contain comprehensive tracing examples
1 parent 2b21bf6 commit 13f9cd8

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: [SnapTrace](https://github.com/getsentry/snaptrace)
172+
Example Repository: [SnapTrace](https://github.com/getsentry/snaptrace-tracing-example)
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: [NullFlix](https://github.com/getsentry/nullflix-tracing-sample)
379+
Example Repository: [NullFlix](https://github.com/getsentry/nullflix-tracing-example)
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)