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

As described in issue #2461, the `SentryWrappingMiddleware` MRO is just `object` if Django < 3.1 (when async middleware became a thing), but the `async_capable` check inside the class only looks...

Integration: Django

### Problem Statement The flamegraph looks very incomplete if eventlet is used. User turns off eventlet, then finds the flamegraph has a lot more information. The problem may be: Due...

Enhancement
Feature: Profiling
Triaged

### Problem Statement `Span` and `Transaction` should support async context manager protocol to avoid unnecessary nesting. As an example: ```py async def main() -> None: async with a: with sentry_sdk.start_transaction(...

Enhancement
Triaged

Breadcrumbs need to work whether tracing is on or not. We were using span data to populate them. This wouldn't work if tracing was off.

Ref: - https://github.com/getsentry/team-replay/issues/492

This moves the creation of breadcrumbs for outgoing HTTP requests from the `maybe_create_breadcrumbs_from_span` into the integrations.

Project: POTel (Phase 1)

### How do you use Sentry? Self-hosted/on-premise ### Version 1.45.0 ### Steps to Reproduce After upgrading from Python 3.10.13 to 3.12.4 we started getting segmentation faults from time to time...

Integration: Starlette/FastAPI
Waiting for: Community
Stale
Python:3.12

### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.26.0; 1.44.1 ### Steps to Reproduce Run [this script](https://github.com/raul3z/sentry-support-issues/blob/fc3816dd2bf63351b19585541bc040cfe85f7b15/transactions_not_sent.py) ### Expected Result Having seven entries in sentry Discover, from...

Type: Bug
Waiting for: Community
Stale

### How do you use Sentry? Sentry Saas (sentry.io) ### Version 2.17.0 ### Steps to Reproduce 1. Set up a Django project with Strawberry async. 2. Set up a query...

Type: Bug
Integration: Django
Waiting for: Community
Integration: Strawberry
Better async support