summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sentry-sdk_1.35.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-sentry-sdk: upgrade 1.35.0 -> 1.37.1Wang Mingyu2023-11-281-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== -Fix NameError on parse_version with eventlet -build(deps): bump checkouts/data-schemas from 68def1e to e9f7d58 -Move installed modules code to utils -Note: We moved the internal function _get_installed_modules from sentry_sdk.integrations.modules to sentry_sdk.utils. So if you use this function you have to update your imports -Add code locations for metrics -Add query source to DB spans -Send events to Spotlight sidecar -Run integration tests with newest pytest -Bring tests up to date -Fix: Prevent global var from being discarded at shutdown -Fix: Scope transaction source not being updated in scope.span setter -Django: Support Django 5.0 -Django: Handling ASGI body in the right way. -Flask: Test with Flask 3.0 -Celery: Do not create a span when task is triggered by Celery Beat -Redis: Ensure RedisIntegration is disabled, unless redis is installed -Quart: Fix Quart integration for Quart 0.19.4 -gRPC: Make async gRPC less noisy Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: upgrade 1.34.0 -> 1.35.0Wang Mingyu2023-11-171-0/+22
Changelog: ========== -Updated gRPC integration: Asyncio interceptors and easier setup -Python 3.12: Replace deprecated datetime functions -Metrics: Unify datetime format -Celery: Set correct data in check_ins -Celery: Read timezone for Crons monitors from celery_schedule if existing -Django: Removing redundant code in Django tests -Django: Make reading the request body work in Django ASGI apps. -FastAPI: Use wraps on fastapi request call wrapper -Fix: Probe for psycopg2 and psycopg3 parameters function. -Fix: Remove unnecessary TYPE_CHECKING alias Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>