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

### Problem Statement Some integrations still use old APIs. Update them to use the new scopes APIs. ### Solution Brainstorm - [ ] arq - [ ] beam - [...

enhancement
SDK 2.0

### Problem Statement Some integrations are still using old APIs like hub cloning. ### Solution Brainstorm Update the Flask integration from old-style (e.g. `configure_scope`) hubs&scopes API to the new scopes...

enhancement
SDK 2.0

### Problem Statement Some integrations are still using old APIs like hub cloning. ### Solution Brainstorm Update the following integrations from old-style (e.g. `configure_scope`) hubs&scopes API to the new scopes...

enhancement
SDK 2.0

### Problem Statement Some integrations are still using old APIs like hub cloning. ### Solution Brainstorm Update the Django integration from old-style (e.g. `configure_scope`) hubs&scopes API to the new scopes...

enhancement
SDK 2.0

### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.41.0 ### Steps to Reproduce N/A ### Expected Result The Loguru integration only should set valid level values on...

### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.40.2 ### Steps to Reproduce Running an app with the StrawberryIntegration crashes if graphql endpoint is called with no...

Type: Bug
Good first issue
Integration: Strawberry

This fixes #2715 by setting a fallback value for `execution_context.query`. --- ## General Notes Thank you for contributing to `sentry-python`! Please add tests to validate your changes, and lint your...

When we get an incoming `sentry-trace` or `baggage` header with multiple values separated by a comma our header parsing function fails silently and starting a new span: Example header: ```...

Type: Bug

When sending outgoing `sentry-trace` or `baggage` headers make sure that they only have one value included. Something like this never be sent (same goes for `baggage` header): ``` sentry-trace: 6a5871d13d8441818ccc593c6c3b07c8-b252c3821bdbaceb-1,...

Type: Bug

- [x] Make sure each `start_span` always forks the current scope. - [x] Make sure active span is always on the current scope. (this includes also cleaning up our messy...

scope refactor