Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Nov 21, 2024 · 1 comment

Comments

@WillFM
Copy link

WillFM commented Nov 21, 2024

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
Copy link
Contributor

getsantry bot commented Nov 21, 2024

Assigning to @getsentry/support for routing ⏲️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Waiting for: Support
Development

No branches or pull requests

1 participant