Commit Graph

74 Commits

Author SHA256 Message Date
Dominique Leuenberger
aa2308a3d3 Accepting request 788550 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/788550
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sentry-sdk?expand=0&rev=11
2020-03-26 22:34:38 +00:00
Tomáš Chvátal
bfa269a57b 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
2020-03-26 13:08:44 +00:00
Dominique Leuenberger
9b7f327d6d Accepting request 786241 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/786241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sentry-sdk?expand=0&rev=10
2020-03-19 18:49:57 +00:00
Tomáš Chvátal
abe881a66b Accepting request 786199 from home:pgajdos:python
- version update to 0.14.2
  * Fix a crash in the Django integration when used in combination with Django Rest Framework's test utilities for request.
  * Fix high memory consumption when sending a lot of errors in the same process. Particularly noticeable in async environments.
  * Show ASGI request data in Django 3.0
  * New integration for the Trytond ERP framework. Thanks n1ngu!
  * Fix trace continuation bugs in APM.
  * No longer report `asyncio.CancelledError` as part of AIOHTTP integration.
  * Fix package classifiers to mark this package as supporting Python 3.8. The SDK supported 3.8 before though.
  * Update schema sent for transaction events (transaction status).
  * Fix a bug where `None` inside request data was skipped/omitted.
  * Fix an issue with the ASGI middleware that would cause Uvicorn to infer the wrong ASGI versions and call the wrapped application with the wrong argument count.
  * Do not ignore the `tornado.application` logger.
  * The Redis integration now instruments Redis blaster for breadcrumbs and transaction spans.
- test at least something
- deleted sources
  - pytest.ini (not needed)

OBS-URL: https://build.opensuse.org/request/show/786199
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=21
2020-03-18 17:39:57 +00:00
Dominique Leuenberger
83c628c9f3 Accepting request 746765 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/746765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sentry-sdk?expand=0&rev=9
2019-11-09 22:44:40 +00:00
Tomáš Chvátal
af2a7e4c32 Accepting request 746718 from home:jberry:branches:devel:languages:python
- Update to 0.13.2
  - Fix a bug in APM that would cause wrong durations to be
    displayed on non-UTC servers.

OBS-URL: https://build.opensuse.org/request/show/746718
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=19
2019-11-09 07:12:36 +00:00
Dominique Leuenberger
7aef873771 Accepting request 742963 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/742963
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sentry-sdk?expand=0&rev=8
2019-10-27 12:40:40 +00:00
Jimmy Berry
500ba9cadd Accepting request 742962 from home:jberry:branches:devel:languages:python
- Update to 0.13.1
  - Add new global functions for setting scope/context data.
  - Fix a bug that would make Django 1.11+ apps crash when using
    function-based middleware.

OBS-URL: https://build.opensuse.org/request/show/742962
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=17
2019-10-25 14:58:57 +00:00
Dominique Leuenberger
98a5358ceb Accepting request 741616 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/741616
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sentry-sdk?expand=0&rev=7
2019-10-22 13:45:08 +00:00
Jimmy Berry
1e0f3f2445 Accepting request 741615 from home:jberry:branches:devel:languages:python
- Update to 0.13.0
  - Remove an old deprecation warning (behavior itself already
    changed since a long time).
  - The AIOHTTP integration now attaches the request body to crash
    reports. Thanks to Vitali Rebkavets!
  - Add an experimental PySpark integration.
  - First release to be tested under Python 3.8. No code changes
    were necessary though, so previous releases also might have
    worked.

OBS-URL: https://build.opensuse.org/request/show/741615
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=15
2019-10-21 19:38:49 +00:00
Dominique Leuenberger
a0a63eca18 Accepting request 734673 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/734673
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sentry-sdk?expand=0&rev=6
2019-10-03 12:09:00 +00:00
Jimmy Berry
1d0fd6e7a5 Accepting request 734672 from home:jberry:branches:devel:languages:python
- Update to 0.12.3
  - Various performance improvements to event sending.
  - Avoid crashes when scope or hub is racy.
  - Revert a change that broke applications using gevent and channels
    (in the same virtualenv, but different processes).
  - Fix a bug that made the SDK crash on unicode in SQL.
