import onboardingImg from 'sentry-images/spot/onboarding-preview.svg'; import {Button} from 'sentry/components/button'; import OnboardingPanel from 'sentry/components/onboardingPanel'; import {t} from 'sentry/locale'; const MonitorOnboarding = () => { return ( }>

{t('Learn how to instrument your cron monitor')}

{t( "We'll tell you if this recurring job is running on schedule, failing, or succeeding." )}

); }; export default MonitorOnboarding;