forked from pool/python-sentry-sdk
- update to 1.45.0:
* Allow to upsert monitors * It's now possible to provide `monitor_config` to the `monitor` decorator/context manager directly: * Add Django `signals_denylist` to filter signals that are attached to by `signals_spans` * `increment` for metrics * Add `value`, `unit` to `before_emit_metric` * 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` * Make `monitor` async friendly * Fixed `Event | None` runtime `TypeError` * ref: Define types at runtime * Explicit reexport of types * Add optional `keep_alive` * Add support for Celery Redbeat cron tasks * `aws_event` can be an empty list * Re-export `Event` in `types.py` * We added an integration for OpenAI to capture errors and also performance data when using the OpenAI Python SDK. * Discard open OpenTelemetry spans after 10 minutes * Propagate sentry-trace and baggage headers to Huey tasks OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=73
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
# ipdb no longer available for python 3.9
|
||||
%global skip_python39 1
|
||||
Name: python-sentry-sdk
|
||||
Version: 1.40.4
|
||||
Version: 1.45.0
|
||||
Release: 0
|
||||
Summary: Python SDK for Sentry.io
|
||||
License: BSD-2-Clause
|
||||
|
Reference in New Issue
Block a user