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

The raven client had a defined log handler which let you use python's built in logging configuration mechanisms to control how log messages looked when they were passed to sentry,...

Help wanted
New Integration
Integration: Logging
Triaged

I am using Sentry for a closed source project and do not want to publish source code with Sentry events. I am currently filtering out the context from the `before_send`...

Status: Backlog

### Environment How do you use Sentry? Self-hosted - 9.1.2 Which SDK and version? sentry-sdk[pyspark] == 0.20.3 ### Steps to Reproduce I setup the Pyspark Integration as described in the...

bug
Status: Backlog

### Environment self-hosted (https://develop.sentry.dev/self-hosted/) ### Version 9.1.2 ### Steps to Reproduce python-pseudo code: ``` def test(): a = 1 b = ObjectThatRaisesOnRepr() c = 3 1 / 0 # raise,...

bug
Status: Backlog
Team: Web Backend

Draft proposal for https://github.com/getsentry/sentry-python/issues/760

Status: Backlog

Fixes #1049 Not sure that this is the cleanest solution, but it sure seems to work.

Status: Backlog

### Environment How do you use Sentry? self-hosted 9.1.2 Which SDK and version? Python 1.1.0 ### Steps to Reproduce I have an AWS lambda that has multiple entry points. I...

question
Integration: Serverless
Status: Backlog

### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? Python 3.8 ### Steps to Reproduce 1. Followed steps on https://docs.sentry.io/platforms/python/guides/aws-lambda/container-image/ 2. Started lambda function with...

Integration: Serverless
Triaged

SDK intermittently causing fatal errors like this: ``` [sentry] DEBUG: atexit: got shutdown signal [sentry] DEBUG: atexit: shutting down client [sentry] DEBUG: Flushing HTTP transport [sentry] DEBUG: background worker got...

bug
Status: Backlog