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