sentry-python
sentry-python copied to clipboard
The official Python SDK for Sentry.io
### **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...
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,...
### 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...
### 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...
### 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. ###...
### 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...
### 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...
### 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...
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...
### 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...