summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Detect disabled threads for uwsgifeature/check-threadsArmin Ronacher2016-04-252-1/+16
* Remove git django as wellArmin Ronacher2016-04-221-3/+3
* Simplified build matrixArmin Ronacher2016-04-221-18/+18
* Update flask.rstArmin Ronacher2016-04-211-1/+1
* Add ref for user feedback to flaskDavid Cramer2016-04-211-0/+2
* Added user feedback to flaskArmin Ronacher2016-04-211-0/+43
* Add ref for user feedbackDavid Cramer2016-04-211-0/+2
* Expand user feedback in Django docsDavid Cramer2016-04-211-2/+14
* Add link to User Feedback guideDavid Cramer2016-04-201-0/+2
* bad syntaxDavid Cramer2016-04-201-1/+1
* Add docs for user feedback to DjangoDavid Cramer2016-04-201-0/+21
* This is 5.13.05.13.0Armin Ronacher2016-04-192-1/+8
* Merge pull request #752 from getsentry/setuptoolsArmin Ronacher2016-04-191-1/+1
|\
| * Catch all exceptions raised from setuptoolsMatt Robenolt2016-04-191-1/+1
* | Merge pull request #751 from friedcell/tornado-fixesDavid Cramer2016-04-142-3/+3
|\ \ | |/ |/|
| * make sure send_encoded returns; in tornado.AsyncSentryClient return the futureMarko Mrdjenovic2016-04-142-3/+3
|/
* Fix syntax highlighting in docsMatt Robenolt2016-04-121-1/+1
* Merge pull request #749 from getsentry/sdk-attributeDavid Cramer2016-04-122-4/+12
|\
| * Add sdk attributesdk-attributeDavid Cramer2016-04-122-4/+12
* | Add .cache to ignoreDavid Cramer2016-04-121-0/+1
|/
* Merge pull request #748 from dmclain/doc-updateDavid Cramer2016-04-121-3/+3
|\
| * Be more explicit that LOGGING integration only captures ERRORDave McLain2016-04-121-3/+3
|/
* Added changelog entry for 5.12.05.12.0Armin Ronacher2016-03-303-1/+33
* Merge pull request #746 from getsentry/feature/falsy-dsnArmin Ronacher2016-03-302-2/+12
|\
| * Added tests for dns to empty stringfeature/falsy-dsnArmin Ronacher2016-03-291-0/+10
| * Check for falsy dsn and not None dsnArmin Ronacher2016-03-291-2/+2
|/
* Re-raise exceptions with Bottle middleware (fixes GH-744)David Cramer2016-03-271-1/+2
* Added a workaround for bad traceback objects5.11.2Armin Ronacher2016-03-254-4/+21
* This is 5.11.15.11.1Armin Ronacher2016-03-071-1/+1
* Support exceptions without stacktraces.Armin Ronacher2016-03-072-2/+8
* Another dev versionArmin Ronacher2016-02-291-1/+1
* This is 5.11.05.11.0Armin Ronacher2016-02-291-1/+1
* Changed release to 5.11.0Armin Ronacher2016-02-291-4/+0
* Dont implicitly configure log handlersDavid Cramer2016-02-233-11/+7
* Fix misleading docstringMatt Robenolt2016-02-191-2/+1
* Handle exc_info is True. This fixes #735Armin Ronacher2016-02-123-1/+20
* Merge pull request #734 from rguillebert/fix-gevent-docsMatt Robenolt2016-02-111-2/+2
|\
| * Fix documentation for the gevent transportRomain Guillebert2016-02-111-2/+2
|/
* Merge pull request #733 from omidraha/patch-1David Cramer2016-02-081-1/+1
|\
| * Fixed typo of configurationOmid Raha2016-02-091-1/+1
|/
* More info into the exception info keyArmin Ronacher2016-01-271-0/+2
* Added changelog entryArmin Ronacher2016-01-271-0/+5
* Improved error keyArmin Ronacher2016-01-271-1/+2
* 5.10.3 devArmin Ronacher2016-01-271-1/+1
* This is 5.10.25.10.2Armin Ronacher2016-01-271-3/+3
* Added changelog entryArmin Ronacher2016-01-271-0/+1
* Merge pull request #726 from radzinzki/allow_exclude_list_on_creationArmin Ronacher2016-01-274-6/+40
|\
| * Add docs to demonstrate logging exclusionsArnav Kumar2016-01-252-2/+14
| * Add test for excluding loggers during setup with FlaskArnav Kumar2016-01-251-0/+13
| * Allow logging exclusions during object creation and `init_app`Arnav Kumar2016-01-251-4/+13