|
@@ -1,6 +1,7 @@
|
|
import {Fragment} from 'react';
|
|
import {Fragment} from 'react';
|
|
|
|
|
|
import {Alert} from 'sentry/components/alert';
|
|
import {Alert} from 'sentry/components/alert';
|
|
|
|
+import FeatureBadge from 'sentry/components/badge/featureBadge';
|
|
import {LinkButton} from 'sentry/components/button';
|
|
import {LinkButton} from 'sentry/components/button';
|
|
import SentryDocumentTitle from 'sentry/components/sentryDocumentTitle';
|
|
import SentryDocumentTitle from 'sentry/components/sentryDocumentTitle';
|
|
import {t} from 'sentry/locale';
|
|
import {t} from 'sentry/locale';
|
|
@@ -23,7 +24,12 @@ export default function DynamicSamplingSettings() {
|
|
<Fragment>
|
|
<Fragment>
|
|
<SentryDocumentTitle title={t('Dynamic Sampling')} orgSlug={organization.slug} />
|
|
<SentryDocumentTitle title={t('Dynamic Sampling')} orgSlug={organization.slug} />
|
|
<SettingsPageHeader
|
|
<SettingsPageHeader
|
|
- title={t('Dynamic Sampling')}
|
|
|
|
|
|
+ title={
|
|
|
|
+ <Fragment>
|
|
|
|
+ {t('Dynamic Sampling')}
|
|
|
|
+ <FeatureBadge type="alpha" />
|
|
|
|
+ </Fragment>
|
|
|
|
+ }
|
|
action={
|
|
action={
|
|
<LinkButton
|
|
<LinkButton
|
|
external
|
|
external
|