1
0

Accepting request 788536 from home:mcalabkova:branches:devel:languages:python

- update to 0.14.3
  * Attempt to use a monotonic clock to measure span durations in Performance/APM.
  * Avoid overwriting explicitly set user data in web framework integrations.
  * Allow to pass keyword arguments to `capture_event` instead of configuring the scope.
  * Feature development for session tracking.

OBS-URL: https://build.opensuse.org/request/show/788536
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=23
This commit is contained in:
Tomáš Chvátal 2020-03-26 13:08:44 +00:00 committed by Git OBS Bridge
parent abe881a66b
commit bfa269a57b
4 changed files with 13 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Mar 26 12:36:49 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 0.14.3
* Attempt to use a monotonic clock to measure span durations in Performance/APM.
* Avoid overwriting explicitly set user data in web framework integrations.
* Allow to pass keyword arguments to `capture_event` instead of configuring the scope.
* Feature development for session tracking.
-------------------------------------------------------------------
Wed Mar 18 14:30:44 UTC 2020 - pgajdos@suse.com

View File

@ -20,7 +20,7 @@
# nothing provides python2-venusian >= 1.0 needed by python2-pyramid
%define skip_python2 1
Name: python-sentry-sdk
Version: 0.14.2
Version: 0.14.3
Release: 0
Summary: Python SDK for Sentry.io
License: BSD-2-Clause