Commit History

Author SHA1 Message Date
  David Cramer d4855ea6f1 Update order of options. Add note about multi-db + indexer 14 years ago
  David Cramer 41f6e97cb2 Add details about extra clause 14 years ago
  David Cramer f9afc9050c Update sample URLs in docs 14 years ago
  David Cramer d6bb15633e Added SENTRY_NAME setting 14 years ago
  David Cramer 251589a30b Legacy support for REMOTE_URL 14 years ago
  David Cramer 32c8594798 Refactored client so that it can be extended. USE_LOGGING is no longer documented. Added LoggingSentryClient. 14 years ago
  David Cramer 8148942a9b Added email support. Refactored FakeRequest to work more like a real request. More tests. 14 years ago
  David Cramer 38f5d72832 Update docs for create_from_exception 14 years ago
  David Cramer d2eefe3aff Merge branch 'master' of http://github.com/wizputer/django-sentry 14 years ago
  John Watson 057fdbc6d7 Add SENTRY_TESTING to settings.py so the exception can be tested with DEBUG enabled 14 years ago
  Bryan Chow 2fea25bf05 Make multi-server configuration clearer in README 14 years ago
  David Cramer f0d6fbb8c5 update screenshot 14 years ago
  David Cramer 1f5c13c550 Added SENTRY_REMOTE_TIMEOUT setting 14 years ago
  David Cramer d7d54069d9 Update readme 14 years ago
  David Cramer 2b53abfcf9 Move sentry.client into sentry.client.base to avoid recursive imports in settings 14 years ago
  David Cramer 97f7020634 Tweak install guide 14 years ago
  David Cramer a157daf75e Move exception handler into sentry.client 14 years ago
  David Cramer 95d1876e9f Refactor sentry into client/server package. sentry.client can be used standalone as the remote client, or integrated with sentry itself (which is the server). 14 years ago
  David Cramer 68ced7fca9 Update reqs to mention paging in INSTALLED_APPS. Add checking for required modules. 14 years ago
  David Cramer c4ceffd799 Note django-paging in reqs 14 years ago
  David Cramer c0b613d620 Update install instructions 14 years ago
  David Cramer 0f1e8c1240 Remove final refs to dblog 14 years ago
  David Cramer bb45e72e24 Added django-indexer to readme reqs 14 years ago
  David Cramer 50445d5837 Added authentication 14 years ago
  DZ 27c38c2026 include screenshot in readme 14 years ago
  DZ a40f063979 include screenshot in readme 14 years ago
  Justin Quick 6433e8b7fd added requirements and some rst niceties 14 years ago
  David Cramer 963bf10994 Remove ENHANCED_TRACEBACKS option 14 years ago
  David Cramer bcdbd692dc Update sentry settings to use SENTRY prefix 14 years ago
  David Cramer 19ca579ff8 Rename project to django-sentry 14 years ago
  David Cramer b1ee6fa425 Update README 14 years ago
  David Cramer 74bb13606a Update readme and example urls 14 years ago
  David Cramer 21a61b9f22 Some initial refactoring 14 years ago
  David Cramer 13a536fbe9 Kill off notes about non-South users, as we don't like you :) 14 years ago
  David Cramer a86154925c Remove middleware and add a signal exception handler 14 years ago
  John-Scott Atlakson ed691a627f Added missing colon which broke rst formatting in README 14 years ago
  David Cramer f52d9891ce Add USE_LOGGING setting which will disable direct error creation in the middleware, and send it to the the dblog logger instead 14 years ago
  David Cramer c45ed789f0 Update version to 2.0.0 and note db changes in README 14 years ago
  David Cramer 8b0983e9f0 Update docs 15 years ago
  David Cramer 3017fceabc Fix my Engrish 15 years ago
  David Cramer 0f924abc79 Add DBLOG_ENHANCED_TRACEBACKS setting to enable raw tracebacks by default. Added router (untested) to include within the DBLOG_DATABASE_USING cases. 15 years ago
  David Cramer bf5fd7a81e Improve README 15 years ago
  David Cramer fcb3430395 Update logging information 15 years ago
  David Cramer 66a5be7a16 Add support for skip_dblog on exception classes 15 years ago
  David Cramer f3e48d18df Removed DBLOG_WITH_LOGGING setting. You should now manually add the handler. 15 years ago
  David Cramer a0cae5a583 Update all imports to be absolute. Add South migrations. Add get_absolute_url on Error/ErrorBatch entries. 15 years ago
  David Cramer 0237fc0b04 Compatibility with multi-db in 1.2. Requires DBLOG_DATABASE_USING setting to be present. 15 years ago
  David Cramer 6d872c57dc formatting cleanup 15 years ago
  David Cramer 81077a820b Several fixes for nullable fields. Added logging handler which will automatically enable via DBLOG_WITH_LOGGING. no longer has a type argument. 15 years ago
  David Cramer 0ff62b9a2f Improved docs for usage 15 years ago