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 0b102c1 commit 043f080Copy full SHA for 043f080
docs/platforms/godot/configuration/stack-traces.mdx
@@ -118,7 +118,7 @@ On macOS, if you have Homebrew installed:
118
brew install getsentry/tools/sentry-cli
119
```
120
121
-On Arch Linux (btw):
+On Arch Linux:
122
```bash
123
pacman -S sentry-cli
124
@@ -146,7 +146,7 @@ Replace `<YOUR_ORGANIZATION>` and `<YOUR_PROJECT>` with your actual organization
146
Example output:
147
148
```PowerShell
149
-$ sentry-cli debug-files upload --org sentry-sdks --project sentry-godot ./bin
+$ sentry-cli debug-files upload --org my-sentry-org --project my-game ./bin
150
> Found 4 debug information files
151
> Prepared debug information files for upload
152
> Uploading completed in 7.429s
0 commit comments