Commit Graph

19 Commits

Author SHA256 Message Date
6c35efab17 Accepting request 878128 from home:ecsos:messenger:matrix
Update to 1.0.0 and fix build error in factory.

OBS-URL: https://build.opensuse.org/request/show/878128
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=31
2021-03-10 09:13:44 +00:00
aef454b5ea Accepting request 854574 from home:ecsos:messenger:matrix
Update to 0.19.5

OBS-URL: https://build.opensuse.org/request/show/854574
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=29
2020-12-10 21:15:53 +00:00
db09a4965a Accepting request 852630 from home:ecsos:messenger:matrix
Add additional and missing requirements.

OBS-URL: https://build.opensuse.org/request/show/852630
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=28
2020-12-02 13:44:40 +00:00
d436a49f84 Accepting request 852439 from home:frispete:Tumbleweed
- Update to version 0.19.4
  * Fix a bug that would make applications crash if an old version
    of boto3 was installed.
- Update to version 0.19.3
  * Automatically pass integration-relevant data to traces_sampler
    for AWS, AIOHTTP, ASGI, Bottle, Celery, Django, Falcon, Flask,
    GCP, Pyramid, Tryton, RQ, and WSGI integrations
  * Fix a bug where the AWS integration would crash if event was
    anything besides a dictionary
  * Fix the Django integrations's ASGI handler for Channels 3.0.
    Thanks Luke Pomfrey!
- Update to version 0.19.2
  * Add traces_sampler option.
  * The SDK now attempts to infer a default release from various
    environment variables and the current git repo.
  * Fix a crash with async views in Django 3.1.
  * Fix a bug where complex URL patterns in Django would create
    malformed transaction names.
  * Add options for transaction styling in AIOHTTP.
  * Add basic attachment support (documentation tbd).
  * fix a crash in the pure_eval integration.
  * Integration for creating spans from boto3.
- Update to version 0.19.1
  * Fix dependency check for blinker fixes #858
  * Fix incorrect timeout warnings in AWS Lambda and GCP
    integrations #854
- Update to version 0.19.0
  * Removed _experiments.auto_enabling_integrations in favor of
    just auto_enabling_integrations which is now enabled by
    default.

OBS-URL: https://build.opensuse.org/request/show/852439
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=27
2020-12-02 11:47:20 +00:00
Tomáš Chvátal
933fa9ff86 Accepting request 815793 from home:mnhauke:gns3
- update to 0.14.4
  * Fix bugs in transport rate limit enforcement for specific data
    categories.
  * The bug should not have affected anybody because we do not yet
    emit rate limits for specific event types/data categories.
  * Fix a bug in capture_event where it would crash if given
    additional kwargs.
  * Fix a bug where contextvars from the request handler were
    inaccessible in AIOHTTP error handlers.
  * Fix a bug where the Celery integration would crash if newrelic
    instrumented Celery as well.

OBS-URL: https://build.opensuse.org/request/show/815793
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=25
2020-06-19 06:32:54 +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
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
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
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
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
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