Skip to content

Commit 1a20cf5

Browse files
authored
feat(docs): Improve docs for dynamic sampling biases. [TET-559] (#5824)
1 parent 89b1854 commit 1a20cf5

File tree

1 file changed

+12
-2
lines changed
  • src/docs/product/data-management-settings/dynamic-sampling

1 file changed

+12
-2
lines changed

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,23 @@ When your data reaches high volumes, Sentry begins to automatically prioritize y
2828

2929
| Prioritize | Ignore |
3030
|------------|--------|
31-
| Latest release | Health checks |
32-
| Dev environments | |
31+
| Latest Release | Health Checks |
32+
| Dev Environments | |
3333

3434
<!-- prettier-ignore-end -->
3535

36+
### Latest Release
37+
38+
When you create a new release, you'll likely want to have more visibility during the early adoption phase. To improve your ability to catch new issues as soon as your release is being adopted, we prioritize data from the latest release.
39+
40+
While prioritizing data from the latest release, we also take into consideration your environment because you might deploy the same release in different environments. If we see this, we'll assume you want to have more visibility for those transactions as well.
41+
42+
### Dev Environments
43+
3644
We prioritize data from development environments because these environments typically generate a relatively small number of transactions compared to your production environments. As a result, to gain meaningful insights during your testing phase, we prioritize transaction data from these environments.
3745

46+
### Health Checks
47+
3848
_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.
3949

4050
## Dynamic Sampling & SDK Sampling

0 commit comments

Comments
 (0)