sentry-python
sentry-python copied to clipboard
The official Python SDK for Sentry.io
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...
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...
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...
### 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)  Right...
### 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...
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: ...
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...
### 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 --...
Use floats for sample rand. Decimals are more trouble than they're worth.