summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sentry-sdk_2.55.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-04-02 10:13:48 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-01 19:29:10 -0700
commitacbd14a284ef4060c46e809fcf124197b47d7b9b (patch)
tree2ad8320e7f8df04abb282171149a2f7b0c804c9d /meta-python/recipes-devtools/python/python3-sentry-sdk_2.55.0.bb
parent29c2c9ef995890a098bcaac2e646a78e573c62c9 (diff)
downloadmeta-openembedded-acbd14a284ef4060c46e809fcf124197b47d7b9b.tar.gz
python3-sentry-sdk: upgrade 2.55.0 -> 2.56.0
Changelog: ========= - (asgi) Add option to disable suppressing chained exceptions - (logging) Separate ignore lists for events/breadcrumbs and sentry logs - Set exception info on streaming span when applicable - Patch AsyncStream.close() and AsyncMessageStream.close() to finish spans - Patch Stream.close() and MessageStream.close() to finish spans - (starlette) Catch Jinja2Templates ImportError - Add note on AI PRs to CONTRIBUTING.md - Pin GitHub Actions to full-length commit SHAs - Add -latest alias for each integration test suite - Use date-based branch names for toxgen PRs - Update test matrix with new releases (03/19) - Add client report tests for span streaming Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sentry-sdk_2.55.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-sentry-sdk_2.55.0.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_2.55.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_2.55.0.bb
deleted file mode 100644
index ac57d3b0ac..0000000000
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_2.55.0.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1SUMMARY = "The new Python SDK for Sentry.io"
2DESCRIPTION = "This is the next line of the Python SDK \
3for Sentry, intended to replace the raven package on PyPI."
4HOMEPAGE = "https://github.com/getsentry/sentry-python"
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=03dc788d9a9486be5e6a1d99c2c1ce3a"
7
8RDEPENDS:${PN} += "\
9 python3-urllib3 \
10 python3-core \
11 python3-json \
12 python3-logging \
13 python3-threading \
14 python3-compression \
15 python3-datetime \
16"
17
18SRC_URI[sha256sum] = "3774c4d8820720ca4101548131b9c162f4c9426eb7f4d24aca453012a7470f69"
19
20PYPI_PACKAGE = "sentry_sdk"
21
22inherit pypi setuptools3