Skip to content

Commit

Permalink
doc(trace-view): Missing trace can be caused by sample rate (getsentr…
Browse files Browse the repository at this point in the history
…y#3988)

* doc(trace-view): Missing trace can be caused by sample rate

* Update src/docs/product/sentry-basics/tracing/trace-view.mdx

Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>

Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
  • Loading branch information
Zylphrex and imatwawana authored Aug 6, 2021
1 parent abea76b commit ee65415
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/docs/product/sentry-basics/tracing/trace-view.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ In a fully instrumented system, a span in one service will connect to a transact
In addition, broken subtraces can occur when Sentry receives an error for a trace, but the corresponding transaction does not exist. In this case, the error will not appear on the trace view and the trace navigator won't appear on the **Issue Details** page. In these cases you can click "Open In Discover" to see all the events in the trace.

Broken subtraces may be caused by:
- Sample rates may prevent the SDK from sending a transaction, so not all errors will have an associated transaction in Sentry.
- [Ad blockers](/platforms/javascript/troubleshooting/#dealing-with-ad-blockers) may prevent transactions in browsers being sent, but HTTP requests to backend projects will still create child transactions
- [Rate-limiting](/product/accounts/quotas/#limiting-events) on a project may cause only some events to be sent to Sentry
- [Project permissions](/product/accounts/membership/#restricting-access) may mean you do not have access to transactions in another project
Expand Down

0 comments on commit ee65415

Please sign in to comment.