summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Some initial work on guessing calling module name to add to include pathsguess-parent-moduleDavid Cramer2012-12-293-2/+22
* Improve get_culprit behavior to rely purely on in_app3.0.0David Cramer2012-12-273-15/+17
* Dont allow any lint violationsDavid Cramer2012-12-261-1/+1
* Improve text on contributing pageDavid Cramer2012-12-261-4/+5
* Improve contributing docs to reflect current shortcutsDavid Cramer2012-12-261-18/+3
* Improve doc indexDavid Cramer2012-12-261-1/+17
* Support SENTRY_IGNORE_EXCEPTIONS in Django as a solution for the removed skip...David Cramer2012-12-263-14/+30
* Add basic tests for sentry_exception_handlerDavid Cramer2012-12-262-20/+38
* Update use of capture APIsDavid Cramer2012-12-262-5/+5
* Make changes compatible w/ reSTDavid Cramer2012-12-261-43/+84
* Correct behavior of get_culprit and improve testsDavid Cramer2012-12-262-8/+12
* Change tornado mixin to use isolated APIsDavid Cramer2012-12-261-6/+14
* Default to failfast and short tracebacksDavid Cramer2012-12-261-0/+1
* Switch to exam test runner instead of our fixture implementationDavid Cramer2012-12-264-36/+4
* Switch some calls off of capture and onto their correct counterpartsDavid Cramer2012-12-268-17/+17
* Add changes to docsDavid Cramer2012-12-262-0/+6
* Remove support for skip_sentry (code was already removed)David Cramer2012-12-263-14/+1
* Use py.test assertionsDavid Cramer2012-12-261-2/+2
* NOQA on traceback hideDavid Cramer2012-12-241-1/+1
* Correct context testDavid Cramer2012-12-241-2/+2
* Add handlers import to raven_compat (fixes GH-233)David Cramer2012-12-241-0/+11
* Correct reference to self.extraDavid Cramer2012-12-201-1/+1
* Better handling of NoneType for module or function in frames (fixes GH-232, G...David Cramer2012-12-201-3/+3
* Correct context methodDavid Cramer2012-12-202-3/+3
* Hide get_stack_info in framesDavid Cramer2012-12-191-0/+2
* more changes since 2.0David Cramer2012-12-191-4/+21
* Initial changelog for 3.0David Cramer2012-12-191-0/+13
* Always enable error handlers in DjangoDavid Cramer2012-12-192-15/+4
* Add platform to data packetDavid Cramer2012-12-191-0/+3
* Deprecate captureExeptions in favor of contextDavid Cramer2012-12-192-23/+5
* Lets make the version 3.0 so its obvious your shit will breakDavid Cramer2012-12-191-1/+1
* Remove unused get_signature functionDavid Cramer2012-12-191-6/+0
* Remove deprecated behavior and add sentry_secret to headerDavid Cramer2012-12-198-106/+28
* Improve constructor and remove key option, as well as legacy dsn vs servers c...David Cramer2012-12-194-42/+27
* prepping for 2.1David Cramer2012-12-192-1/+3
* Correct client.context() docstringDavid Cramer2012-12-191-1/+1
* Add client.context()David Cramer2012-12-194-1/+103
* Dont use mutable types in get_culprit definition (refs GH-229)David Cramer2012-12-191-1/+1
* Merge pull request #228 from AstromechZA/masterDavid Cramer2012-12-191-2/+7
|\
| * Client can now take explicit server_name and modulesbenm2012-12-181-2/+7
|/
* 2.0.12.2 (missing requirements in dist)2.0.12.2David Cramer2012-12-182-2/+2
* Merge pull request #227 from alex/patch-5David Cramer2012-12-171-3/+2
|\
| * Improve simplicity, readabilityAlex Gaynor2012-12-171-3/+2
|/
* 2.0.12.12.0.12.1David Cramer2012-12-171-1/+1
* Full path to test-requirements.txtDavid Cramer2012-12-171-1/+6
* Correct splitlines2.0.12David Cramer2012-12-171-1/+1
* 2.0.12David Cramer2012-12-171-1/+1
* Additional contextDavid Cramer2012-12-141-2/+2
* Base default in_app on whether a module is part of include_pathsDavid Cramer2012-12-141-5/+12
* Improve how tests are runDavid Cramer2012-12-145-27/+27