From 495557be284ae96e11acdde9aef2e8ce52f0ce0c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 24 Apr 2023 11:30:10 +0800 Subject: [PATCH] python3-sentry-sdk: upgrade 1.19.1 -> 1.20.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changelog: ========== Send all events to /envelope endpoint when tracing is enabled Note: If you’re self-hosting Sentry 9, you need to stay in the previous version of the SDK or update your self-hosted to at least 20.6.0 Profiling: Remove profile context from SDK Profiling: Additionl performance improvements to the profiler Fix: Celery Beat monitoring without restarting the Beat process Fix: Using the Codecov uploader instead of deprecated python package Fix: Support for Quart Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...ython3-sentry-sdk_1.19.1.bb => python3-sentry-sdk_1.20.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sentry-sdk_1.19.1.bb => python3-sentry-sdk_1.20.0.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.19.1.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.20.0.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.19.1.bb rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.20.0.bb index 0eb29c71b..174545dd2 100644 --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.19.1.bb +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.20.0.bb @@ -15,7 +15,7 @@ RDEPENDS:${PN} += "\ ${PYTHON_PN}-datetime \ " -SRC_URI[sha256sum] = "7ae78bd921981a5010ab540d6bdf3b793659a4db8cccf7f16180702d48a80d84" +SRC_URI[sha256sum] = "a3410381ae769a436c0852cce140a5e5e49f566a07fb7c2ab445af1302f6ad89" PYPI_PACKAGE = "sentry-sdk"