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 a70110b commit 8a9abf7Copy full SHA for 8a9abf7
docs/platforms/python/integrations/aiohttp/index__v3.x.mdx
@@ -18,16 +18,6 @@ pip install "sentry-sdk[aiohttp]"
18
uv add "sentry-sdk[aiohttp]"
19
```
20
21
-
22
-If you're on Python 3.6, you also need the `aiocontextvars` package:
23
24
-```bash {tabTitle:pip}
25
-pip install "aiocontextvars"
26
-```
27
-```bash {tabTitle:uv}
28
-uv add "aiocontextvars"
29
30
31
## Configure
32
33
If you have the `aiohttp` package in your dependencies, the AIOHTTP integration will be enabled automatically when you initialize the Sentry SDK.
0 commit comments