self-hosted icon indicating copy to clipboard operation
self-hosted copied to clipboard

Add Retention Priorities

Open DarkByteZero opened this issue 1 year ago • 0 comments

Problem Statement

Add Feature of Sentry Saas to Selfhosted: https://docs.sentry.io/product/performance/retention-priorities/

This would add a new core concept of Sentry eg. Dynamic Sampling to Self-Hosted.

Solution Brainstorm

Most of the Dynamic Sampling is handled by Relay and Tasks running in celery.

I found the following Feature Flags to enable the UI:

"organizations:dynamic-sampling", "organizations:investigation-bias"

But i think the tasks needed, currently don't run on self-hosted, and there is a variable set on the org that needs to be true.

DarkByteZero avatar Feb 23 '24 11:02 DarkByteZero