We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3b374 commit a8e0547Copy full SHA for a8e0547
platform-includes/debug-symbols-apple/_default.mdx
@@ -31,9 +31,11 @@ You can also upload your code for source context. This feature allows Sentry to
31
options={[{ id:"source-context", checked: false }]}
32
/>
33
34
-```bash {"onboardingOptions": {"source-context": "2"}}
+```bash
35
sentry-cli debug-files upload --auth-token ___ORG_AUTH_TOKEN___ \
36
+ # ___PRODUCT_OPTION_START___ source-context
37
--include-sources \
38
+ # ___PRODUCT_OPTION_END___ source-context
39
--org ___ORG_SLUG___ \
40
--project ___PROJECT_SLUG___ \
41
PATH_TO_DSYMS
0 commit comments