forked from pool/python-sentry-sdk
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:
parent
abe881a66b
commit
bfa269a57b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88413a87eeb08ba4632ece21794bd8b4031ba9d4426e5307a94538461538cb21
|
||||
size 150681
|
3
python-sentry-sdk-0.14.3.tar.gz
Normal file
3
python-sentry-sdk-0.14.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6491fb1082d489dcc1c640126872850043aafa8ad85cceddeec28b8f8738b35
|
||||
size 158325
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user