aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sentry-sdk_1.44.0.bb
AgeCommit message (Collapse)Author
2024-04-17python3-sentry-sdk: upgrade 1.44.0 -> 1.45.0Wang Mingyu
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>
2024-04-02python3-sentry-sdk: upgrade 1.42.0 -> 1.44.0Wang Mingyu
Changelog: =========== -ref: Define types at runtime -Explicit reexport of types -feat(profiling): Add thread data to spans -Add optional keep_alive -Add support for Celery Redbeat cron tasks -The SDK now supports the Redbeat scheduler in addition to the default Celery Beat scheduler for auto instrumenting crons. -aws_event can be an empty list -Re-export Event in types.py -Small API docs improvement -Fixed OpenAI tests -Bump checkouts/data-schemas from ed078ed to 8232f17 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>