,
astroCli:
,
}
),
configurations: [
{
language: 'bash',
code: [
{
label: 'bash',
value: 'bash',
language: 'bash',
code: `npx astro add @sentry/astro`,
},
],
},
],
},
];
const onboarding: OnboardingConfig = {
introduction: () =>
tct("Sentry's integration with [astroLink:Astro] supports Astro 3.0.0 and above.", {
astroLink:
,
}
),
configurations: [
{
code: [
{
label: 'JavaScript',
value: 'javascript',
language: 'javascript',
code: getSdkSetupSnippet(params),
},
],
},
{
description: tct(
'Add your Sentry auth token to the [authTokenEnvVar:SENTRY_AUTH_TOKEN] environment variable:',
{
authTokenEnvVar:
,
}
),
language: 'bash',
code: [
{
value: 'bash',
language: 'bash',
label: 'bash',
code: `SENTRY_AUTH_TOKEN=___ORG_AUTH_TOKEN___`,
},
],
},
{
description: tct(
'You can further customize your SDK by [manualSetupLink:manually inializing the SDK].',
{
manualSetupLink: (
{t( "If you're new to Sentry, use the email alert to access your account and complete a product tour." )}
{t( "If you're an existing user and have disabled alerts, you won't receive this email." )}