summaryrefslogtreecommitdiff
path: root/raven
Commit message (Expand)AuthorAgeFilesLines
* Fix simple typo: postitively -> positively (#1358)Tim Gates2020-01-081-1/+1
* Fix simple typo: survery -> survey (#1357)Tim Gates2020-01-071-1/+1
* fix: Do not catch all exceptions when dumping json (#1352)Markus Unterwaditzer2019-05-301-4/+4
* fix: LintersMarkus Unterwaditzer2019-05-061-1/+1
* Release: 6.9.0 → 6.10.06.10.0Markus Unterwaditzer2018-12-191-1/+1
* fix: Dont serialize nan when present in frame local vars (#1312)Markus Unterwaditzer2018-12-191-4/+5
* fix: Flake8 updatesMarkus Unterwaditzer2018-12-156-25/+29
* Use correct kwarg in handle_exception() for Flask (#1300)Lars Mikkelsen2018-09-251-1/+10
* chore(deprecation): fix collections.abc importsKevin James2018-09-152-3/+11
* Allow dict-style logging in breadcrumbs processingChristian Fueller2018-07-241-3/+14
* fix: Fix stacktraces in some situations being the wong way round (#1261)Armin Ronacher2018-06-151-1/+1
* Release: 6.9.0.dev0 → 6.9.06.9.0Armin Ronacher2018-05-301-1/+1
* fix: Keep user in log data if it came from django (#1246)Armin Ronacher2018-05-301-6/+8
* Fix flake8 errorAshley Camba Garrido2018-05-231-1/+2
* Wrap getpwid in exception fixes:#1242Ashley Camba Garrido2018-05-231-2/+4
* Release: 6.8.0 → 6.9.0.dev0Ashley Camba Garrido2018-05-191-1/+1
* [FIX] TypeError on LambdaClient(transport=...)Alan Justino da Silva2018-05-191-1/+1
* feat: switch from culprit to transaction (#1238)Armin Ronacher2018-05-151-2/+5
* Release: 6.8.0.dev0 → 6.8.06.8.0Ashley Camba Garrido2018-05-121-1/+1
* fix: Always consider remote configs enabled even without secret key. Fixes #1235Armin Ronacher2018-05-111-1/+1
* Lazily import pkg_resources for better import performance.Mike2018-05-102-13/+15
* fix django sql hookAnton Shurashov2018-05-101-13/+17
* Fix a few flake8s.chebee7i2018-05-021-2/+3
* Make BetterJSONEncoder use OrderedDict for namedtuples.chebee7i2018-05-022-4/+19
* Add NamedtupleSerializer before IterableSerializer.chebee7i2018-05-021-0/+26
* Add is_namedtuple().chebee7i2018-05-022-1/+14
* Move generic utils from __init__.py to basic.py.chebee7i2018-05-022-80/+88
* Release: 6.7.0.dev0 → 6.7.06.7.0Ashley Camba Garrido2018-04-181-1/+1
* bugfix: Make DSN secret optionalArmin Ronacher2018-04-181-1/+1
* repr can raise any ExceptionCenk Alti2018-04-181-1/+1
* fix raven.utils.json.dumps exceptionCenk Alti2018-04-181-1/+4
* capture returns the event id directly, not a tuplewim glenn2018-04-181-1/+1
* Match nodejs client environment variable supportAnthony Lukach2018-03-291-3/+8
* logging: Stop mutating record.dataJakub Stasiak2018-03-291-0/+3
* feat: Add a client for SanicArmin Ronacher2018-03-291-0/+224
* feat: Disable dill logger by default (#1218)David Cramer2018-03-291-0/+3
* Release: 6.6.0 → 6.7.0.dev0Ashley Camba Garrido2018-03-011-1/+1
* Mask Complete dictionary instead of just the leaves (#1198)Dhruv Aggarwal2018-02-131-4/+4
* Revert "Release: 6.6.0 → 6.7.0.dev0"Ashley Camba Garrido2018-02-131-1/+1
* Release: 6.6.0 → 6.7.0.dev0Ashley Camba Garrido2018-02-121-1/+1
* Release: 6.5.0 → 6.6.0Ashley Camba Garrido2018-02-121-1/+1
* Fix Typo in docstring (#1195)Davide Muzzarelli2018-02-081-1/+1
* Update remote.pyMaximillian Dornseif2018-02-031-0/+3
* fix(breadcrumbs): Ensure maximum lengths on several attributesDavid Cramer2018-02-032-10/+35
* Corrected commentTomer Chachamu2018-01-241-1/+1
* 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