Skip to content

Commit 1ed5840

Browse files
authored
fix(profiling-onboarding): Handle platform other (#88897)
- fixes JAVASCRIPT-2VHS
1 parent 0afc9fc commit 1ed5840

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/components/onboarding/gettingStartedDoc/utils/useLoadGettingStarted.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export function useLoadGettingStarted({
4343
useEffect(() => {
4444
async function getGettingStartedDoc() {
4545
if (
46+
platform.id === 'other' ||
4647
!platformPath ||
4748
(productType === 'replay' && !replayPlatforms.includes(platform.id)) ||
4849
(productType === 'performance' && !withPerformanceOnboarding.has(platform.id)) ||

0 commit comments

Comments
 (0)