Skip to content

Commit 8a9abf7

Browse files
committed
also remove 3.6 note
1 parent a70110b commit 8a9abf7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/platforms/python/integrations/aiohttp/index__v3.x.mdx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@ pip install "sentry-sdk[aiohttp]"
1818
uv add "sentry-sdk[aiohttp]"
1919
```
2020

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-
3121
## Configure
3222

3323
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

Comments
 (0)