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

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...

Component: SDK Core
Integration: Dedupe
Python
Bug

### 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...

Type: Bug
Component: SDK Core
Feature: Crons
Waiting for: Community

### 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...

Waiting for: Community
Integration: Strawberry

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: >...

Component: Tests
Triaged
Integration: Quart
Python
Improvement
Quality Improvement

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`...

New Integration
Python
Feature
cache/Memcached

### 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...

Enhancement
Triaged
Integration: Clickhouse

We want to deprecate custom measurements. So the public API should output a deprecation warning.

Enhancement
Triaged

### 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,...

Enhancement
Triaged

### Problem Statement I use grpclib as my gprc server implementation, sentry has a grpcio integration , but no grpclib ### Solution Brainstorm add grpclib support

Enhancement
Triaged