Skip to content

Commit f242b53

Browse files
committed
fixes
1 parent 3cb7d38 commit f242b53

File tree

1 file changed

+1
-4
lines changed
  • docs/platforms/python/integrations/typer

1 file changed

+1
-4
lines changed

docs/platforms/python/integrations/typer/index.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The `TyperIntegration` captures exceptions raised when using Typer CLI applicati
77

88
## Install
99

10-
Install Typer and the Sentry SDK.
10+
Install Typer and the Sentry Python SDK.
1111

1212
```bash
1313
pip install --upgrade "sentry-sdk" typer
@@ -17,8 +17,6 @@ pip install --upgrade "sentry-sdk" typer
1717

1818
To enable the `TyperIntegration`, add it to the `integrations` list of your `sentry_sdk.init`.
1919

20-
<SignInNote />
21-
2220
```python
2321
import sentry_sdk
2422
from sentry_sdk.integrations.typer import TyperIntegration
@@ -29,7 +27,6 @@ sentry_sdk.init(
2927
)
3028
```
3129

32-
3330
## Verify
3431

3532
Create a small CLI application:

0 commit comments

Comments
 (0)