import {Fragment} from 'react'; import ExternalLink from 'sentry/components/links/externalLink'; import List from 'sentry/components/list/'; import ListItem from 'sentry/components/list/listItem'; 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'; export const steps = (): LayoutProps['steps'] => [ { type: StepType.INSTALL, description: (
{tct('Configure your app automatically with the [wizardLink:Sentry wizard].', {
wizardLink: (
,
hookServerCode:
,
sentryInitCode:
,
}
)}
,
}
)}
,
sentryPropertiesCode:
,
}
)}
{tct('Alternatively, you can also [manualSetupLink:set up the SDK manually].', {
manualSetupLink: (