sentry-python
sentry-python copied to clipboard
The official Python SDK for Sentry.io
Would be great to have support for https://github.com/coleifer/huey since it supports both Django and regular python scripts. Right now when exception occurs it has 90+ breadcrumbs because it saves them...
### Problem Statement I configured TRACES_SAMPLE_RATE env var for airflow, and can see basic airflow performance data in sentry However, I do not see performance data for my DAGs -...
### Problem Statement Our team is using aws lambda layer and cloudformation macro to automatically initialize sentry so we don't have to import and init sentry in every application code....
### Problem Statement Using gunicorn's gevent worker requests sometimes time out during normal operation. In that case a [warning level logging event is triggered](https://github.com/benoitc/gunicorn/blob/cf55d2cec277f220ebd605989ce78ad1bb553c46/gunicorn/workers/ggevent.py#L113). Unfortunately the message is pre-formatted and...
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.5.10 ### Steps to Reproduce 1. Use Flask Integration 2. Enable Werkzeug's `DebugApplication` mode 3. Set the `SENTRY_DSN` environment...
### Problem Statement I'm using Sentry to instrument AWS Lambda functions that run inside a private VPC and therefore don't have a route to the Internet. I'd like to be...
Hi, I followed this documentation (https://docs.sentry.io/platforms/python/guides/pyspark/) and I was not able to send to sentry unhandled exceptions. I was only able to do it using the capture_event and capture_exception methods,...
### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? Sentry-sdk v1.5.2 I'm facing the same issue as #1290, but with the latest (v1.5.2) version of...
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.5.10 ### Steps to Reproduce The python sentry_sdk celery integration uses `_wrap_apply_async` to wrap the `celery.Task.apply_async` method. However it...
This PR is an attempt to fix issue #1095 by implementing the Python versioning scheme defined by [PEP 440](https://www.python.org/dev/peps/pep-0440/#appendix-b-parsing-version-strings-with-regular-expressions) without making `sentry-sdk` dependent to the `packaging` library. The version parsing...