summaryrefslogtreecommitdiff
path: root/raven
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1182 from getsentry/releases/6.5.06.5.0Ashley Camba2018-01-171-1/+1
|\
| * Release: 6.5.0.dev0 → 6.5.0Ashley Camba Garrido2018-01-171-1/+1
* | 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
* Fix skipping sanitizer for bytes data in filter_httpprokaktus2017-12-311-1/+5
* Release: 6.4.0 → 6.5.0.dev0Ashley Camba Garrido2017-12-181-1/+1
* allow subclasses of SentryHandler to be modified by the celery logging signal...Michael Pistrang2017-12-121-1/+1
* Release: 6.4.0.dev0 → 6.4.0Ashley Camba Garrido2017-12-111-1/+1
* Release: 6.3.0 → 6.4.0.dev0Ashley Camba Garrido2017-12-111-1/+1
* 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
* Add processor that sanitizes configurable keysRodrigo Guzman2017-12-112-16/+34
* fix error django VERSION remark (#1154)WeizhongTu2017-12-051-1/+2
* fix(django): Add support for Django 2.0 UrlresolverAshley Camba Garrido2017-12-051-5/+15
* Refactored base codeMax Murashov2017-11-228-90/+56
* Fix flake8 errorAshley Camba Garrido2017-11-221-1/+0
* Fix breadcrumb log handling docs.Adam Wróbel2017-11-211-9/+12
* Forgot spaceluisulloa2017-11-031-1/+1
* Third time is the charm, trying to make flake8 pass without having the output...luisulloa2017-11-031-0/+1
* Making previous push flake 8 compatibleluisulloa2017-11-031-3/+5
* Allow to specify user context in logging handlerluisulloa2017-11-031-1/+3
* Release: 6.3.0.dev0 → 6.3.0 (#1120)Ashley Camba2017-10-291-1/+1
* stacks: Fix "filename" not being relative for traces generated on WindowsChristoph Reiter2017-10-291-1/+2
* fix(django): Avoid deprecation warnings when calling is_authenticated (#1112)Ashley Camba2017-10-261-9/+12
* Raise default urllib timeout to 5 seconds (#1113)Ashley Camba2017-10-221-1/+1
* AWS Lambda Integration (#1107)Ashley Camba2017-10-131-0/+173
* add application/octet-stream to non-cacheable typesDillon Dixon2017-09-281-6/+11
* fix(django): Fix django command with data option (#1078)Ashley Camba Garrido2017-09-261-1/+8
* fix(flask): Use request.remote_addr as fallback for flask too, fix testsAshley Camba Garrido2017-09-261-4/+7
* fix(django): Remove second user_info and fix testsAshley Camba Garrido2017-09-261-2/+1
* Always supply a user.ip_address valueMatt Robenolt2017-09-263-18/+40
* Prepare next release cycleAshley Camba Garrido2017-09-261-1/+1
* Fix wheel contextlib2 bug: doesn't install contextlib2 correctlyAshley Camba Garrido2017-09-221-1/+1
* Release 6.2.0Ashley Camba Garrido2017-09-211-1/+1
* Fix initialize import for Django < 1.7Alex Tomkins2017-09-162-7/+5
* Added Django setting to ignore expected Celery errorsdhoffman2017-09-161-1/+7
* Fix unavailable request data while using with REST framework #591 (#1061)eprikazc2017-09-122-10/+28
* fix: Correct repr fallback of to_unicodeArmin Ronacher2017-09-081-1/+1
* Enable breadcrumbs in Celery (#1068)Václav Slavík2017-09-041-0/+2
* fix(flask): Add app.logger instrumentation (#1069)Ashley Camba2017-09-041-1/+3
* Fix issue #1064: Resource leak when register_signal=FalseBijan Vakili2017-08-221-1/+1
* Cleanup for green doc8 testsAshley Camba Garrido2017-08-0914-22/+37
* breadcrumbs: Check logging._srcfile in _wrap_logging_methodMarc Schmitzer2017-08-081-1/+8
* Fix import locking to avoid recursion (fixes GH-1032)David Cramer2017-06-301-11/+15
* Make the logging_configured signal flask-onlyArnav Kumar2017-06-282-8/+5
* Fire signal after setup_logging is called for Flask usageArnav Kumar2017-06-272-1/+13
* Fixed no using argument max var sizeAlexander Gromyko2017-06-141-1/+1
* Added tests and refactored.Jim Fulton2017-06-122-15/+29