summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fix: Fix Flask testsMarkus Unterwaditzer2019-05-061-4/+0
* fix: Dont serialize nan when present in frame local vars (#1312)Markus Unterwaditzer2018-12-192-7/+16
* Allow dict-style logging in breadcrumbs processingChristian Fueller2018-07-241-0/+14
* fix: Fix stacktraces in some situations being the wong way round (#1261)Armin Ronacher2018-06-152-2/+2
* feat: switch from culprit to transaction (#1238)Armin Ronacher2018-05-151-1/+1
* fix: Always consider remote configs enabled even without secret key. Fixes #1235Armin Ronacher2018-05-111-0/+1
* fix django sql hookAnton Shurashov2018-05-101-1/+10
* bugfix: Make DSN secret optionalArmin Ronacher2018-04-181-4/+17
* fix raven.utils.json.dumps exceptionCenk Alti2018-04-181-0/+11
* logging: Stop mutating record.dataJakub Stasiak2018-03-291-0/+8
* feat: Add a client for SanicArmin Ronacher2018-03-292-0/+240
* Mask Complete dictionary instead of just the leaves (#1198)Dhruv Aggarwal2018-02-131-6/+21
* Add test for hook_libraries (#1185)Ashley Camba2018-02-081-0/+30
* fix(breadcrumbs): Ensure maximum lengths on several attributesDavid Cramer2018-02-031-0/+10
* Fix skipping sanitizer for bytes data in filter_httpprokaktus2017-12-312-1/+7
* allow subclasses of SentryHandler to be modified by the celery logging signal...Michael Pistrang2017-12-121-1/+123
* Add processor that sanitizes configurable keysRodrigo Guzman2017-12-111-2/+110
* Quickfix (dirty) for middleware testAshley Camba Garrido2017-12-051-2/+1
* fix(django): Add support for Django 2.0 UrlresolverAshley Camba Garrido2017-12-052-1/+49
* AWS Lambda Integration (#1107)Ashley Camba2017-10-132-0/+175
* refactor(tests) Use marker to skip tests that depend on a git repoAshley Camba Garrido2017-10-101-7/+1
* fix(flask): Use request.remote_addr as fallback for flask too, fix testsAshley Camba Garrido2017-09-262-4/+3
* fix(django): Remove second user_info and fix testsAshley Camba Garrido2017-09-261-1/+7
* Always supply a user.ip_address valueMatt Robenolt2017-09-263-5/+51
* Fix unavailable request data while using with REST framework #591 (#1061)eprikazc2017-09-123-0/+39
* fix(flask): Add app.logger instrumentation (#1069)Ashley Camba2017-09-041-9/+26
* Remove some of the test magic and update some tests using standard pytest idiomsAshley Camba Garrido2017-08-092-17/+15
* Refactor testing using tox environments and update travis to use themAshley Camba Garrido2017-08-091-0/+64
* Merge pull request #1028 from arnavk/arnav/logging_signalDavid Cramer2017-06-281-4/+21
|\
| * Make the logging_configured signal flask-onlyArnav Kumar2017-06-281-2/+1
| * Add tests for to assert logging_configured signal is firedArnav Kumar2017-06-271-3/+21
* | Fixed Django 2.0 tests due to MIDDLEWARE_CLASSES remove and error views behav...Mariusz Felisiak2017-06-272-11/+13
* | Fixed Django 2.0 compatibility due to:Mariusz Felisiak2017-06-262-4/+16
|/
* Added tests and refactored.Jim Fulton2017-06-122-0/+76
* Stop type checking sample_rate in SentryHandlerArnav Kumar2017-04-041-6/+0
* Fix tests for per message sample_rateArnav Kumar2017-04-042-26/+19
* Add provision to sample per messageArnav Kumar2017-04-041-0/+38
* Merge pull request #964 from noirbizarre/gh-963-handle-exception-inheritanceDavid Cramer2017-03-051-0/+39
|\
| * Handle both class and string for ignore_exceptions parameters (fix #963)Axel Haustant2017-02-181-0/+39
* | Import "reload" for gevent transport testsVincent Bernat2017-02-281-0/+5
|/
* restrict resolver testDavid Cramer2017-02-171-0/+6
* failing test demonstrating resolver issueDavid Cramer2017-02-173-1/+46
* Merge branch 'master' into ref/tastypie-testsDavid Cramer2017-02-171-0/+18
|\
| * Merge pull request #960 from getsentry/fix/django-middlewareDavid Cramer2017-02-151-13/+11
| |\
| | * [django] improve various behaviorDavid Cramer2017-02-151-13/+11
| * | Add repos configurationDavid Cramer2017-02-151-0/+18
| |/
* | [django] improve various request behaviorref/tastypie-testsDavid Cramer2017-02-154-25/+134
|/
* [django] fix shared request not being available in thread contextfix/django-requestDavid Cramer2017-02-153-1/+30
* Remove six entirely and unify _compat into utils.compat (#812)Matt Robenolt2016-12-1411-81/+79
* Merge branch 'feature/transport-refactor'Armin Ronacher2016-11-304-19/+20
|\