|
@@ -6,7 +6,7 @@ import {DynamicSamplingBiasType} from 'sentry/types/sampling';
|
|
|
|
|
|
import DynamicSampling from '.';
|
|
import DynamicSampling from '.';
|
|
|
|
|
|
-const ORG_FEATURES = ['server-side-sampling', 'dynamic-sampling'];
|
|
|
|
|
|
+const ORG_FEATURES = ['dynamic-sampling'];
|
|
|
|
|
|
const dynamicSamplingBiases = [
|
|
const dynamicSamplingBiases = [
|
|
{id: DynamicSamplingBiasType.BOOST_LATEST_RELEASES, active: true},
|
|
{id: DynamicSamplingBiasType.BOOST_LATEST_RELEASES, active: true},
|