You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/onboarding/index.tsx
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -59,19 +59,21 @@ const optionDetails: Record<
59
59
</span>
60
60
),
61
61
},
62
-
'dsym': {
62
+
dsym: {
63
63
name: 'dSYM',
64
64
description: (
65
65
<span>
66
-
Debug symbols for iOS and macOS that provide the necessary information to convert program addresses back to function names, source file names, and line numbers.
66
+
Debug symbols for iOS and macOS that provide the necessary information to convert
67
+
program addresses back to function names, source file names, and line numbers.
67
68
</span>
68
69
),
69
70
},
70
71
'source-maps': {
71
72
name: 'Source Maps',
72
73
description: (
73
74
<span>
74
-
Source maps for web applications that help translate minified code back to the original source for better error reporting.
75
+
Source maps for web applications that help translate minified code back to the
0 commit comments