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

### **Describe the idea** Applications instrumented with a Sentry SDK should collect and propagate dynamic sampling context data to all outgoing requests and to Sentry. ### Requirement: **When** an application...

enhancement
Status: Backlog

FastAPI is just Starlette which is just ASGI. We have an [ASGI](https://docs.sentry.io/platforms/python/guides/asgi/) integration that should work fine. However, it would be nice to have deeper integration than we currently provide,...

enhancement
new-integration
Status: Backlog
Jira

### Problem Statement If you have a non WSGI/ASGI project than there is no automatic session tracking. But one can easily add session tracking by hand like this: ``` from...

Help wanted
Triaged
Python
Docs

### Environment SaaS (https://sentry.io/) ### Version _No response_ ### Steps to Reproduce - sanic==22.3.2 - sanic-routing==22.3.0 - sanic-testing==22.3.0 - sentry-sdk==1.5.12 - pytest==7.1.2 Hi guys. Recently I upgraded Sanic and Sentry...

bug
help wanted
Status: Backlog
Integration: Sanic
Team: Web Backend

### Problem Statement In FastAPI, and all Python integrations in the Sentry SDK which can work with Jinja could benefit from better managing errors which originate from Jinja templates. ###...

Enhancement
New Integration
Triaged

### Problem Statement Similar to other frameworks FastAPI can run [background task](https://fastapi.tiangolo.com/tutorial/background-tasks/), which should be included in contextual data ### Solution Brainstorm It would be beneficial to add distributed tracing...

Enhancement
Integration: Starlette/FastAPI
Triaged

### How do you use Sentry? Sentry Saas (sentry.io) ### Version AWS Lambda ### Steps to Reproduce 1. I create a AWS Lambda function based on Python 3.9 in the...

bug
enhancement
Integration: Serverless
Status: Backlog

### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.5.10 ### Steps to Reproduce 1. I have a AWS Lambda function based on Node. 2. I create a...

bug
Integration: Serverless
Status: Backlog

We use sentry performance monitoring for our user-facing API running Django REST Framework. However, behind that we also have an internal API using GRPC that we're hitting via a grpcio...

help wanted
new-integration
Feature: Performance
Status: Backlog

### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.5.12 ### Steps to Reproduce [This task](https://github.com/getsentry/sentry/blob/302a5ece36487d751f08fece3e0dd1667fac9155/src/sentry/tasks/relay.py#L26) performs some writes to Redis, see [a transaction on Sentry](https://sentry.io/organizations/sentry/discover/sentry:7f2e153b30584487b572b291e3144d7f/?field=title&field=event.type&field=project&field=user.display&field=timestamp&name=All+Events&query=public_key%3A0265d96e5e744f0b93b9afef2e740c9f&sort=-timestamp&statsPeriod=24h&yAxis=count%28%29#context-kwargs) of this...

Status: Backlog
Hacktoberfest 🎃
Integration: Redis