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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user