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

* new tree construction on end if transaction * attribute mapping as before

Integration: OpenTelementry (OTel)

### Problem Statement It would be nice to have a documented simple mechanism other than reinitializing the client for disabling its transmissions. The scenario is that I need to disable...

Question
Component: Transport

No RC yet, just some beta releases, but we can already start setting stuff up. 3.13 release schedule: https://peps.python.org/pep-0719/#schedule

Do not merge
Python:3.13

We've recently switched to a new logging format, which is in JSON instead of a simple string. This has had a detrimental affect on our sentry captures, as it is...

Integration: Logging
Triaged

### How do you use Sentry? Sentry Saas (sentry.io) ### Version AWS Lambda Version 101 ### Steps to Reproduce The latest Sentry AWS Lambda layer (101) does not support Python...

Integration: Serverless
Integration: AWS Lambda
Python
Improvement

### Problem Statement For the normal python sdk, we usually only output logging with `debug=True`, but with the `AWSLambdaIntegration()` the timeout warnings are logged regardless of whether debug is on...

Enhancement
Integration: Serverless
Triaged

Follow up to detect regressions like https://github.com/getsentry/sentry-python/issues/3021. Verified that the new test fails if I reintroduce the async ensure decorator. The new Uvicorn fixture might be also useful for other...

Component: Tests
Integration: Starlette/FastAPI

### How do you use Sentry? Sentry Saas (sentry.io) ### Version 2.3.1 ### Steps to Reproduce Create a new Celery task with a crontab schedule of "0 0 * *...

Enhancement
Integration: Celery
Feature: Crons

Our Celery integration makes it easy to set up multiple monitors, sometimes more than 100 at once. However, if changes are made to these tasks that apply to all monitors...

Integration: Celery
Feature: Crons

### Problem Statement With the release of 2.0, [most of our integrations are now auto enabling](https://docs.sentry.io/platforms/python/integrations/). Conversely, turning a specific integration off is now much more tedious (have to set...

Enhancement
Component: SDK Core