Skip to content

Commit a8e0547

Browse files
committed
migrate missed line
1 parent 3c3b374 commit a8e0547

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ You can also upload your code for source context. This feature allows Sentry to
3131
options={[{ id:"source-context", checked: false }]}
3232
/>
3333

34-
```bash {"onboardingOptions": {"source-context": "2"}}
34+
```bash
3535
sentry-cli debug-files upload --auth-token ___ORG_AUTH_TOKEN___ \
36+
# ___PRODUCT_OPTION_START___ source-context
3637
--include-sources \
38+
# ___PRODUCT_OPTION_END___ source-context
3739
--org ___ORG_SLUG___ \
3840
--project ___PROJECT_SLUG___ \
3941
PATH_TO_DSYMS

0 commit comments

Comments
 (0)