Skip to content

Commit 66780ce

Browse files
committed
Sentry CLI instructions => tab component
1 parent 043f080 commit 66780ce

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/platforms/godot/configuration/stack-traces.mdx

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,21 +108,24 @@ In order to get readable stack traces in Sentry, you also need to upload your de
108108

109109
<Expandable title="Installing Sentry CLI">
110110

111-
On Windows, if you have `scoop` installed:
112-
```PowerShell
111+
```PowerShell {tabTitle:Windows}
112+
# On Windows, if you have `scoop` installed:
113113
scoop install sentry-cli
114114
```
115115

116-
On macOS, if you have Homebrew installed:
117-
```bash
116+
```bash {tabTitle:macOS}
117+
# On macOS, if you have Homebrew installed:
118118
brew install getsentry/tools/sentry-cli
119119
```
120120

121-
On Arch Linux:
122-
```bash
121+
```bash {tabTitle:Arch Linux}
123122
pacman -S sentry-cli
124123
```
125124

125+
```npm {tabTitle:npm}
126+
npm install @sentry/cli
127+
```
128+
126129
For other methods, refer to [Sentry CLI Installation](/cli/installation/).
127130

128131
</Expandable>

0 commit comments

Comments
 (0)