getsentry / sentry-docs

Sentry's documentation (and tools to build it)
https://docs.sentry.io
Other
333 stars 1.47k forks source link

Python version not clear if only for 3.6 or for every version inclusively before or after 3.6 for aiohttp docs. #11898

Open WillFM opened 1 day ago

WillFM commented 1 day ago

SDK

Python SDK

Description

On https://docs.sentry.io/platforms/python/integrations/aiohttp/

it says:

If you're on Python 3.6, you also need the aiocontextvars package:

This is unclear, if it means specifically just Python 3.6, or everything also before or after Python 3.6

Suggested Solution

Add some clarifying verbiage. explicitly calling out if it specifically Python 3.6.

examples:

If you're on Python 3.6 specifically, you also need the aiocontextvars package:

If you're on Python 3.6 or earlier, you also need the aiocontextvars package:

If you're on Python 3.6 or later, you also need the aiocontextvars package:

getsantry[bot] commented 1 day ago

Assigning to @getsentry/support for routing ⏲️