Skip to content

Commit

Permalink
feat(dynamic-sampling): organization settings (#11791)
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinius authored Feb 10, 2025
1 parent 0b49bc7 commit 657da84
Show file tree
Hide file tree
Showing 14 changed files with 217 additions and 142 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/key-terms/tracing/trace-view.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Also, in these cases you can click "Open In Discover" to see all the events in t

Broken subtraces may be caused by:

- SDK sampling. Setting a sample rate that's too low may prevent the SDK from sending a transaction. We recommend [sending us all of your transaction data](/product/performance/retention-priorities/#deciding-on-your-sdk-sample-rate).
- SDK sampling. Setting a sample rate that's too low may prevent the SDK from sending a transaction. We recommend [sending us all of your transaction data](/organization/dynamic-sampling/#deciding-on-your-sdk-sample-rate).
- [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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
214 changes: 214 additions & 0 deletions docs/organization/dynamic-sampling/index.mdx

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/organization/early-adopter-features/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ Limitations:
- [Issue Views](/product/issues/issue-views/)
- [Issue Status](/product/issues/states-triage/) tags
- [Span Summary](/product/performance/transaction-summary/#span-summary)
- [Investigation Mode](/product/performance/retention-priorities/#investigation-mode) for retention priorities in Tracing
- [Dynamic Alerts](/product/alerts/create-alerts/metric-alert-config/#dynamic-alerts)
- [New Trace Explorer With Span Metrics](/product/explore/new-trace-explorer/)
2 changes: 1 addition & 1 deletion docs/product/explore/discover-queries/query-builder.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Click on any of these sections to further refine your search. For example, click

When performing searches on transaction events, based on your search criteria
and sample rate, the events available may be limited because Discover uses
sampled data only. Learn more by reading about [our retention priorities](/product/performance/retention-priorities/).
sampled data only. Learn more by reading about [our sampling priorities](/organization/dynamic-sampling/).

</Alert>

Expand Down
2 changes: 1 addition & 1 deletion docs/product/explore/traces/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ For a list of built-in key fields used in Sentry, check out our [Searchable Prop

<Alert>

Trace Explorer uses sampled data. Your search results may be limited based on sampling rates and retention policies. Learn more about [retention priorities](/product/performance/retention-priorities/).
Trace Explorer uses sampled data. Your search results may be limited based on sampling rates and retention policies. Learn more about [sampling priorities](/organization/dynamic-sampling/).


</Alert>
Expand Down
138 changes: 0 additions & 138 deletions docs/product/performance/retention-priorities/index.mdx

This file was deleted.

0 comments on commit 657da84

Please sign in to comment.