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 e40a830 commit 3cb7d38Copy full SHA for 3cb7d38
docs/platforms/python/integrations/typer/index.mdx
@@ -7,8 +7,10 @@ The `TyperIntegration` captures exceptions raised when using Typer CLI applicati
7
8
## Install
9
10
+Install Typer and the Sentry SDK.
11
+
12
```bash
-pip install --upgrade "sentry-sdk"
13
+pip install --upgrade "sentry-sdk" typer
14
```
15
16
## Configure
0 commit comments