sentry-python
sentry-python copied to clipboard
The official Python SDK for Sentry.io
* new tree construction on end if transaction * attribute mapping as before
### Problem Statement It would be nice to have a documented simple mechanism other than reinitializing the client for disabling its transmissions. The scenario is that I need to disable...
No RC yet, just some beta releases, but we can already start setting stuff up. 3.13 release schedule: https://peps.python.org/pep-0719/#schedule
We've recently switched to a new logging format, which is in JSON instead of a simple string. This has had a detrimental affect on our sentry captures, as it is...
### How do you use Sentry? Sentry Saas (sentry.io) ### Version AWS Lambda Version 101 ### Steps to Reproduce The latest Sentry AWS Lambda layer (101) does not support Python...
### Problem Statement For the normal python sdk, we usually only output logging with `debug=True`, but with the `AWSLambdaIntegration()` the timeout warnings are logged regardless of whether debug is on...
Follow up to detect regressions like https://github.com/getsentry/sentry-python/issues/3021. Verified that the new test fails if I reintroduce the async ensure decorator. The new Uvicorn fixture might be also useful for other...
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 2.3.1 ### Steps to Reproduce Create a new Celery task with a crontab schedule of "0 0 * *...
Our Celery integration makes it easy to set up multiple monitors, sometimes more than 100 at once. However, if changes are made to these tasks that apply to all monitors...
### Problem Statement With the release of 2.0, [most of our integrations are now auto enabling](https://docs.sentry.io/platforms/python/integrations/). Conversely, turning a specific integration off is now much more tedious (have to set...