diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-03-19 13:45:31 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-20 09:28:10 -0700 |
| commit | 24467fcaecc4a2aab41e1ea21597455c20812113 (patch) | |
| tree | dc6d9457c9f50a62aa1607c1ce61d350d61c8852 /meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.6.bb | |
| parent | 68ae46b2722e99e1957a74ed36dc059481ddfd5d (diff) | |
| download | meta-openembedded-24467fcaecc4a2aab41e1ea21597455c20812113.tar.gz | |
python3-sentry-sdk: upgrade 1.40.6 -> 1.42.0
Changelog:
============
-Discard open OpenTelemetry spans after 10 minutes
-Propagate sentry-trace and baggage headers to Huey tasks
-Added Event type
-Improve scrub_dict typing
-Dependencies: bump types-protobuf from 4.24.0.20240302 to 4.24.0.20240311
-Allow to configure merge target for releases
-Allow empty character in metric tags values
-Replace invalid tag values with an empty string instead of _
-Add documentation comment to scrub_list
-Fixed regex to parse version in lambda package file
-xfail broken AWS Lambda tests for now
-Removed print statements because it messes with the tests
-Bump types-protobuf from 4.24.0.20240129 to 4.24.0.20240302
-Bump checkouts/data-schemas from eb941c2 to ed078ed]
-New integration: OpenAI integration
-Add recursive scrubbing to EventScrubber
-Expose socket_options
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.40.6.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.6.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.6.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.6.bb deleted file mode 100644 index a348f337cb..0000000000 --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.40.6.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 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 = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=03dc788d9a9486be5e6a1d99c2c1ce3a" | ||
| 7 | |||
| 8 | RDEPENDS:${PN} += "\ | ||
| 9 | python3-urllib3 \ | ||
| 10 | python3-core \ | ||
| 11 | python3-json \ | ||
| 12 | python3-logging \ | ||
| 13 | python3-threading \ | ||
| 14 | python3-compression \ | ||
| 15 | python3-datetime \ | ||
| 16 | " | ||
| 17 | |||
| 18 | SRC_URI[sha256sum] = "f143f3fb4bb57c90abef6e2ad06b5f6f02b2ca13e4060ec5c0549c7a9ccce3fa" | ||
| 19 | |||
| 20 | PYPI_PACKAGE = "sentry-sdk" | ||
| 21 | |||
| 22 | inherit pypi setuptools3 | ||
