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 3cb7d38 commit f242b53Copy full SHA for f242b53
docs/platforms/python/integrations/typer/index.mdx
@@ -7,7 +7,7 @@ The `TyperIntegration` captures exceptions raised when using Typer CLI applicati
7
8
## Install
9
10
-Install Typer and the Sentry SDK.
+Install Typer and the Sentry Python SDK.
11
12
```bash
13
pip install --upgrade "sentry-sdk" typer
@@ -17,8 +17,6 @@ pip install --upgrade "sentry-sdk" typer
17
18
To enable the `TyperIntegration`, add it to the `integrations` list of your `sentry_sdk.init`.
19
20
-<SignInNote />
21
-
22
```python
23
import sentry_sdk
24
from sentry_sdk.integrations.typer import TyperIntegration
@@ -29,7 +27,6 @@ sentry_sdk.init(
29
27
)
30
28
```
31
32
33
## Verify
34
35
Create a small CLI application:
0 commit comments