Skip to content

Commit a20e28a

Browse files
authored
Fix include sources command for iOS (#6451)
1 parent 61d37a8 commit a20e28a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If this is your situation, please read [Info.plist Is Missing in Xcode 13 — He
2020

2121
Use the `sentry-cli upload-dif` command to upload dSYMs to Sentry. The command will recursively scan the provided folders or ZIP archives. Files that have already been uploaded will be skipped automatically.
2222

23-
Sentry can display snippets of your code next to the event stacktraces. This feature is called <PlatformLink to="/data-management/debug-files/source-context/">source context</PlatformLink>. When setting the `--include_sources` option, sentry-cli will scan your debug files to find references to the source code files, resolve them in the local file system, bundle them up, and upload them to Sentry.
23+
Sentry can display snippets of your code next to the event stacktraces. This feature is called <PlatformLink to="/data-management/debug-files/source-context/">source context</PlatformLink>. When setting the `--include-sources` option, sentry-cli will scan your debug files to find references to the source code files, resolve them in the local file system, bundle them up, and upload them to Sentry.
2424

2525
```bash
2626
sentry-cli upload-dif --auth-token YOUR_AUTH_TOKEN \
@@ -66,7 +66,7 @@ Follow these steps to upload the debug symbols:
6666
1. Download and install [sentry-cli](/product/cli/installation/).
6767
2. Copy the script below into a new _Run Script_ and set your _AUTH_TOKEN_, _ORG_SLUG_, and _PROJECT_SLUG_.
6868

69-
Sentry can display snippets of your code next to the event stacktraces. This feature is called <PlatformLink to="/data-management/debug-files/source-context/">source context</PlatformLink>. When setting the `--include_sources` option, sentry-cli will scan your debug files to find references to the source code files, resolve them in the local file system, bundle them up, and upload them to Sentry. Simply change `sentry-cli upload-dif` to `sentry-cli upload-dif --include_sources` in the copied script.
69+
Sentry can display snippets of your code next to the event stacktraces. This feature is called <PlatformLink to="/data-management/debug-files/source-context/">source context</PlatformLink>. When setting the `--include-sources` option, sentry-cli will scan your debug files to find references to the source code files, resolve them in the local file system, bundle them up, and upload them to Sentry. Simply change `sentry-cli upload-dif` to `sentry-cli upload-dif --include-sources` in the copied script.
7070

7171
<Alert level="" title="Warnings vs. Errors">
7272

0 commit comments

Comments
 (0)