Path to this page:
./
www/py-raven,
Client for Sentry
Branch: CURRENT,
Version: 6.10.0,
Package name: py27-raven-6.10.0,
Maintainer: pkgsrc-usersRaven is a Python client for Sentry (https://sentry.io/). It provides full
out-of-the-box support for many of the popular frameworks, including Django,
Flask, and Pylons. Raven also includes drop-in support for any WSGI-compatible
web application.
Required to run:[
devel/py-setuptools] [
lang/python27] [
devel/py-blinker] [
www/py-flask] [
devel/py-contextlib2]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: fdaa60a1bcbd35ca9efc3cd33bb43a2dce80f920
RMD160: 29eea73d7de786ae721758b75845c5798a268792
Filesize: 282.131 KB
Version history: (Expand)
- (2019-02-18) Updated to version: py27-raven-6.10.0
- (2018-09-10) Updated to version: py27-raven-6.9.0
- (2018-05-24) Updated to version: py27-raven-6.8.0
- (2018-04-27) Updated to version: py27-raven-6.7.0
- (2018-03-05) Updated to version: py27-raven-6.6.0
- (2018-01-24) Updated to version: py27-raven-6.5.0
CVS history: (Expand)
2019-02-18 12:44:22 by Adam Ciarcinski | Files touched by this commit (4) |  |
Log message:
py-raven: updated to 6.10.0
6.10.0
[Core] Fixed stackframes in some situations being in inverse order.
[Flask] Fix wrong exception handling logic (accidentally relied on Flask internals).
[Core] No longer send NaN local vars as non-standard JSON.
|
2018-09-06 15:48:37 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-raven: updated to 6.9.0
6.9.0:
[Core] Switched from culprit to transaction for automatic transaction reporting.
[CI] Removed py3.3 from build
[Django] resolved an issue where the log integration would override the user.
|
2018-05-23 23:07:37 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-raven: updated to 6.8.0
6.8.0:
[Core] Fixed DSNs without secrets not sending events.
[Core] Added lazy import for pkg_resources
[Core] Added NamedTuple Serializer
[Sanic] Fixed sanic integration dependencies
[Django] Fixed sql hook bug
|
2018-04-27 09:45:09 by Adam Ciarcinski | Files touched by this commit (4) |  |
Log message:
py-raven: updated to 6.7.0
6.7.0:
[Sanic] Added support for sanic.
[Core] Disabled dill logger by default
[Core] Added SENTRY_NAME, SENTRY_ENVIRONMENT and SENTRY_RELEASE environment variables
[Core] DSN secret is now optional
[Core] Added fix for cases with exceptions in repr
[core] Fixed bug with mutating record.data
|
2018-03-05 10:08:22 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-raven: updated to 6.6.0
6.6.0:
[Core] Add trimming to breadcrumbs.
[Core] Improve host message at startup.
[Core] Update pytest to work on other environments
|
2018-01-24 11:20:32 by Adam Ciarcinski | Files touched by this commit (4) |  |
Log message:
py-raven: updated to 6.5.0
6.5.0:
[Core] Fixed missing deprecation on processors.SanitizePasswordsProcessor
[Core] Improve exception handling in Serializer.transform
[Core] Fixed celery.register_logger_signal ignoring subclasses
[Core] Fixed sanitizer skipping byte instances
[Lambda] Fixed AttributeError when requestContext not present
|
2017-12-14 14:18:08 by Adam Ciarcinski | Files touched by this commit (4) |  |
Log message:
py-raven: updated to 6.4.0
6.4.0:
[Core] Support for defining sanitized_keys on the client
[Django] Support for Django 2.0 Urlresolver
[Docs] Several fixes and improvements
|
2017-11-26 18:41:22 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Added ALTERNATIVES
|