diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-12-14 17:05:36 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-14 07:53:24 -0800 |
commit | 6c98ed4d1af68cf0a6e236e5cb6e5a0d798f874c (patch) | |
tree | 99d3d297fc73f79befd80e555de8544dbf63cab4 /meta-python/recipes-devtools | |
parent | 616fb9ccb7c69992a3bbe6cb29d1ffd6ae524d77 (diff) | |
download | meta-openembedded-6c98ed4d1af68cf0a6e236e5cb6e5a0d798f874c.tar.gz |
python3-sentry-sdk: upgrade 1.37.1 -> 1.39.0
Changelog:
===========
-Add support for cluster clients from Redis SDK
-Improve location reporting for timer metrics
-Fix Celery TypeError with no-argument apply_async
-Fix Lambda integration with EventBridge source
-Add max tries to Spotlight
-Handle os.path.devnull access issues
-Change code.filepath frame picking logic
-Trigger AWS Lambda tests on label
-Run permissions step on pull_request_target but not push
-Hash AWS Lambda test functions based on current revision
-Update Django version in tests
-Make metrics tests non-flaky
-Various fixes & improvements
-Only add trace context to checkins and do not run event_processors for checkins
-Metric span summaries
-Add source context to code locations
-Use in-app filepath instead of absolute path
-Switch to jinja2 for generating CI yamls
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-sentry-sdk_1.39.0.bb (renamed from meta-python/recipes-devtools/python/python3-sentry-sdk_1.37.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.37.1.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.39.0.bb index 868a7e2f3..81828737f 100644 --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.37.1.bb +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.39.0.bb | |||
@@ -15,7 +15,7 @@ RDEPENDS:${PN} += "\ | |||
15 | ${PYTHON_PN}-datetime \ | 15 | ${PYTHON_PN}-datetime \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI[sha256sum] = "7cd324dd2877fdc861f75cba4242bce23a58272a6fea581fcb218bb718bd9cc5" | 18 | SRC_URI[sha256sum] = "67f62238af273eebd6432f85116dc6cd5422d4bc02df886514e8139e755f48e4" |
19 | 19 | ||
20 | PYPI_PACKAGE = "sentry-sdk" | 20 | PYPI_PACKAGE = "sentry-sdk" |
21 | 21 | ||