summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-sentry-sdk: upgrade 1.22.2 -> 1.24.0Wang Mingyu2023-05-251-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== New: Celery Beat exclude tasks option New: Add support for ExceptionGroups Prefer importlib.metadata over pkg_resources if available Work with a copy of request, vars in the event Pinned version of dependency that broke the build Disable Django Cache spans by default. New: Add loguru integration Do not truncate request body if request_bodies is "always" Fixed Celery headers for Beat auto-instrumentation Add db.operation to Redis and MongoDB spans Make sure we're importing redis the library Add include_source_context option Import Markup from markupsafe Fix __qualname__ missing attribute in asyncio integration Remove relay extension from AWS Layer Add a note about pip freeze to the bug template Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: upgrade 1.22.1 -> 1.22.2Wang Mingyu2023-05-141-0/+22
Changelog: ========== Fix: Django caching spans when using keyword arguments (#2086) Fix: Duration in Celery Beat tasks monitoring (#2087) Fix: Docstrings of SPANDATA (#2084) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>