summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Skip a broken test on 2.6bugfix/reset-exceptionsArmin Ronacher2016-07-271-0/+1
* Reset the exception filter after test runsArmin Ronacher2016-07-271-14/+21
* Add ignore_exceptions to client configuration (#807)David Cramer2016-07-261-19/+20
* Merge pull request #793 from OpenGov/captureZipStackErrorDavid Cramer2016-07-251-2/+31
|\
| * Added IOError to get stack info for graceful zip import errorsMatthew Seal2016-06-201-2/+31
* | Use six.raise_from() for Python 2 compatibility.Chris Jerdonek2016-07-231-3/+4
* | Add failing tests for issue #550: exception chaining.Chris Jerdonek2016-07-231-0/+68
* | add type check for sentry initialization for flaskDamien2016-06-221-0/+3
|/
* Add formatted attribute to message eventsDavid Cramer2016-06-091-1/+5
* Resolved an issue with badly recorded crumbs.Armin Ronacher2016-05-271-3/+30
* Kill stray printArmin Ronacher2016-05-181-1/+0
* Add basic deduplication for log messages.Armin Ronacher2016-05-181-0/+25
* More resilient log reporting.Armin Ronacher2016-05-141-0/+12
* Fixed tests for python 35.16.0Armin Ronacher2016-05-091-13/+10
* Corrected an issue where logging locations were reported incorrectly.Armin Ronacher2016-05-091-0/+29
* Added tests for breadcrumbsArmin Ronacher2016-05-052-0/+32
* Added support for improved context thread bindingArmin Ronacher2016-05-031-0/+35
* Added tests for dns to empty stringfeature/falsy-dsnArmin Ronacher2016-03-291-0/+10
* Handle exc_info is True. This fixes #735Armin Ronacher2016-02-121-0/+18
* Merge pull request #726 from radzinzki/allow_exclude_list_on_creationArmin Ronacher2016-01-271-0/+13
|\
| * Add test for excluding loggers during setup with FlaskArnav Kumar2016-01-251-0/+13
* | Remember exceptions that are logged and filter out duplicates.Armin Ronacher2016-01-271-0/+7
* | Added test from #728Armin Ronacher2016-01-211-0/+5
|/
* Stop using deprecated patterns() functionArmin Ronacher2016-01-141-4/+4
* Restored template error handling for Django 1.9 and newer.Armin Ronacher2016-01-132-4/+20
* Make tests work with newer Djangofeature/no-sixArmin Ronacher2016-01-131-0/+3
* Strip six module and rename to raven._compatArmin Ronacher2016-01-129-10/+13
* Do not capture tornado.web.HTTPErrors if their status code is not 5xxJonas Obrist2016-01-121-0/+32
* Remove use of check_output (not in Py2.6)David Cramer2015-12-101-1/+10
* Spawn new thread for different pidArmin Ronacher2015-12-101-0/+23
* Modify client.capture_exceptions to return both decorator and context managerAnton Blintsov2015-11-211-3/+38
* Extension to #686 to also log keyboard interrupts.Armin Ronacher2015-11-131-5/+27
* Add testssystemexitMatt Robenolt2015-11-121-0/+46
* Handle non-text dictionary keys when sanitizing data.Matthias Erll2015-10-301-0/+24
* Add support for in_app on exception framesDavid Cramer2015-10-191-0/+50
* - Ensuring user info is returned properly if SENTRY_USER_ATTRS are providedRitesh Kadmawala2015-10-151-4/+21
* Support `fingerprint` through logging handlerMatt Robenolt2015-09-181-0/+24
* Various fixes for Python3 / versioningDavid Cramer2015-09-161-1/+1
* Python 3 compatibility (refs GH-659)David Cramer2015-09-161-1/+1
* Added test for correct git SHAAntonis Kalipetis2015-09-141-0/+4
* Remove is_authenticated property (excl. Tornado)David Cramer2015-09-101-2/+0
* Fix the Tornado transport, arguments were in wrong order.Joakim Recht2015-09-041-2/+29
* Merge pull request #647 from getsentry/improve-stack-slimmingDavid Cramer2015-08-311-8/+9
|\
| * Improve stacktrace truncation codeDavid Cramer2015-08-311-8/+9
* | Fix Tornado error handling.Joakim Recht2015-08-281-0/+25
|/
* Correct fingerprint behaviorDavid Cramer2015-08-261-0/+10
* Dont base64-encode bodiesDavid Cramer2015-08-262-6/+7
* Remove various deprecated behaviorsDavid Cramer2015-07-159-32/+23
* Handle unicode strings with import_string (refs GH-627)David Cramer2015-07-131-0/+22
* Fix various py3 compatibility (refs GH-625)David Cramer2015-07-121-1/+1