Commit Graph

9 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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