We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afc9fc commit 1ed5840Copy full SHA for 1ed5840
static/app/components/onboarding/gettingStartedDoc/utils/useLoadGettingStarted.tsx
@@ -43,6 +43,7 @@ export function useLoadGettingStarted({
43
useEffect(() => {
44
async function getGettingStartedDoc() {
45
if (
46
+ platform.id === 'other' ||
47
!platformPath ||
48
(productType === 'replay' && !replayPlatforms.includes(platform.id)) ||
49
(productType === 'performance' && !withPerformanceOnboarding.has(platform.id)) ||
0 commit comments