import {Fragment} from 'react'; import ExternalLink from 'sentry/components/links/externalLink'; import {Layout, LayoutProps} from 'sentry/components/onboarding/gettingStartedDoc/layout'; import {ModuleProps} from 'sentry/components/onboarding/gettingStartedDoc/sdkDocumentation'; import {StepType} from 'sentry/components/onboarding/gettingStartedDoc/step'; import {t, tct} from 'sentry/locale'; // Configuration Start const introduction = (
{tct('The celery integration adds support for the [link:Celery Task Queue System].', {
link:
{tct(
'Just add [celeryIntegrationCode:CeleryIntegration()] to your [integrationsCode:integrations] list:',
{
celeryIntegrationCode: ,
integrationsCode:
,
}
)}
{t('The integration will automatically report errors from all celery jobs.')}