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 Django does redirects from URLs with a trailing "/" to an url containing the "/" (or vice verce, depending on your config) In those cases our Integration...

Enhancement
Integration: Django

### How do you use Sentry? Self-hosted/on-premise ### Version 1.30.0 ### Steps to Reproduce I execute tasks via `app.send_task(, kwarsg={...})` (where `app` is `Celery()` instance) because it's simpler for me...

Enhancement
Integration: Celery
Triaged

### How do you use Sentry? Sentry Saas (sentry.io) ### Version sentry.python.django 1.32.0 ### Steps to Reproduce The customer has the following settings: ``` # in settings.py from .sentry import...

Type: Bug
Integration: AWS Lambda

See this RFC: https://github.com/getsentry/rfcs/pull/122 There are multiple PRs for this: (For details on the status see the respective PR) - https://github.com/getsentry/sentry-python/pull/2611 - https://github.com/getsentry/sentry-python/pull/2609 - https://github.com/getsentry/sentry-python/pull/2610

enhancement

### Problem Statement Python 3.13 is scheduled for release in [October 2024](https://peps.python.org/pep-0719/#schedule). The first RC will be out in July, the second one in September. ### Solution Brainstorm Prepare for...

enhancement
Python:3.13

### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.39.1 ### Steps to Reproduce I'm using this task to send check-ins from airflow: ```python def sentry_checkin(status: str, init_task_id:...

Type: Bug
Integration: Apache Airflow
Feature: Crons
Triaged

### How do you use Sentry? Sentry Saas (sentry.io) ### Version Django 1.39.1/1.39.2 ### Steps to Reproduce 1. Currently with the use of the scrubber it happens in some cases...

Add tracing to the Trytond integration and extract transaction information from RPC request objects.

Component: DX

### Problem Statement [Starlite was renamed to Litestar.](https://litestar.dev/about/organization.html#litestar-and-starlite) Since we already have a Starlite integration, adding support for Litestar should in the ideal case just be a matter of checking...

Enhancement
New Integration
Triaged

This adds an API to the Sentry Python SDK that captures user feedback via envelope. This is implemented very similiarly to how it is done for the JavaScript SDK, see...