sentry-python
sentry-python copied to clipboard
The official Python SDK for Sentry.io
When using `logging.exception` sentry does not release exception instance, which results in the memory leak. Exception could be pretty heavy, so depending on the app, it could even cause an...
### How do you use Sentry? Self-hosted/on-premise ### Version 2.5.1 ### Steps to Reproduce We have a Celery Redbeat setup with tasks that are scheduled to run every minute (using...
### How do you use Sentry? Self-hosted/on-premise ### Version 2.5.1 ### Steps to Reproduce I use a mixed app with starlette and django where the starlette router resolves the route...
Our quart tests failed to detect that the Quart integration was completely broken. We should improve them so that they would have detected the failures in the below situation: >...
Create a new integration `MemcachedIntegration`. First check the Go OTEL memcache instrumentation (https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/github.com/bradfitz/gomemcache/memcache/otelmemcache) to see what data Otel is collecting. Part of https://github.com/getsentry/sentry-python/issues/2949 It should be similar as the `RedisIntegration`...
### Problem Statement The ClickHouse integration doesn't create spans if used in Django via `django-clickhouse-backend`. This first surfaced in https://github.com/getsentry/sentry-python/issues/3088 where the whole integration would error out because `_sentry_span` was...
We want to deprecate custom measurements. So the public API should output a deprecation warning.
### Problem Statement As a Fedora packager I would like to have pytest to not have pin `< 7.0.0`, so that `python-sentry-sdk` could be tested in Fedora without workarounds. Also,...
### Problem Statement I use grpclib as my gprc server implementation, sentry has a grpcio integration , but no grpclib ### Solution Brainstorm add grpclib support
Lets see if this works. Fixes #3581