- update to 1.38.0:

* Only add trace context to checkins and do not run
    `event_processors` for checkins (#2536) by @antonpirker
  * Metric span summaries (#2522) by @mitsuhiko
  * Add source context to code locations (#2539) by @jan-auer
  * Use in-app filepath instead of absolute path (#2541) by
    @antonpirker
  * Switch to `jinja2` for generating CI yamls (#2534) by
    @sentrivana
  * Fix `NameError` on `parse_version` with eventlet (#2532) by
    @sentrivana
  * build(deps): bump checkouts/data-schemas from `68def1e` to
    `e9f7d58` (#2501) by @dependabot
  * Move installed modules code to utils (#2429) by @sentrivana
  * Note: We moved the internal function `_get_installed_modules`
    from `sentry_sdk.integrations.modules` to `sentry_sdk.utils`.
  * So if you use this function you have to update your imports
  * Add code locations for metrics (#2526) by @jan-auer
  * Add query source to DB spans (#2521) by @antonpirker
  * Send events to Spotlight sidecar (#2524) by @HazAT
  * Fix: Prevent global var from being discarded at shutdown
    (#2530) by @antonpirker
  * Fix: Scope transaction source not being updated in scope.span
    setter (#2519) by @sl0thentr0py
- add mock.patch to use mock from stdlib
  - Expose proxy_headers as top level config and use in ProxyManager:
  - Fix django legacy url resolver regex substitution due to
    experimental session_mode in favor of auto detecting its value,
  - Fixed Django transaction name by setting the name to
  - Fix for worker that logs data dropping of events with level

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=60
This commit is contained in:
Dirk Mueller 2023-12-08 16:04:03 +00:00 committed by Git OBS Bridge
parent 7b1da306b3
commit 31c5559eed
4 changed files with 42 additions and 14 deletions

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri Dec 8 16:03:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.38.0:
* Only add trace context to checkins and do not run
`event_processors` for checkins (#2536) by @antonpirker
* Metric span summaries (#2522) by @mitsuhiko
* Add source context to code locations (#2539) by @jan-auer
* Use in-app filepath instead of absolute path (#2541) by
@antonpirker
* Switch to `jinja2` for generating CI yamls (#2534) by
@sentrivana
* Fix `NameError` on `parse_version` with eventlet (#2532) by
@sentrivana
* build(deps): bump checkouts/data-schemas from `68def1e` to
`e9f7d58` (#2501) by @dependabot
* Move installed modules code to utils (#2429) by @sentrivana
* Note: We moved the internal function `_get_installed_modules`
from `sentry_sdk.integrations.modules` to `sentry_sdk.utils`.
* So if you use this function you have to update your imports
* Add code locations for metrics (#2526) by @jan-auer
* Add query source to DB spans (#2521) by @antonpirker
* Send events to Spotlight sidecar (#2524) by @HazAT
* Fix: Prevent global var from being discarded at shutdown
(#2530) by @antonpirker
* Fix: Scope transaction source not being updated in scope.span
setter (#2519) by @sl0thentr0py
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 21 19:14:03 UTC 2023 - ecsos <ecsos@opensuse.org> Tue Nov 21 19:14:03 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

@ -19,7 +19,7 @@
# nothing provides python2-venusian >= 1.0 needed by python2-pyramid # nothing provides python2-venusian >= 1.0 needed by python2-pyramid
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-sentry-sdk Name: python-sentry-sdk
Version: 1.36.0 Version: 1.38.0
Release: 0 Release: 0
Summary: Python SDK for Sentry.io Summary: Python SDK for Sentry.io
License: BSD-2-Clause License: BSD-2-Clause

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d892d7afaf52159e5c7abd3bfa55ed21faadb08f218df6a3272827cea72282db
size 441169

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5949e0f2fb6397aaf07c9a6422cdabefc81a4632bdd0618a1239e0034a6f8f0a
size 448517