{tct(
`
This is a quick getting started guide. For in-depth instructions
on integrating Sentry with [platform], view
[docLink:our complete documentation].`,
{
platform: platform.name,
docLink: ,
}
)}
{loading ? (
) : error ? (
) : (
)}
{isGettingStarted && showPerformancePrompt && (
{({hasFeature}) => {
if (hasFeature) {
return null;
}
return (
{t(
`Your selected platform supports performance, but your organization does not have performance enabled.`
)}
);
}}
)}
{isGettingStarted && heartbeatFooter ? (
) : (
)}