sentry-python
sentry-python copied to clipboard
The official Python SDK for Sentry.io
### Self-Hosted Version 24.1.0 and 24.1.1 ### CPU Architecture x86_64 ### Docker Version Docker version 24.0.7, build afdd53b ### Docker Compose Version 2.11.1 ### Steps to Reproduce 1. Clone repo...
Running py-spy while the sentry sdk in a django project shows that there is a lot of time spent generating un-used uuid. This PR simply takes the same UUID format...
We rely on the log output of our AWS Lambda tests to determine whether the tests have been successful: we log envelope and event contents and then check whether the...
### Problem Statement Currently when an exception or error occurs during the processing of a GraphQL operation by Graphene, the transaction name assigned to the reported issue is often not...
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.40.3 ### Steps to Reproduce 1. Create celery task in the django 2. Trigger the endpoint that containt the...
This commit adds a span for a graphql operation to the graphene integration Fixes #2765 --- ## General Notes Thank you for contributing to `sentry-python`! Please add tests to validate...
We do support `fork()` in general, but the multiprocessing module has some quirks. * `atexit` does not get called, so events get lost * Unhandled exceptions are not captured An...
### How do you use Sentry? Self-hosted/on-premise ### Version 1.40.4 ### Steps to Reproduce Hello Sentry team, We run a flask application behind a uWSGI, we recently integrated Sentry into...
Fix #2356 - Added support for sensitive_variables and sensitive_post_parameter decorators. - Added test cases
### Problem Statement Prepare a PR for sentry-docs. ### Solution Brainstorm * update lowest supported framework versions on integration pages * find and remove all mentions of py2 compatibility *...