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 Ruby SDK cleaned up their CI flow by using job dependency flows: @neel.shah said: > btw probably interesting for everyone, @peter made the ruby CI really clean by creating...

Tests

We are close to releasing the next major update to the Sentry Python SDK `3.0.0`. We want to dog food this in `sentry`. Because this is a *big* change we...

Project: POTel: after alpha
SDK 3.0
Improvement

### How do you use Sentry? Sentry Saas (sentry.io) ### Version sentry-sdk==2.6.0 django==5.0.6 ### Steps to Reproduce 1. django app on completely async stack; 2. sentry configuration: ``` sentry_sdk.init( dsn=SENTRY_DSN,...

Better async support
Python
Improvement

Test different OTel setups with the new SDK to get a better feel of the OTel experience: - OTel-instrumented app not instrumented by Sentry, is the Sentry span processor picking...

Project: POTel
Python
Project: POTel: after alpha

### How do you use Sentry? Self-hosted/on-premise ### Version "2.25.1" ### Steps to Reproduce We noticed that a lot of our fastapi transactions in sentry were showing an unexpectedly long...

Component: Serializer
Python
Improvement

This issue has been converted to a project [Verify spans are available for SQL transactions [Python]](https://linear.app/getsentry/project/verify-spans-are-available-for-sql-transactions-python-5cc54648fd4a) --- In [HTTP Requests within SQL Transactions](https://linear.app/getsentry/project/sql-issue-detection-f94b4c4af773/overview#milestone-343cae13-49fe-4c07-95d6-cc28aefef58f) we would like to detect when HTTP...

Integration: Django
Integration: SQLAlchemy
Python
Spans

### Problem Statement When using [Griptape](https://github.com/griptape-ai/griptape) as the AI framework, which internally relies on the OpenAI Python SDK, Sentry's current OpenAI integration does not correctly capture token usage, request durations,...

New Integration
Python
Feature

To ensure the reliability of time-dependent tests and reduce their duration, I suggest mocking time in tests. Currently, some tests implicitly rely on underlying platform performance by setting arbitrary sleep...

Python
Tests

### How do you use Sentry? Sentry Saas (sentry.io) ### Version all ### Steps to Reproduce No reproduction, but Gentoo has a list of tests they disable to consistently built...

Component: DX
Python
Tests

Adapt to new FastMCP release that broke our integration.