summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump raven to 1.0.4 and send sentry_version with auth header1.0.4David Cramer2012-01-183-1/+8
* Add basic coverage for the setup_logging methodDavid Cramer2012-01-181-1/+21
* Merge pull request #36 from linovia/masterDavid Cramer2012-01-181-1/+1
|\
| * Don't setup_logging if the class is already configured.Xavier Ordoquy2012-01-181-1/+1
|/
* Handle more edge cases on stack iteration1.0.3David Cramer2012-01-174-6/+87
* Gracefully handle invalid f_locals1.0.2David Cramer2012-01-173-5/+17
* Version bumpDavid Cramer2012-01-152-2/+11
* All dates will now be stored in UTC, rather than localDavid Cramer2012-01-151-1/+1
* raven->raven2David Cramer2012-01-151-2/+2
* Renaming package to raven2 to avoid headaches with django-sentry1.0.0David Cramer2012-01-151-2/+2
* Make logging suck a bit lessDavid Cramer2012-01-153-22/+44
* Version bump to RC1David Cramer2012-01-151-1/+1
* Support udp scheme in raven.loadDavid Cramer2012-01-151-1/+1
* Merge branch 'master' of github.com:dcramer/ravenDavid Cramer2012-01-151-1/+1
|\
| * Merge pull request #34 from mattrobenolt/mixin-object-to-fix-typeerrorDavid Cramer2012-01-151-1/+1
| |\
| | * SentryHandler needs to mixin objectMatt Robenolt2012-01-151-1/+1
| |/
* | Ensure we force checksum bits to unicodeDavid Cramer2012-01-151-3/+3
|/
* Gracefully handle unicode keys in dictionaries (fixes GH-21)David Cramer2012-01-142-6/+32
* Ensure we coerce exc_type to a stringDavid Cramer2012-01-141-2/+2
* Remove formatter on django logging configDavid Cramer2012-01-141-1/+0
* Handle Sentry DSN when its not hosted on the domain itselfDavid Cramer2012-01-142-2/+19
* Safely handle type values on list-like objectsDavid Cramer2012-01-131-2/+4
* Ensure get_signature handles unicode keys and pep8David Cramer2012-01-131-2/+7
* Ensure we bind self.client *correctly*David Cramer2012-01-131-2/+1
* Ensure we bind self.clientDavid Cramer2012-01-131-0/+2
* Support PUBLIC_KEY and SECRET_KEY settings for DjangoDavid Cramer2012-01-131-0/+2
* Improve flask supportDavid Cramer2012-01-131-3/+4
* Adjust store url to match new endpoint and add tests for config loadingDavid Cramer2012-01-1211-9/+27
* Added raven.load method for easy configuration based on a DSNDavid Cramer2012-01-122-2/+25
* Merge branch '0.7.0-maint'David Cramer2012-01-121-0/+5
|\
| * Version bump to 0.7.10.7.0-maintDavid Cramer2012-01-122-1/+6
| * Ensure we send to all servers, not just the first oneDavid Cramer2012-01-121-1/+1
* | Ensure we send to all servers, not just the first oneDavid Cramer2012-01-121-1/+1
* | Dont hash exceptions by the value (only type and stack)David Cramer2012-01-121-1/+1
* | pep8David Cramer2012-01-121-1/+5
* | Fix checking of 'template.source' attribute as it no longer works in Django 1.4David Cramer2012-01-081-4/+5
* | Drop alpha tag from packageDavid Cramer2012-01-031-1/+1
* | Remove uuid from setup.pyDavid Cramer2012-01-031-11/+1
* | Dont mix markup and html, it doesnt work :)David Cramer2012-01-031-1/+1
* | Note about version requirementDavid Cramer2012-01-031-0/+2
* | Merge branch '2.0' of https://github.com/yaniv-aknin/raven into yaniv-aknin-2.0David Cramer2011-12-312-0/+41
|\ \
| * | add initial udp supportYaniv Aknin2011-12-312-0/+39
* | | Warn on create_ methods of deprecationDavid Cramer2011-12-301-0/+3
* | | mark create_from methods as deprecatedDavid Cramer2011-12-301-0/+4
* | | Added resourcesDavid Cramer2011-12-302-3/+16
|/ /
* | Change date -> timestampDavid Cramer2011-12-303-7/+10
* | Recommend only logging errors to Sentry in DjangoDavid Cramer2011-12-291-1/+1
* | Handle missing project value with proper default of 1David Cramer2011-12-291-2/+2
* | Default project IDDavid Cramer2011-12-291-1/+4
* | Show disabling django.db.backends logger in django docsDavid Cramer2011-12-291-0/+5