summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* feature(lambda): Add lambda tests and clientAshley Camba Garrido2017-10-112-105/+122
* Initial lambda integrationAshley Camba Garrido2017-10-111-0/+158
* 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
|\
| * Refactor transports to support multiple URLsArmin Ronacher2016-11-224-19/+20
* | Merge logger tagsDavid Cramer2016-11-261-0/+9
* | Accept missing sys.argvjott2016-11-251-0/+11
* | Add last_event_id to Clientfeature/last-event-idDavid Cramer2016-11-211-0/+6
* | Merge pull request #894 from CGenie/django-tags-testDavid Cramer2016-11-201-0/+17
|\ \ | |/ |/|
| * Added tests for Django Handler 'tags' argumentPrzemek Kaminski2016-10-251-0/+17
* | Automatically strip whitespace in DSNs. This fixes #907Armin Ronacher2016-11-171-0/+10
* | Improve matrix builds; Drop Python 2.6ref/improve-travisDavid Cramer2016-11-101-8/+8
* | Update event values order for exceptionsJohan Steffner2016-10-2711-29/+29
|/
* Added breadcrumbs testsArmin Ronacher2016-10-181-0/+34
* Merge branch 'pr/839'Armin Ronacher2016-10-184-14/+13
|\
| * Fix warnings from Pytest 3.0+Adam Chainz2016-08-244-13/+13
* | Add `MiddlewareMixin` for these test classes as wellDavid Tran2016-09-171-3/+12
* | Handle included patternsDavid Cramer2016-09-141-3/+24
* | Correct testDavid Cramer2016-09-141-1/+1
* | Replace culprits with transaction namesDavid Cramer2016-09-148-94/+134
* | Merge pull request #846 from andialbrecht/masterDavid Cramer2016-09-141-0/+27
|\ \
| * | Fix get_user_info for Django 1.10 when is_authenticated is a property (fixes ...Andi Albrecht2016-08-261-0/+27
| |/