Commit Graph

1957 Commits

Author SHA1 Message Date
David Cramer 5586e865f2 Update tests to reflect current behavior 2013-01-21 16:10:51 -08:00
David Cramer 3caf9083b5 Merge pull request #237 from lopter/master
Update the ZeroRPC middleware for zerorpc-python >= 0.4.0
2013-01-21 16:04:27 -08:00
David Cramer 108bf3a9bd 3.1.4 2013-01-18 11:11:56 -08:00
David Cramer f7a044b8a9 Merge pull request #245 from mattrobenolt/allow-get
This should proxy back GET requests too
2013-01-17 12:28:32 -08:00
Matt Robenolt 3ab59a2b96 This should proxy back GET requests too
I didn't test this at all
2013-01-16 18:11:12 -08:00
David Cramer 4589343539 3.1.3 2013-01-16 10:36:32 -08:00
David Cramer 14461cc946 Ensure context is set correctly 2013-01-16 10:36:22 -08:00
David Cramer 726dc74902 Merge pull request #244 from omarkhan/master
Fix django logging handler circular import bug
2013-01-16 10:34:41 -08:00
Omar Khan 82fcc3b5fc Fix django logging handler circular import bug 2013-01-16 14:17:31 +00:00
David Cramer fcca58bd77 3.1.2 2013-01-16 00:14:41 -08:00
David Cramer 725cff5170 Trim lists and strings immediately in stack frames (within get_stack_info) (fixes GH-231) 2013-01-15 22:42:09 -08:00
David Cramer efb78b753b Revert "Install RemovePostDataProcessor as default processor"
This reverts commit 66429b7c06.
2013-01-15 22:39:57 -08:00
David Cramer 886aab6e3a Abstract module version logic so that it can be overwritten (refs GH-320) 2013-01-15 22:36:22 -08:00
David Cramer 66429b7c06 Install RemovePostDataProcessor as default processor 2013-01-15 22:24:21 -08:00
David Cramer 3f59b9cd7d Improve how we install the exception handler for sentry vs non sentry installs 2013-01-15 18:08:01 -08:00
David Cramer 61c56bd36a invalid code 2013-01-15 18:02:14 -08:00
David Cramer 4902cfd4b5 Herp derp 2013-01-15 17:48:46 -08:00
David Cramer 3f2358ca85 3.1.1 2013-01-15 17:42:56 -08:00
David Cramer 2118676deb Lint 2013-01-15 17:42:51 -08:00
David Cramer 0bea68328f Bad indentation 2013-01-15 17:42:22 -08:00
David Cramer 4431729220 missing import for registering handlers 2013-01-15 17:40:15 -08:00
David Cramer 735e624df8 Missing wsgi module in raven_compat 2013-01-15 17:40:15 -08:00
David Cramer da739f5af1 Merge pull request #242 from squirly/master
Allow sending tags to the sentry server
2013-01-15 13:54:19 -08:00
Tyler Jones dde32f5b73 Allow adding tags to events. 2013-01-15 13:05:22 -08:00
David Cramer 90a57fccf2 Merge pull request #241 from Troytft/patch-1
Update raven/contrib/django/urls.py
2013-01-14 10:35:13 -08:00
Troy 89c89d7688 Update raven/contrib/django/urls.py
fix deprecated for Django 1.5
2013-01-13 13:49:58 +04:00
David Cramer 5e2f270dfc Merge pull request #239 from rvanlaar/master
This adds the Django sites (domain) name to sentry.
2013-01-09 13:46:21 -08:00
Roland van Laar c5d2d16d90 Fix client.py to return the site name.
If the site name is not defined the domain name is returned.
2013-01-09 22:41:31 +01:00
David Cramer 678c96dd2a Remove site from top-level and automatically add it to tags when present 2013-01-09 12:03:45 -08:00
David Cramer 4c6c90771c Support context in Django 2013-01-09 11:54:29 -08:00
Louis Opter fbb403a2ee Update compatible versions in the ZeroRPC middleware documentation 2013-01-07 16:07:34 +01:00
Louis Opter 92b45e54b7 Improve the ZeroRPC middleware docstrings a bit 2013-01-07 16:05:07 +01:00
Louis Opter 29a0f1ac13 Merge branch 'master' of git://github.com/getsentry/raven-python 2013-01-07 16:01:37 +01:00
David Cramer 94dc09edfe Update stacktrace grouping to use line of context vs function call 2013-01-03 22:46:55 -08:00
David Cramer 992af7d291 Terrible terrible code 2013-01-03 21:08:52 -08:00
David Cramer c5da3e2055 3.0.1 2013-01-03 16:50:43 -08:00
David Cramer a570217dea Ensure logging records group based on exception logic 2013-01-03 16:50:28 -08:00
David Cramer 4a1d38a7e7 Check for empty checksum value, not key presence 2013-01-03 16:42:15 -08:00
David Cramer 3a72752765 Change culprits to be 'module in function' (fixes GH-235) 2013-01-02 16:45:13 -08:00
Louis Opter c4f9ec699a Don't hide the whole traceback on a PUSH/PULL or PUB/SUB ZeroRPC server
This changeset fixes the hide_zerorpc_frames option for the ZeroRPC
middleware. PUSH/PULL or PUB/SUB ZeroRPC servers were simply not
handled.

I'm also moving away from raven.utils.stacks.iter_traceback_frames
because the special variable __traceback_hide__ seems to stick across
exceptions and iter_traceback_frames doesn't return already hidden
frames.
2012-12-30 10:25:50 +01:00
Louis Opter 5b488e9168 Port the ZeroRPC middleware to the new ZeroRPC middleware API 2012-12-29 22:49:29 +01:00
David Cramer e2393f84cb Improve get_culprit behavior to rely purely on in_app 2012-12-27 14:56:43 -08:00
David Cramer 6162374b93 Dont allow any lint violations 2012-12-26 16:27:04 -08:00
David Cramer 79433a6f71 Improve text on contributing page 2012-12-26 13:53:51 -08:00
David Cramer ce4d6ef638 Improve contributing docs to reflect current shortcuts 2012-12-26 13:48:26 -08:00
David Cramer 8ba053a631 Improve doc index 2012-12-26 13:47:23 -08:00
David Cramer fcc34abbe0 Support SENTRY_IGNORE_EXCEPTIONS in Django as a solution for the removed skip_sentry behavior 2012-12-26 13:45:27 -08:00
David Cramer afbde25e28 Add basic tests for sentry_exception_handler 2012-12-26 13:40:24 -08:00
David Cramer 33e2fa498b Update use of capture APIs 2012-12-26 13:37:32 -08:00
David Cramer b6cb80c019 Make changes compatible w/ reST 2012-12-26 13:36:12 -08:00