Skip to content

Commit 07b03d6

Browse files
committed
Update _default.mdx
1 parent f885ae3 commit 07b03d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For this to work, your project settings for `DEBUG_INFORMATION_FORMAT` must be s
3131

3232
<OrgAuthTokenNote />
3333

34-
```bash {"onboardingOptions": {"source-context": "1"}}
34+
```bash {"onboardingOptions": {"source-context": "2"}}
3535
sentry-cli debug-files upload --auth-token ___ORG_AUTH_TOKEN___ \
3636
--include-sources \
3737
--org ___ORG_SLUG___ \
@@ -50,7 +50,7 @@ Sentry can display snippets of your code next to event stack traces. This featur
5050

5151
<OrgAuthTokenNote />
5252

53-
```ruby {tabTitle:"Current Fastlane plugin", "onboardingOptions": {"source-context": "4"}}
53+
```ruby {tabTitle:Current Fastlane plugin} {"onboardingOptions": {"source-context": "5"}}
5454
sentry_debug_files_upload(
5555
auth_token: '___ORG_AUTH_TOKEN___',
5656
org_slug: '___ORG_SLUG___',
@@ -59,7 +59,7 @@ sentry_debug_files_upload(
5959
)
6060
```
6161

62-
```ruby {tabTitle:"Fastlane plugin before 1.20.0", "onboardingOptions": {"source-context": "4"}}
62+
```ruby {tabTitle:Fastlane plugin before 1.20.0} {"onboardingOptions": {"source-context": "5"}}
6363
sentry_upload_dif(
6464
auth_token: '___ORG_AUTH_TOKEN___',
6565
org_slug: '___ORG_SLUG___',
@@ -100,7 +100,7 @@ Another option is to use warnings, and then set `GCC_TREAT_WARNINGS_AS_ERRORS` t
100100

101101
<OrgAuthTokenNote />
102102

103-
```bash {tabTitle:"Warn on failures - nonblocking", "onboardingOptions": {"source-context": "9"}}
103+
```bash {tabTitle:Warn on failures - nonblocking} {"onboardingOptions": {"source-context": "9"}}
104104
if [[ "$(uname -m)" == arm64 ]]; then
105105
export PATH="/opt/homebrew/bin:$PATH"
106106
fi
@@ -120,7 +120,7 @@ echo "warning: sentry-cli not installed, download from https://github.com/getsen
120120
fi
121121
```
122122

123-
```bash {tabTitle:"Error on failures - blocking", "onboardingOptions": {"source-context": "9"}}
123+
```bash {tabTitle:Error on failures - blocking} {"onboardingOptions": {"source-context": "10"}}
124124
if [[ "$(uname -m)" == arm64 ]]; then
125125
export PATH="/opt/homebrew/bin:$PATH"
126126
fi

0 commit comments

Comments
 (0)