getsentry / sentry-python

The official Python SDK for Sentry.io
https://sentry.io/for/python/
MIT License
1.9k stars 503 forks source link

AWS Lambda with Python 3.12 not supported #2890

Open tinycogio opened 7 months ago

tinycogio commented 7 months ago

How do you use Sentry?

Sentry Saas (sentry.io)

Version

AWS Lambda Version 101

Steps to Reproduce

The latest Sentry AWS Lambda layer (101) does not support Python 3.12 which was released Dec 2023.

Supported versions section

While viewing a lambda function in the AWS Console

Expected Result

The documentation and the layer's compatible runtimes should list python 3.12 as a supported version.

Actual Result

The latest version of python supported is 3.11

AWS Console Screenshot 2024-03-21 at 9 22 03 AM

Doc Screenshot 2024-03-21 at 9 22 28 AM

sentrivana commented 7 months ago

Thanks @tinycogio. We don't have a timeline for this yet -- we'll keep this issue open to track progress on this.

amrishparmar commented 2 months ago

Has there been any progress on this issue? We recently set up this integration and one of the key workloads that we want to monitor is on Python 3.12, but we didn't realise that this version was unsupported until after setting things up.

szokeasaurusrex commented 2 months ago

@amrishparmar No progress yet – we are busy with other projects at the moment. We are happy to accept and review community PRs if anyone would like to contribute.