Skip to content

Commit 4518d50

Browse files
committed
link to internal concerns
1 parent 45d13e3 commit 4518d50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

text/0141-linking-traces.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,4 +381,6 @@ While this might seem simpler at first glance, it has a some drawbacks:
381381

382382
Furthermore, things get much more complicated if we take into account that users don’t only sample uniformly via a `tracesSampleRate` but also arbitrarily via `tracesSampler` APIs. In the latter case, by enforcing a consistent sampling decision on the first trace, we could end up with significantly more or less traces (potentially none) than with today’s trace-based sampling strategy.
383383

384-
Even if we were to sample consistently, for example across frontend transaction, we could never (due to technical/browser limitations) sample all transactions/traces perfectly. Concretely, we cannot propagate a sampling decision in multi-page applications across individual page requests. We can still partially connect the frontend transactions, and establish the trace relationship, but consistent sampling is impossible.
384+
Even if we were to sample consistently, for example across frontend transaction, we could never (due to technical/browser limitations) sample all transactions/traces perfectly. Concretely, we cannot propagate a sampling decision in multi-page applications across individual page requests. We can still partially connect the frontend transactions, and establish the trace relationship, but consistent sampling is impossible.
385+
386+
- [Further internal concerns and answers](https://www.notion.so/sentry/Addressing-Concerns-RE-linked-traces-14b8b10e4b5d80b68a4cc9352c8a3d00)

0 commit comments

Comments
 (0)