sentry-python
sentry-python copied to clipboard
The official Python SDK for Sentry.io
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.39.2 ### Steps to Reproduce SystemExit (raised manually or through sys.exit) are not captured by sentry_sdk. We are not...
### How do you use Sentry? Self-hosted/on-premise ### Version 1.39.2 ### Steps to Reproduce trying to build the 1.39.2 for Ubuntu, I see two test failures when testing with 3.12.1,...
### Problem Statement I currently run a celery task*, with some custom spans that divide a long running processing task. This processing task itself does a bunch of HTTP requests,...
### How do you use Sentry? Self-hosted/on-premise ### Version self-hosted-23.11.2 ### Steps to Reproduce 1. Django setup with `SCRIPT_NAME=/foo/bar` under domain `example.net` 2. Full url `https://example.net/foo/bar/` 3. Triggern an error...
URLs generated using Sentry's WSGI Middleware should include SCRIPT_NAME in the event's url Fixes https://github.com/getsentry/sentry-python/issues/2576 Noticed that the problem described in the above issue wasn't specific to Django per se...
Benefits of unhardcoding integration list and disabling auto integrations: 1. It becomes possible to successfully run tests in environments where certain extra auto integrations get enabled. 2. There is no...
Removing experimental OTel autoinstrumentation since we want to focus on getting basic OTel support right. Once we're confident that our instrumentation works correctly with OTel, we can focus on adding...
Sentry background worker is chronically blocking async event loop when many exceptions are raised
### How do you use Sentry? Self-hosted/on-premise ### Version 1.40.6 ### Steps to Reproduce Hello! And thanks for reading my ticket :) The python sentry client is a synchronous client...
Resolves https://github.com/getsentry/sentry-python/issues/3229
### Problem Statement The docs don't show any way to filter spans: https://docs.sentry.io/platforms/python/configuration/filtering/ ### Solution Brainstorm .