Skip to content

Commit 795b288

Browse files
Alex KrawiecAlex Krawiec
authored andcommitted
Replaced depricated note components
1 parent 8a79824 commit 795b288

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/product/insights/retention-priorities.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ redirect_from:
1717
description: "Learn how Sentry determines retention priorities and how to update them."
1818
---
1919

20-
<Note>
20+
<Alert>
2121

2222
Retention priorities are only available on the latest version of our plans, starting from 1M reserved transactions. Anyone in your org with owner or billing-level permissions can update your plan by going to Settings > Subscription, and clicking the "Manage Subscription" button.
2323

24-
</Note>
24+
</Alert>
2525

2626
While storing all your data makes sense at relatively low volumes, as your application scales, storing a raw copy of all your data has diminishing returns. When data reaches high volumes, Sentry begins to automatically prioritize retaining certain transactions over others with server-side data retention strategies called retention priorities.
2727

@@ -64,11 +64,11 @@ Since dev environments usually generate a small number of transactions as compar
6464

6565
#### Low Volume Projects
6666

67-
<Note>
67+
<Alert>
6868

6969
You won't be able to disable the Low Volume Projects retention priority because it's set on an organization-wide level, not on a per-project basis.
7070

71-
</Note>
71+
</Alert>
7272

7373
Some projects within your organization are very high volume compared to others. This means that low-volume projects might get drowned out if we treat all projects equally. To ensure that you have enough samples regardless of project scale, we prioritize low-volume projects.
7474

@@ -115,9 +115,9 @@ To make changes to a project's retention priorities in Sentry, go to **Settings
115115

116116
To give Sentry the fullest, most accurate picture of your application’s health, we recommend that you send us 100% of your transactions. You can do this by setting your [tracesSampleRate](/platform-redirect/?next=/performance/) to 1.0. If this isn't feasible for your organization, set a lower value, or switch to sampling selectively by using the [tracesSampler](/platform-redirect/?next=/performance/) to filter your transactions based on contextual data. Note that when calculating throughput, transaction metering is based on received transactions not stored transactions.
117117

118-
<Note>
118+
<Alert>
119119
Please note that changes to your SDK sampling configuration may affect your
120120
quota. If you increase your SDK sampling rate, you'll also be increasing the
121121
volume of transactions you send to Sentry. This may require that you adjust
122122
your transaction quota.
123-
</Note>
123+
</Alert>

0 commit comments

Comments
 (0)