@@ -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 "}}
3535sentry-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 "}}
5454sentry_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 "}}
6363sentry_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"}}
104104if [[ " $( uname -m) " == arm64 ]]; then
105105 export PATH=" /opt/homebrew/bin:$PATH "
106106fi
@@ -120,7 +120,7 @@ echo "warning: sentry-cli not installed, download from https://github.com/getsen
120120fi
121121```
122122
123- ``` bash {tabTitle:" Error on failures - blocking", "onboardingOptions": {"source-context": "9 "}}
123+ ``` bash {tabTitle:Error on failures - blocking} { "onboardingOptions": {"source-context": "10 "}}
124124if [[ " $( uname -m) " == arm64 ]]; then
125125 export PATH=" /opt/homebrew/bin:$PATH "
126126fi
0 commit comments