summaryrefslogtreecommitdiff
path: root/raven/utils
Commit message (Expand)AuthorAgeFilesLines
* 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: Dont serialize nan when present in frame local vars (#1312)Markus Unterwaditzer2018-12-191-4/+5
* fix: Fix stacktraces in some situations being the wong way round (#1261)Armin Ronacher2018-06-151-1/+1
* Lazily import pkg_resources for better import performance.Mike2018-05-101-6/+9
* 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
* repr can raise any ExceptionCenk Alti2018-04-181-1/+1
* fix raven.utils.json.dumps exceptionCenk Alti2018-04-181-1/+4
* Mask Complete dictionary instead of just the leaves (#1198)Dhruv Aggarwal2018-02-131-4/+4
* Improve exception handling in Serializer.transformAndrew2018-01-081-5/+5
* convert_options() handles sensitive_keysRodrigo Guzman2017-12-111-0/+1
* Refactored base codeMax Murashov2017-11-223-25/+21
* stacks: Fix "filename" not being relative for traces generated on WindowsChristoph Reiter2017-10-291-1/+2
* Always supply a user.ip_address valueMatt Robenolt2017-09-261-0/+14
* fix: Correct repr fallback of to_unicodeArmin Ronacher2017-09-081-1/+1
* Fixed no using argument max var sizeAlexander Gromyko2017-06-141-1/+1
* Add sample_rate configurationDavid Cramer2017-03-091-0/+1
* Add repos configurationDavid Cramer2017-02-151-0/+1
* Kill bare exceptsArmin Ronacher2017-02-152-2/+2
* Remove six entirely and unify _compat into utils.compat (#812)Matt Robenolt2016-12-149-37/+188
* uwsgi: also allow `threads` conf setting (#928)Matt Robenolt2016-12-131-0/+5
* lintDavid Cramer2016-11-101-0/+1
* Replace culprits with transaction namesDavid Cramer2016-09-143-36/+65
* Merge pull request #780 from gi11es/patch-2David Cramer2016-08-041-4/+1
|\
| * Don't use simplejsonGilles Dubuc2016-06-081-4/+1
* | Unify option configuration between Flask/Djangounify-optionsDavid Cramer2016-08-031-0/+61
* | Merge pull request #793 from OpenGov/captureZipStackErrorDavid Cramer2016-07-251-1/+1
|\ \
| * | Added IOError to get stack info for graceful zip import errorsMatthew Seal2016-06-201-1/+1
* | | Enforce max length on lines of code (512 chars)David Cramer2016-06-271-4/+21
|/ /
* | Prioritize trimming system framesnew-frame-slimmingDavid Cramer2016-05-261-8/+38
|/
* Merge branch 'feature/breadcrumbs'Armin Ronacher2016-05-031-0/+21
|\
| * Add @once decorator instead of custom hackery in breadcrumbsArmin Ronacher2016-04-221-0/+21
* | Detect disabled threads for uwsgifeature/check-threadsArmin Ronacher2016-04-251-0/+14
|/
* Catch all exceptions raised from setuptoolsMatt Robenolt2016-04-191-1/+1
* Added a workaround for bad traceback objects5.11.2Armin Ronacher2016-03-251-1/+3
* Merge pull request #722 from sabricot/disable_ssl_certs_PEP467Armin Ronacher2016-01-131-1/+5
|\
| * Fix disabling of ssl certs check with python 2.7.9/3.4.3sabricot2016-01-131-1/+5
* | Strip six module and rename to raven._compatArmin Ronacher2016-01-128-458/+71
|/
* Correct memoize behaviorDavid Cramer2016-01-081-3/+2
* Switch source reading to linecacheDavid Cramer2015-10-221-17/+5
* Try to detect version with pkg_resources firstAxel Haustant2015-10-191-7/+11
* Remove UUID serializer (same as default behavior)David Cramer2015-09-241-9/+0
* Ensure int is passed for rangeDavid Cramer2015-09-161-1/+1
* Python 3 compatibility (refs GH-659)David Cramer2015-09-161-1/+1
* Improve stacktrace truncation codeDavid Cramer2015-08-311-32/+54
* Ensure repr is is limited to string_max_lengthDavid Cramer2015-08-261-1/+3