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

### Problem Statement There is no mechanism to control where tracing is or is not propagated to. Leading to possibly sending useless tracing headers and contextual data to endpoints where...

enhancement
Status: Backlog

### Problem Statement Tests could be faster. Maybe using the Sentry internal PyPI server can speed up things. ### Solution Brainstorm Sentry has an internal PYPI server (https://github.com/getsentry/pypi) (Employees can...

enhancement
Status: Backlog
Component: Tests

### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.9.8 ### Steps to Reproduce I try to use sentry with typer. Seems sentry will not catch uphandled exception...

New Integration
Waiting for: Product Owner
triaged

### How do you use Sentry? Sentry Saas (sentry.io) ### Version arn:aws:lambda:ap-southeast-2:943013980633:layer:SentryPythonServerlessSDK:37 ### Steps to Reproduce AWS Lambda layer = arn:aws:lambda:ap-southeast-2:943013980633:layer:SentryPythonServerlessSDK:37 I have tried from version 22, the last version...

enhancement
Status: Backlog

Version 0.8.0 introduced trimming of large data. Is it possible to optionally not to trim extra data which I specify with `scope.set_extra(...)`?

enhancement
Status: Backlog

### How do you use Sentry? Sentry Saas (sentry.io) ### Version Any (tried 1.5.12 and 1.9.5) ### Steps to Reproduce - python 3.8 - apache-beam==2.40.0 - pycharm - DoFn using...

Type: Bug
Waiting for: Community
Triaged
Integration: Apache Beam

### Environment SaaS (https://sentry.io/) ### Version _No response_ ### Steps to Reproduce I tried to debug this issue however I am not 100% sure what is the root cause. I...

enhancement
triaged

### Problem Statement The FastAPI (and Starlette) integrations should set the http status of the current span to the http status of the request. Nice information to have! ### Solution...

enhancement
Status: Backlog
Integration: Starlette/FastAPI

### Discussed in https://github.com/getsentry/sentry-python/discussions/1580 Originally posted by **abhishek17569** August 24, 2022 Hello All, I'm using pymongo and performing multiple aggregation pipelines. I want to get the DB process spans to...

enhancement
new-integration
Status: Backlog

### Problem Statement In https://github.com/getsentry/sentry-python/issues/988#issuecomment-1213193862 a user provides a screenshot with a "Missing instrumentation" notice that is likely related to a problem with our boto3 instrumentation. The line that fires...

enhancement
triaged
Integration: AWS Lambda