,
serverCode:
,
sentryInitCode:
,
}
)}
,
}
)}
,
sentryPropertiesCode:
,
}
)}
,
})}
{tct(
'Alternatively, you can also [manualSetupLink:set up the SDK manually].',
{
manualSetupLink: (
{tct(
"If you already have the configuration for Sentry in your application, and just need this project's ([projectSlug]) DSN, you can find it below:",
{
projectSlug: {params.projectSlug}
,
}
)}
, sentryServer:
, sentryEdge:
}
),
},
],
verify: () => [],
nextSteps: () => [],
};
const docs: Docs = {
onboarding,
replayOnboardingNpm: replayOnboarding,
};
export default docs;
const DSNText = styled('div')`
margin-bottom: ${space(0.5)};
`;
const ManualSetupTitle = styled('p')`
font-size: ${p => p.theme.fontSizeLarge};
font-weight: bold;
`;