import styled from '@emotion/styled';
import emptyStateImg from 'sentry-images/spot/performance-empty-state.svg';
import {LinkButton} from 'sentry/components/button';
import ButtonBar from 'sentry/components/buttonBar';
import OnboardingPanel from 'sentry/components/onboardingPanel';
import {t} from 'sentry/locale';
const docsSetupURL = 'https://docs.sentry.io/product/ai-monitoring/getting-started/';
export function AIMonitoringOnboarding() {
return (
{t( `Trying to productionize AI? Sentry's AI monitoring features help you understand the price, performance, and quality of your AI pipelines.` )}