summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This fixes #741
* 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
| | | | Because of the way logging propagation works this is complicated to ensure it's intelligent. Let's leave it up to the user to ensure LOGGING is configured appropriately for their application.
* 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 transport
| * 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 configuration
| * 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
|\ | | | | Allow logging exclusions during object creation and `init_app`
| * 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
| |
* | Remember exceptions that are logged and filter out duplicates.Armin Ronacher2016-01-274-0/+38
| | | | | | | | This fixes #724
* | Merge pull request #730 from jamesob/masterDavid Cramer2016-01-261-2/+1
|\ \ | | | | | | Remove unnecessary/confusing variable from Celery contrib
| * | Update __init__.pyJames O'Beirne2016-01-221-0/+2
| | |
| * | Merge pull request #1 from jamesob/minor-celery-cleanupJames O'Beirne2016-01-221-3/+0
| |\ \ |/ / / | | | Remove unnecessary/confusing logger variable in celery
| * | Remove unnecessary/confusing logger variable in celeryJames O'Beirne2016-01-221-3/+0
|/ /
* | Enforce raven.events import at runtimeDavid Cramer2016-01-221-0/+4
| |
* | This is another dev versionArmin Ronacher2016-01-211-1/+1
| |
* | Temporarily disable pypi release codeArmin Ronacher2016-01-211-7/+7
| |
* | This is 5.10.15.10.1Armin Ronacher2016-01-211-1/+1
| |
* | Fixed missign user behavior in Django to be in line of what we did earlier.Armin Ronacher2016-01-211-2/+4
| |
* | Reformat travis.ymlArmin Ronacher2016-01-211-52/+52
| |
* | Fix travis.ymlMatt Robenolt2016-01-211-1/+1
| |
* | Fixed a regression in key handling in the sanitizer.Armin Ronacher2016-01-211-1/+3
| |
* | Added test from #728Armin Ronacher2016-01-211-0/+5
| |
* | Defer client loading in Django log handler (fixes GH-701)David Cramer2016-01-211-0/+1
| |
* | Setup pypi deploys for tagsDavid Cramer2016-01-211-60/+58
| |
* | Duck-type check the user object instead of doing an instance check. This ↵Armin Ronacher2016-01-212-12/+7
| | | | | | | | fixes #718
* | Fix non ascii bytes in password sanitization. This fixes #727Armin Ronacher2016-01-212-2/+13
| |
* | This is a dev versionArmin Ronacher2016-01-211-1/+1
| |
* | Defer client loading in Django log handler (fixes GH-701)David Cramer2016-01-211-2/+14
|/
* Add os import to instructionsDavid Cramer2016-01-181-0/+1
|
* Merge pull request #725 from tjikkun/shebangMatt Robenolt2016-01-161-1/+0
|\ | | | | remove unneeded shebang
| * remove unneeded shebangSander Hoentjen2016-01-161-1/+0
|/
* This is 5.10.05.10.0Armin Ronacher2016-01-141-1/+1
|