graphene-django-sentry
graphene-django-sentry copied to clipboard
Capture Sentry exceptions through django-graphene views
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.5.2 to 1.14.0. Release notes Sourced from sentry-sdk's releases. 1.14.0 Various fixes & improvements Add before_send_transaction (#1840) by @antonpirker Adds a hook (similar to before_send) that is...
Bumps [wheel](https://github.com/pypa/wheel) from 0.30.0 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...
Bumps [django](https://github.com/django/django) from 2.1.6 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...
When I installed this package it downgraded the `sentry_sdk` installation.
* graphene_django_sentry version: 0.4.0 * Python version: 3.12 * Operating System: Linux ### Description Installing via `uv` ([repo](https://github.com/astral-sh/uv), [docs](https://docs.astral.sh/uv), [PyPI](https://pypi.org/project/uv/)) ran into the `sentry-sdk` constraint in setup.py: https://github.com/phalt/graphene-django-sentry/blob/49e05345d84605ddad7cec36da7410a3100658ec/setup.py#L13 ``` ×...