- Comment out test build dependencies since tests are disabled.

OBS-URL: https://build.opensuse.org/request/show/734672
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=13
2019-10-02 20:41:44 +00:00
Dominique Leuenberger
2c54ba672a Accepting request 734168 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/734168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sentry-sdk?expand=0&rev=5
2019-10-02 09:58:46 +00:00
Jimmy Berry
47648e82fb Accepting request 734167 from home:jberry:branches:devel:languages:python
- Add pytest.ini source to ignore deprecation warning from eventlet
- Disable %check since pytest does not want to follow documentation

- Update to 0.12.2
  - Temporarily remove sending of SQL parameters (as part of
    breadcrumbs or spans for APM) to Sentry to avoid memory
    consumption issues.
  - Fix a crash with ASGI (Django Channels) when the ASGI request
    type is neither HTTP nor Websockets.

- Update to 0.12.0
  - Fix a bug where the response object for httplib (or requests)
    was held onto for an unnecessarily long amount of time.
  - APM: Add spans for more methods on subprocess.Popen objects.
  - APM: Add spans for Django middlewares.
  - APM: Add spans for ASGI requests.

- Update to 0.11.2
  - fixed shutdown bug while runnign under eventlet
  - added missing data to Redis breadcrumbs
- Include build requirement on python eventlet module for the tests
  while exclusing a subset of new tests

OBS-URL: https://build.opensuse.org/request/show/734167
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=11
2019-09-30 23:00:26 +00:00
Dominique Leuenberger
accfbc60e4 Accepting request 725777 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/725777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sentry-sdk?expand=0&rev=4
2019-08-24 16:49:14 +00:00
Tomáš Chvátal
171e3b0730 Accepting request 725755 from home:jengelh:branches:devel:languages:python
yesterday's new is tomorrow's old

OBS-URL: https://build.opensuse.org/request/show/725755
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=9
2019-08-24 07:40:20 +00:00
Dominique Leuenberger
782a5cf995 Accepting request 725152 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/725152
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sentry-sdk?expand=0&rev=3
2019-08-22 08:58:15 +00:00
Jimmy Berry
c0edbd9b44 Accepting request 725150 from home:jberry:branches:devel:languages:python
- Update to 0.11.1
  - Remove a faulty assertion (observed in environment with
    Django Channels and ASGI).

OBS-URL: https://build.opensuse.org/request/show/725150
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=7
2019-08-21 21:21:10 +00:00
Dominique Leuenberger
0da4baba92 Accepting request 724196 from devel:languages:python
Newer source available from package origin. (host boomba-work)

OBS-URL: https://build.opensuse.org/request/show/724196
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sentry-sdk?expand=0&rev=2
2019-08-19 19:39:02 +00:00
Jimmy Berry
6c59663eb6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=5 2019-08-16 22:01:10 +00:00
Jimmy Berry
00b9de126c - Update to 0.11.0
- mostly bug fixes
  - integration with SQLAlchemy and Apache Beam

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=4
2019-08-16 21:38:33 +00:00
Dominique Leuenberger
ccfad8a11c Accepting request 722821 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/722821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sentry-sdk?expand=0&rev=1
2019-08-13 11:14:30 +00:00
Tomáš Chvátal
306744035a - Format with spec-cleaner
- Run tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=2
2019-08-12 15:33:07 +00:00
Tomáš Chvátal
ac61aefd54 Accepting request 722104 from home:jberry:python-sentry-sdk
Python SDK for Sentry.io

OBS-URL: https://build.opensuse.org/request/show/722104
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=1
2019-08-12 14:18:35 +00:00