Skip to content

Commit 8818594

Browse files
[getsentry/action-github-commit] Auto commit
1 parent 27c162e commit 8818594

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/components/onboarding/index.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,21 @@ const optionDetails: Record<
5959
</span>
6060
),
6161
},
62-
'dsym': {
62+
dsym: {
6363
name: 'dSYM',
6464
description: (
6565
<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.
6768
</span>
6869
),
6970
},
7071
'source-maps': {
7172
name: 'Source Maps',
7273
description: (
7374
<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
76+
original source for better error reporting.
7577
</span>
7678
),
7779
},

0 commit comments

Comments
 (0)