|
@@ -67,15 +67,6 @@ export default function getConfiguration({
|
|
|
"Configure a project's inbound filters (e.g. browsers, messages)"
|
|
|
),
|
|
|
},
|
|
|
- {
|
|
|
- path: `${pathPrefix}/sampling/`,
|
|
|
- title: t('Sampling'),
|
|
|
- show: () =>
|
|
|
- !!organization?.features?.includes('filters-and-sampling') &&
|
|
|
- !organization?.features?.includes('server-side-sampling'),
|
|
|
- description: t("Manage an organization's inbound data"),
|
|
|
- badge: () => 'new',
|
|
|
- },
|
|
|
{
|
|
|
path: `${pathPrefix}/server-side-sampling/`,
|
|
|
title: t('Server-side Sampling'),
|