Skip to content

Commit d8f4548

Browse files
committed
Update _default.mdx
1 parent c3114e6 commit d8f4548

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

platform-includes/debug-symbols-apple/_default.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
Sentry requires dSYMs (debug information files) to symbolicate your stack traces. The symbolication process unscrambles the stack traces to reveal the function, file names, and line numbers of the crash.
22

3-
You can also upload your code for source context. This feature allows Sentry to display snippets of your code next to the event stack traces.
4-
5-
<OnboardingOptionButtons
6-
options={[{ id:"source-context", checked: false }]}
7-
/>
8-
93
Every solution requires a **Sentry Auth Token**. You can create tokens on the [Organization Auth Tokens](https://sentry.io/orgredirect/organizations/:orgslug/settings/auth-tokens/) settings page.
104

115
To view uploaded dSYMs in your project, select an existing project from the "Projects" page, then go to **Settings > Debug Files**. You can upload dSYMs using:
@@ -31,6 +25,12 @@ For this to work, your project settings for `DEBUG_INFORMATION_FORMAT` must be s
3125

3226
<OrgAuthTokenNote />
3327

28+
You can also upload your code for source context. This feature allows Sentry to display snippets of your code next to the event stack traces.
29+
30+
<OnboardingOptionButtons
31+
options={[{ id:"source-context", checked: false }]}
32+
/>
33+
3434
```bash {"onboardingOptions": {"source-context": "2"}}
3535
sentry-cli debug-files upload --auth-token ___ORG_AUTH_TOKEN___ \
3636
--include-sources \

0 commit comments

Comments
 (0)