sentry-python
sentry-python copied to clipboard
The official Python SDK for Sentry.io
### Problem Statement In the Django framework, a utility exists to declare that a variable is sensitive or not. https://docs.djangoproject.com/en/3.2/_modules/django/views/decorators/debug/ Would it be possible to support this functionality in the...
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.32.0 ### Steps to Reproduce Oh, this is in Django version 2.2.6, which I accept is pretty old. We've...
Following the `hub` API deprecation, it would likely make more sense to move `sentry_sdk.init`'s implementation to `client.py` (or possibly `scope.py`).
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 2.6.0 ### Steps to Reproduce I run a FastAPI server that uses libraries that are isntrumented with OpenTelemetry, so...
We are still using the deprecated `Hub` in `HttpTransport`: https://github.com/getsentry/sentry-python/blob/407f651f66fa811a20241579aa7881de624b3e20/sentry_sdk/transport.py#L221-L223 https://github.com/getsentry/sentry-python/blob/407f651f66fa811a20241579aa7881de624b3e20/sentry_sdk/transport.py#L551-L555 We should stop using the `Hub` here, as it is deprecated
See issue #3050 This adds support for `__notes__` and adds them to the exception value.
The getter methods would allow users to check if a specific tag/context/extra is already set or not. I have a use case like this and I don't want to access...
### Problem Statement [From Ray Serve's docs](https://docs.ray.io/en/latest/serve/index.html): > Ray Serve is a scalable model serving library for building online inference APIs. Serve is framework-agnostic, so you can use a single...
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.32.0 ### Steps to Reproduce * Use pyright * Import from opentelemetry package: ``` from sentry_sdk.integrations.opentelemetry import SentryPropagator, SentrySpanProcessor...
### Problem Statement Hi, I'm not sure if I'm missing something but I cannot find sentry's support for psycopg v3 (well, named [psycopg](https://www.psycopg.org/psycopg3/docs/) ) and If I try a simple...