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

``` Exception in thread Thread-1: Traceback (most recent call last): File "/usr/local/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/local/lib/python2.7/site-packages/sentry_sdk/integrations/threading.py", line 69, in run reraise(*_capture_exception()) File "/usr/local/lib/python2.7/site-packages/sentry_sdk/integrations/threading.py", line 67, in run...

bug
Status: Backlog

Hi all, We upgraded to Python 3.8 and the new sentry, and we are seeing this error `TypeError: run() takes 1 positional argument but 3 were given` We are also...

bug
Status: Backlog

Breadcrumbs for errors during celery tasks execution accumulate over time. It seems that each celery task error contains breadcrumbs for this particular celery worker since the beginning of its existence....

bug
Status: Backlog
Integration: Celery

Here is an issue that's a little hard to understand. We run Sentry on Django+Celery. ``` Django==2.2.12 celery==4.4.2 sentry-sdk==0.14.3 ``` We run many packages on that project, so I suspect...

bug
Status: Backlog
Integration: Celery

### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? sentry-python==1.0.0 ### Steps to Reproduce https://gist.github.com/wmak/fffab40bdbe5329f2ef8bd0a4ff44659 1. Repro project attached, a very basic flask app with...

bug
Feature: Performance
Status: Backlog
Integration: Celery

I have one Celery task that directly calls another, but as a function, not as a task. The first task is auto-retried for a certain set of exceptions, and the...

bug
Status: Backlog
Integration: Celery

### How do you use Sentry? Self-hosted/on-premise ### Version 0.20.3 ### Steps to Reproduce I am trying to forward raised exceptions from python code which runs in AWS Lambda but...

Integration: Serverless
Triaged

### Environment **How do you use Sentry?** On-premise (21.10.0 0d35c1b) **Which SDK and version?** python-serverless-sdk:6 (Container layer) sentry-sdk 1.5.0 (Python) All of these tests ran locally in a Docker container,...

Type: Bug
Integration: Serverless
Waiting for: Community
Triaged

### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? sentry-sdk-1.3.1, Python 3.8. ### Sentry client configuration details I instrumented a Python 3.8 lambda function in...

bug
Integration: Serverless
Status: Backlog

To avoid regressions, add test to cover the bug fix in https://github.com/getsentry/sentry-python/pull/1106.

stabilization
Integration: Serverless
Status: Backlog