summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: Make DSN secret optionalbugfix/optional-dsnArmin Ronacher2018-04-182-5/+18
|
* ref: Update pytest requirements (#1224)Ashley Camba2018-04-181-5/+3
|
* Match nodejs client environment variable supportAnthony Lukach2018-03-291-3/+8
|
* logging: Stop mutating record.dataJakub Stasiak2018-03-292-0/+11
| | | | | | | | | | | | | | | | | Without this patch raven's logging handler can't be used with connexion, because connexion does the following[1]: logger.debug('Getting data and status code', extra={ 'data': response, 'data_type': type(response), 'url': flask.request.url }) When response was a dictionary raven would modify it, thus causing unexpected and unwanted side effects. [1] https://github.com/zalando/connexion/blob/9f20c5ffb70ccde05193077e677da2a09af362c9/connexion/apis/flask_api.py#L110
* Update CHANGELOG.mdArmin Ronacher2018-03-291-1/+1
|
* feat: Add a client for SanicArmin Ronacher2018-03-297-2/+495
|
* feat: Disable dill logger by default (#1218)David Cramer2018-03-291-0/+3
|
* fix: Correct flake8 usage on pre-commit hook (#1217)David Cramer2018-03-292-4/+3
| | | rant: If anyone breaks this again I will strip your commit access.
* Fix tornado dependency fixes:#1206 (#1214)Ashley Camba2018-03-221-1/+1
|
* Add Changelog unreleased entryAshley Camba Garrido2018-03-011-0/+4
|
* Release: 6.6.0 → 6.7.0.dev0Ashley Camba Garrido2018-03-012-2/+2
|
* Fix typo in documentationMichael2018-02-261-1/+1
|
* Add tag and remove releases from deploy pipeline (#1200)6.6.0Ashley Camba2018-02-141-12/+12
| | | | | | * Add tag and remove releases from deploy pipeline * build: Switch to Zeus and build every master commit
* Mask Complete dictionary instead of just the leaves (#1198)Dhruv Aggarwal2018-02-132-10/+25
| | | | | | | | * Mask even if value is a dictionary * Update varmap to mask entire dict based on key * Add test case for complete dict masking
* Revert "Release: 6.6.0 → 6.7.0.dev0"Ashley Camba Garrido2018-02-132-2/+2
| | | | This reverts commit 0c417999944646c0d8d27856f2440ecb6b1c336a.
* Release: 6.6.0 → 6.7.0.dev0Ashley Camba Garrido2018-02-122-2/+2
|
* Release: 6.5.0 → 6.6.0Ashley Camba Garrido2018-02-123-2/+9
|
* Fix Typo in docstring (#1195)Davide Muzzarelli2018-02-081-1/+1
|
* Add test for hook_libraries (#1185)Ashley Camba2018-02-081-0/+30
| | | | | * Add test for hook_libraries
* Update remote.pyMaximillian Dornseif2018-02-031-0/+3
| | | On Python 2.7 (App Engine) the current codes results in a rather unhelpful `Configuring Raven for host: <raven.conf.remote.RemoteConfig object at 0xfa682430>` at startup. It might be better to force Python 2 on base.py at `self.logger.debug("Configuring Raven for host: {0}".format(self.remote))` to evaluate Unicode, but I think at this place it is much more obvious that the code is for Python 2.x sake.
* fix(breadcrumbs): Ensure maximum lengths on several attributesDavid Cramer2018-02-037-13/+52
| | | | | - Trim message, category, and level attributes - Update pytest support to work in other environments
* Corrected commentTomer Chachamu2018-01-241-1/+1
|
* Merge pull request #1182 from getsentry/releases/6.5.06.5.0Ashley Camba2018-01-173-2/+10
|\ | | | | Releases/6.5.0
| * Fix typoreleases/6.5.0Ashley Camba2018-01-171-1/+1
| |
| * Release: 6.5.0.dev0 → 6.5.0Ashley Camba Garrido2018-01-172-2/+2
| |
| * Update changelog for 6.5.0Ashley Camba Garrido2018-01-171-0/+8
| |
* | deprecate(core): Add missing deprecation fields in processorAshley Camba Garrido2018-01-151-0/+11
| |
* | Improve exception handling in Serializer.transformAndrew2018-01-081-5/+5
|/
* fix(lambda): Process requestContext only if presentAshley Camba Garrido2018-01-021-3/+7
|
* No luck, just removing xdist from pypy envAshley Camba Garrido2018-01-011-0/+7
|
* Add limit node restarts to xdist just in case travis hangsAshley Camba Garrido2018-01-011-1/+1
|
* Add xdist coverage, bumb versions and add params to cfgAshley Camba Garrido2018-01-014-5/+5
|
* Fix skipping sanitizer for bytes data in filter_httpprokaktus2017-12-313-2/+12
|
* Fix typo in lambdaNicolas Delaby2017-12-181-1/+1
|
* Release: 6.4.0 → 6.5.0.dev0Ashley Camba Garrido2017-12-182-2/+2
|
* allow subclasses of SentryHandler to be modified by the celery logging ↵Michael Pistrang2017-12-122-2/+124
| | | | signal, resolves #961
* Release: 6.4.0.dev0 → 6.4.0Ashley Camba Garrido2017-12-112-2/+2
|
* Update changelogAshley Camba Garrido2017-12-111-0/+5
|
* Remove tagging in bumpversion minorAshley Camba Garrido2017-12-111-1/+1
|
* Release: 6.3.0 → 6.4.0.dev0Ashley Camba Garrido2017-12-112-6/+7
|
* Extract self.fields into methodAshley Camba Garrido2017-12-111-19/+20
|
* fix processor docstringsRodrigo Guzman2017-12-111-2/+5
|
* convert_options() handles sensitive_keysRodrigo Guzman2017-12-111-0/+1
| | | | This is so that the sensitive_keys can be specified in django settings.
* Add processor that sanitizes configurable keysRodrigo Guzman2017-12-113-18/+144
| | | | | | | The logic of the new processor is almost identical to the logic of the existing SanitizePasswordsProcessor, so this commit also changes the implementation of SanitizePasswordsProcessor to avoid code-duplication. It now inherits from the new SanitizeKeysProcessor.
* fix error django VERSION remark (#1154)WeizhongTu2017-12-051-1/+2
| | | | | | | | | | * fix error django VERSION remark Applications New in Django 1.7. https://docs.djangoproject.com/en/1.8/ref/applications/#module-django.apps
* Fix tests by pinning pytest for python 3.3Ashley Camba Garrido2017-12-051-0/+1
|
* Remove non-existant tox env from travisAshley Camba Garrido2017-12-051-3/+0
|
* Quickfix (dirty) for middleware testAshley Camba Garrido2017-12-051-2/+1
|
* Update travisAshley Camba Garrido2017-12-051-0/+6
|
* fix(django): Add support for Django 2.0 UrlresolverAshley Camba Garrido2017-12-054-6/+66
| | | | Fixes:#1127