summaryrefslogtreecommitdiff
path: root/raven/contrib
Commit message (Expand)AuthorAgeFilesLines
* Improve matrix builds; Drop Python 2.6ref/improve-travisDavid Cramer2016-11-101-1/+1
* lintDavid Cramer2016-11-103-0/+4
* Correctly fixed #886Armin Ronacher2016-10-211-1/+10
* Keep the original type when playing with django middlware settings. This fix...Armin Ronacher2016-10-191-1/+1
* Revert "Merge pull request #882 from do3cc/rest_framework_support"Armin Ronacher2016-10-181-9/+1
* Removed bad middleware mixin from django codeArmin Ronacher2016-10-181-9/+1
* Fix Django 1.10 MIDDLEWARE_CLASSES warningSi Feng2016-10-151-5/+11
* Minimal support for rest_frameworkPatrick Gerken2016-10-131-1/+9
* Merge pull request #874 from broundee/masterDavid Cramer2016-10-091-4/+3
|\
| * Remove extra blank lineAndrew2016-09-291-1/+0
| * Fix unreferenced variable in get_user_infoAndrew2016-09-291-3/+3
* | Merge pull request #860 from Crowdbooster/django-110-middlewareDavid Cramer2016-10-092-3/+19
|\ \
| * | Add support for Django 1.10-style middleware via `MiddlewareMixin`David Tran2016-09-172-3/+19
| |/
* | fix typo in exception textCauê Thenório2016-10-041-1/+1
* | Slight speed improvement for the common case of not needing to report (#866)Matt Robenolt2016-09-191-1/+7
* | Handle optional url_rule in Flask (fixes GH-863)David Cramer2016-09-191-2/+4
* | Gracefully handle no txid (fixes GH-863)David Cramer2016-09-191-1/+1
|/
* Improve exception handling in get_user_infoAndrew2016-09-161-10/+11
* Handle included patternsDavid Cramer2016-09-141-31/+45
* Dont utilize weakrefsDavid Cramer2016-09-141-1/+5
* Utilize request_finished for clearing URL transactionDavid Cramer2016-09-141-8/+9
* Dont raise hard error on transaction parsingDavid Cramer2016-09-141-1/+0
* Remove [] around optional paramsDavid Cramer2016-09-141-1/+4
* Remove support for old style api urlsDavid Cramer2016-09-141-1/+1
* Fix url resolver importDavid Cramer2016-09-141-1/+4
* Replace culprits with transaction namesDavid Cramer2016-09-145-69/+241
* Merge pull request #846 from andialbrecht/masterDavid Cramer2016-09-141-3/+8
|\
| * Fix get_user_info for Django 1.10 when is_authenticated is a property (fixes ...Andi Albrecht2016-08-261-3/+8
* | Fix one usage of `get_ident`Jonas Trappenberg2016-08-251-1/+1
|/
* Fixed potential concurrency issue with Flask event idsArmin Ronacher2016-08-251-0/+4
* Correct support for test command in Django 1.8+David Cramer2016-08-081-1/+4
* Add Celery config option to ignore expected exceptionsMervyn Chng2016-08-081-1/+4
* Correct Flask dsn behaviorDavid Cramer2016-08-051-0/+1
* Fix behavior of raven command on Django 1.8+David Cramer2016-08-051-13/+37
* Correct include_paths supportDavid Cramer2016-08-041-1/+1
* Merge pull request #772 from getsentry/feature/safeguard-userArmin Ronacher2016-08-041-13/+19
|\
| * Handle user errors from django better.feature/safeguard-userArmin Ronacher2016-05-181-13/+19
* | Merge pull request #796 from faulteh/django_jinja2_debug_exceptionsDavid Cramer2016-08-041-4/+8
|\ \
| * | Fixes Django client get_data_from_template where source_lines is just a snipp...Scott Bragg2016-06-291-4/+8
* | | Support for Django 1.10David Cramer2016-08-043-66/+7
* | | Unify option configuration between Flask/Djangounify-optionsDavid Cramer2016-08-032-60/+26
* | | Merge pull request #805 from getsentry/feature/django-cli-runnerArmin Ronacher2016-07-291-3/+9
|\ \ \
| * | | Fixed a typofeature/django-cli-runnerArmin Ronacher2016-07-201-1/+1
| * | | Do not log exceptions from the django cli client twice. This fixes #802Armin Ronacher2016-07-191-3/+9
* | | | Add ignore_exceptions to client configuration (#807)David Cramer2016-07-261-11/+1
|/ / /
* | | Merge pull request #792 from mdamien/flask-type-check-clientArmin Ronacher2016-07-071-0/+3
|\ \ \
| * | | add type check for sentry initialization for flaskDamien2016-06-221-0/+3
| |/ /
* | | Strip line numbers if they exist for templatesArmin Ronacher2016-07-071-3/+13
|/ /
* | Fill in empty filename if django fails to give one. This fixes #791Armin Ronacher2016-06-161-0/+3
* | Fixed a bug with empty params in query crumbsArmin Ronacher2016-05-301-2/+5