sentry-python icon indicating copy to clipboard operation
sentry-python copied to clipboard

The official Python SDK for Sentry.io

Results 566 sentry-python issues
Sort by recently updated
recently updated
newest added

We currently pin `pytest` for our Redis tests: https://github.com/getsentry/sentry-python/blob/bf400904245c3809bad5f20fd637408f519e7a15/tox.ini#L585 Unpinning `pytest` causes many of the Redis tests to fail. See the status checks on https://github.com/getsentry/sentry-python/pull/3703 for details. It seems that...

Component: DX
Python
Improvement
Quality Improvement

All public API functions should be documented. To enforce this requirement, we should add a linter check that requires any newly-added functions to contain a docstring. We should discuss whether...

Python
Docs
Quality Improvement

As of when this issue is being written, we use type comments in our type hints, rather than the new Python type annotations: ``` # Conforms with our coding style...

Component: DX
Python
Improvement
Quality Improvement

### Problem Statement The AWS Lambda Layer version of the Sentry SDK has as version number only an integer (because that is how AWS Lambda Layers are versioned) ![Image](https://github.com/user-attachments/assets/2950ce39-4c6c-4363-818d-88cbf7fd9725) Right...

Integration: AWS Lambda
Breaking change
Python
SDK 3.0
Improvement
Quality Improvement

### How do you use Sentry? Sentry Saas (sentry.io) ### Version 2.19.2 ### Steps to Reproduce https://github.com/getsentry/sentry-python/blob/master/sentry_sdk/tracing.py#L290 My APM is reporting high cou usage from the above line. My sentry...

Component: SDK Core
Python
Improvement
Quality Improvement

Currently there is no way for users to figure out what version of the Sentry SDK is included in the Lambda Layer they put onto their Lambda function. See: ![Image](https://github.com/user-attachments/assets/1917fda3-ebbe-459b-99dd-a75a1c070349)...

Integration: AWS Lambda
Python
Improvement
Quality Improvement

Right now, we almost never drop framework support explicitly. We should be more mindful of how and when we drop support for frameworks. - [ ] determine and define minimum...

Python
Quality Improvement

### How do you use Sentry? Sentry Saas (sentry.io) ### Version mainline ### Steps to Reproduce sentry has a few celerybeat tasks which are configured with very short intervals --...

Python
Improvement
Quality Improvement

Use floats for sample rand. Decimals are more trouble than they're worth.

Python
Quality Improvement