Skip to content

Commit 6b36f82

Browse files
authored
Health checks priority docs updates (#6475)
1 parent bf5e322 commit 6b36f82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Loading

src/docs/product/data-management-settings/dynamic-sampling/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ When your data reaches high volumes, Sentry begins to automatically prioritize y
3232

3333
<!-- prettier-ignore-start -->
3434

35-
| Prioritize | Ignore |
35+
| Prioritize | Deprioritize |
3636
|----------------------|---------------|
3737
| Latest Release | Health Checks |
3838
| Dev Environments | |
@@ -58,7 +58,7 @@ Typically, for most projects there are only a few transactions that you really c
5858

5959
### Health Checks
6060

61-
_Health check_ type transactions, while important for checking the stability of your application, don't have any value for you beyond the task associated with them. They also tend to be high in volume, potentially using up a lot of you quota if retained. To avoid using up your volume on this type of transactions, we ignore these when sampling your data.
61+
_Health check_ type transactions, while important for checking the stability of your application, don't have any value for you beyond the task associated with them. For this reason, we keep fewer samples of these types of transactions and instead prioritize retaining more samples of your other more valuable transactions.
6262

6363
## Dynamic Sampling & SDK Sampling
6464

0 commit comments

Comments
 (0)