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