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 f242b53 commit f599208Copy full SHA for f599208
docs/platforms/python/integrations/typer/index.mdx
@@ -3,7 +3,7 @@ title: Typer
3
description: Learn how to use Sentry to capture Typer exceptions.
4
---
5
6
-The `TyperIntegration` captures exceptions raised when using Typer CLI applications.
+The `TyperIntegration` captures exceptions raised when using [Typer CLI](https://typer.tiangolo.com/) applications.
7
8
## Install
9
@@ -49,4 +49,4 @@ if __name__ == "__main__":
49
```
50
51
When you run this, Sentry will capture the `ZeroDivisionError` from the `main()`
52
-function and you will be able to see it on [sentry.io](https://sentry.io).
+function and you'll be able to see it on [sentry.io](https://sentry.io).
0 commit comments