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

Add instrumentation for Django signals

enhancement
Status: Backlog
Integration: Django

### Problem Statement From many (most or all?) Sentry SDKs the sdk name in the event payload, query params, and auth headers follows a pattern of including the framework when...

enhancement
Status: Backlog
Component: SDK

### Problem Statement Right now the users have to set the integrations by themselves. Better would be auto enabling it like Django. ### Solution Brainstorm Detect starlette and fastfapi python...

enhancement
Status: Backlog

The integrations for Starlette and FastAPI should be auto enabled. This is for easier installation of the Sentry SDK. The SDK will detect if Starlette and/or FastAPI is installed and...

### Problem Statement Tom Christie (creator of Starlette) suggested, that we submit a PR for updating their documentation. See this discussion: https://github.com/encode/starlette/discussions/1787#discussioncomment-3314878 ### Solution Brainstorm Create two PRs, one for...

Triaged
Python
Docs

### Problem Statement Span attribute `sampled` is ignored and on `Transaction` finish all collected Spans inside `Transaction` will be send, if all transaction is Sampled. I want to use feature-flags...

enhancement

enhancement
Status: Backlog
Jira
Integration: Django

### Problem Statement One part is parallelization and one part is finding slow tests and make them faster. ### Solution Brainstorm For pytest: --durations=50 shows the 50 slowest tests

enhancement
Status: Backlog
Component: Tests

See: https://endoflife.date/python

Status: Backlog
breaking