import FeatureBadge from 'sentry/components/featureBadge'; function ReplaysFeatureBadge( props: Omit<React.ComponentProps<typeof FeatureBadge>, 'type'> ) { return <FeatureBadge {...props} type="alpha" />; } export default ReplaysFeatureBadge;