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:
@@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 19:24:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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
|
||||
* Added Event type
|
||||
* Improve scrub_dict typing
|
||||
* Fix compatibility with `greenlet`/`gevent`
|
||||
* Fix query source relative filepath
|
||||
* Support `clickhouse-driver==0.2.7`
|
||||
* Deprecate `last_event_id()`.
|
||||
* `parsed_url` can be `None`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 15 19:22:19 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6bf702dcee87ee2c276eeb257e5550a502e7342600e3d4be7e09d6f440a28d13
|
||||
size 458601
|
3
sentry-python-1.45.0.tar.gz
Normal file
3
sentry-python-1.45.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98c9ff0874110c5601945d7fe7177e157506c02c40e33b8a180ec14d7ae0cde3
|
||||
size 475425
|
Reference in New Issue
Block a user