Skip to content

Commit

Permalink
Sentry CLI instructions => tab component
Browse files Browse the repository at this point in the history
  • Loading branch information
limbonaut committed Feb 28, 2025
1 parent 043f080 commit 66780ce
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions docs/platforms/godot/configuration/stack-traces.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,21 +108,24 @@ In order to get readable stack traces in Sentry, you also need to upload your de

<Expandable title="Installing Sentry CLI">

On Windows, if you have `scoop` installed:
```PowerShell
```PowerShell {tabTitle:Windows}
# On Windows, if you have `scoop` installed:
scoop install sentry-cli
```

On macOS, if you have Homebrew installed:
```bash
```bash {tabTitle:macOS}
# On macOS, if you have Homebrew installed:
brew install getsentry/tools/sentry-cli
```

On Arch Linux:
```bash
```bash {tabTitle:Arch Linux}
pacman -S sentry-cli
```

```npm {tabTitle:npm}
npm install @sentry/cli
```

For other methods, refer to [Sentry CLI Installation](/cli/installation/).

</Expandable>
Expand Down

0 comments on commit 66780ce

Please sign in to comment.