Closed pat-youda closed 3 days ago
Assigning to @getsentry/support for routing ⏲️
Hi @pat-youda, unfortunately the AwsLambdaIntegration
is only supported on Python 3.9. We already have an issue open to add support for Python 3.12, but since we are busy with other priorities, it will take us some time to get around to implementing this.
I noticed that we are missing documentation that states that Python 3.9 is the only version we support for the AwsLambdaIntegration
, so I created https://github.com/getsentry/sentry-docs/issues/11952 to make sure we add this information to the docs page.
Also, I am opening #3825 to add a warning when the integration is initialized with an unsupported Python version.
I am going to close this issue in favor of the other issues linked in this comment. Please reach out if you have any further questions.
I see. Thanks for the quick reply @szokeasaurusrex.
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
sentry_sdk.init( dsn="...", environment="test", integrations=[aws_lambda.AwsLambdaIntegration()], release="...", debug=True )
boto3>=1.35.56,<2 pydantic>=2.9.2,<3 sentry_sdk>=2.19.0,<3