mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Changelog: ========== -Allow to upsert monitors -Add Django signals_denylist to filter signals that are attached to by signals_spans -increment for metrics -Add value, unit to before_emit_metric -Remove experimental metric summary options -New normalization rules for metric keys, names, units, tags -Change data_category from statsd to metric_bucket -Accessing __mro__ might throw a ValueError -Suppress prompt spawned by subprocess when using pythonw -Handle None in GraphQL query -Do not send "quiet" Sanic exceptions to Sentry -Implement metric_bucket rate limits -Fix type hints for monitor decorator -Remove deprecated typing imports in crons -Make monitor_config a TypedDict -Add devenv-requirements.txt and update env setup instructions -Bump types-protobuf from 4.24.0.20240311 to 4.24.0.20240408 -Disable Codecov check run annotations Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
23 lines
609 B
BlitzBasic
23 lines
609 B
BlitzBasic
SUMMARY = "The new Python SDK for Sentry.io"
|
|
DESCRIPTION = "This is the next line of the Python SDK \
|
|
for Sentry, intended to replace the raven package on PyPI."
|
|
HOMEPAGE = "https://github.com/getsentry/sentry-python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=03dc788d9a9486be5e6a1d99c2c1ce3a"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
python3-urllib3 \
|
|
python3-core \
|
|
python3-json \
|
|
python3-logging \
|
|
python3-threading \
|
|
python3-compression \
|
|
python3-datetime \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "509aa9678c0512344ca886281766c2e538682f8acfa50fd8d405f8c417ad0625"
|
|
|
|
PYPI_PACKAGE = "sentry-sdk"
|
|
|
|
inherit pypi setuptools3
|