import {t} from 'sentry/locale'; export function ClsDescription() { return (

{t('Cumulative Layout Shift (CLS)')}

{t( `Cumulative Layout Shift (CLS) is a stable Core Web Vital metric. It is an important, user-centric metric for measuring visual stability because it helps quantify how often users experience unexpected layout shifts—a low CLS helps ensure that the page is delightful.` )}

{t('Learn more about CLS')}

); }