diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-12-20 20:22:29 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-12-23 08:52:22 -0800 |
| commit | 97c8c2921e0d49e4bd451208136c72682e5c0683 (patch) | |
| tree | 088282fb4414c4feeff0c28a50ceceb26b2d19fa /meta-python/recipes-devtools/python/python3-sentry-sdk_1.12.0.bb | |
| parent | 010015b8eb0e40c18163137ff0a7a9ef63a7ae8b (diff) | |
| download | meta-openembedded-97c8c2921e0d49e4bd451208136c72682e5c0683.tar.gz | |
python3-sentry-sdk: upgrade 1.11.1 -> 1.12.0
Changelog:
=========
Basic OTel support
-------------------
This adds support to automatically integrate OpenTelemetry performance tracing with Sentry.
Various fixes & improvements
-------------------------------
Tox Cleanup (#1749)
CI: Fix Github action checks (#1780)
Profiling: Introduce active thread id on scope (#1764)
Profiling: Eagerly hash stack for profiles (#1755)
Profiling: Resolve inherited method class names (#1756)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sentry-sdk_1.12.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-sentry-sdk_1.12.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.12.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.12.0.bb new file mode 100644 index 0000000000..455faf8a5e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.12.0.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SUMMARY = "The new Python SDK for Sentry.io" | ||
| 2 | DESCRIPTION = "This is the next line of the Python SDK \ | ||
| 3 | for Sentry, intended to replace the raven package on PyPI." | ||
| 4 | HOMEPAGE = "https://github.com/getsentry/sentry-python" | ||
| 5 | LICENSE = "BSD-2-Clause" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341" | ||
| 7 | |||
| 8 | RDEPENDS:${PN} += "\ | ||
| 9 | ${PYTHON_PN}-urllib3 \ | ||
| 10 | ${PYTHON_PN}-core \ | ||
| 11 | ${PYTHON_PN}-json \ | ||
| 12 | ${PYTHON_PN}-logging \ | ||
| 13 | ${PYTHON_PN}-threading \ | ||
| 14 | ${PYTHON_PN}-compression \ | ||
| 15 | ${PYTHON_PN}-datetime \ | ||
| 16 | " | ||
| 17 | |||
| 18 | SRC_URI[sha256sum] = "dc0fe6ef2f77a3853b399c75c97d87be7666098817c1c314f8fcdf68a6865914" | ||
| 19 | |||
| 20 | PYPI_PACKAGE = "sentry-sdk" | ||
| 21 | |||
| 22 | inherit pypi setuptools3 | ||
