summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump verison to 1.4.11.4.1David Cramer2012-02-061-1/+1
* Allow checksums to be passed into the client and adjust logging behavior so i...David Cramer2012-02-062-4/+8
* Include south in the default disabled loggers (fixes GH-337)1.4.0David Cramer2012-02-051-1/+1
* Ensure we log tracebacks when Django client errorsDavid Cramer2012-02-051-1/+1
* Cleanup imports for Django clientDavid Cramer2012-02-042-116/+128
* Start of 1.4.0 changelogDavid Cramer2012-02-042-1/+7
* Stop the train wreck that could be Sentry offlineDavid Cramer2012-02-042-8/+112
* Only try to attach user info if its an instance of django.contrib.authDavid Cramer2012-02-041-1/+2
* Configure logging for the test commandDavid Cramer2012-02-041-0/+5
* Version bump to 1.3.61.3.6David Cramer2012-02-042-1/+5
* Ignore gunicorn by defaultDavid Cramer2012-02-041-1/+1
* Set protocol version in client baseDavid Cramer2012-02-042-3/+10
* Deprecate exception/message and use captureEventTYpe instead1.3.5David Cramer2012-02-035-13/+28
* Merge branch 'master' of github.com:dcramer/ravenDavid Cramer2012-02-031-2/+2
|\
| * Merge pull request #55 from chassing/masterDavid Cramer2012-02-031-2/+2
| |\
| | * fixed django configurationChris2012-02-021-2/+2
* | | Fix Django client with DSN (fixes GH-58)David Cramer2012-02-034-5/+6
|/ /
* | Bump to 1.3.31.3.3David Cramer2012-02-022-1/+8
* | Django can now be configured by setting SENTRY_DSNDavid Cramer2012-02-021-1/+1
* | Better error handling when server is downDavid Cramer2012-02-021-9/+17
* | Update docs to show correct path to SentryHandlerDavid Cramer2012-02-021-1/+1
* | SantizePasswordsProcessor is now called SanitizePassworsProcessorDavid Cramer2012-02-023-5/+5
* | Show how to use Django client in docsDavid Cramer2012-02-021-0/+7
|/
* Document raven test CLIDavid Cramer2012-02-022-2/+31
* Bad EnglishDavid Cramer2012-02-021-1/+1
* More error handling for DSNDavid Cramer2012-02-021-0/+11
* Added raven CLI which includes a test commandDavid Cramer2012-02-023-0/+46
* Support sending the culprit with logging messages as part of extra1.3.2David Cramer2012-02-014-49/+61
* Safely handle missing f_code and f_lineno attributes on _Frame objects (fixes...David Cramer2012-02-011-4/+21
* Added client.exception and client.message1.3.1David Cramer2012-02-013-11/+17
* tests for explicit messages on exceptionsDavid Cramer2012-01-311-1/+11
* Allow explicit messages in ravenDavid Cramer2012-01-312-5/+15
* Change Celery to use mixins and correct Django behavior when using the integr...David Cramer2012-01-315-56/+113
* Version bump to 1.3.01.3.0David Cramer2012-01-312-1/+6
* Refactor send API to use send_encoded, and provide a decode function.David Cramer2012-01-312-2/+27
* Correctly log django errors to error_loggerDavid Cramer2012-01-311-2/+2
* Update docstrings on Client.send implementationsDavid Cramer2012-01-312-6/+2
* Test Client.send behaviorDavid Cramer2012-01-313-4/+39
* Some JSON tests1.2.2David Cramer2012-01-311-0/+21
* Added error_logger and handle django errors gracefullyDavid Cramer2012-01-314-8/+21
* pep8David Cramer2012-01-311-1/+2
* Handle retarded keys in environment (fixes GH-51)David Cramer2012-01-312-0/+9
* Version bump to 1.2.11.2.1David Cramer2012-01-312-1/+8
* Ensure we log send_remote failures to sentry.errors (fixes GH-43)David Cramer2012-01-311-4/+5
* Ensure we propagate site into the client, and dont force override of project ...David Cramer2012-01-312-1/+10
* Learning English1.2.0David Cramer2012-01-301-1/+1
* More docs regarding DSN setupDavid Cramer2012-01-301-2/+36
* Improve logging and client docs to show DSN usageDavid Cramer2012-01-303-7/+31
* You can now pass a DSN as the first argument to instantiate a clientDavid Cramer2012-01-302-1/+18
* Awful logbook docsDavid Cramer2012-01-301-1/+13