Hi! I assume that most of you sent out error reporting emails via ApplicationController#log_error. Wouldn''t it be great if errors would be reported to Gauge instead of just sent out via email? Then we could do all kinds of things from there.. Automatically create a bug in your bug tracking app, etc. Thoughts? Ciao! Florian
On 10/18/05, Florian Weber <csshsh@gmail.com> wrote:> Hi! > > I assume that most of you sent out error reporting emails via > ApplicationController#log_error. > > Wouldn''t it be great if errors would be reported to Gauge instead of > just sent out via email? Then we could do all kinds of things from > there.. Automatically create a bug in your bug tracking app, etc.We do that with FogBUGZ at present, exception emails get forwarded to fb, which creates a case for it. It''s really really useful. -- Cheers Koz
> We do that with FogBUGZ at present, exception emails get forwarded > to fb, which creates a case for it. It''s really really useful.But doesn''t that create a bug everytime the exception is thrown? Sorry, don''t know too much about FogBugz.
On 10/24/05, Florian Weber <csshsh@gmail.com> wrote:> > We do that with FogBUGZ at present, exception emails get forwarded > > to fb, which creates a case for it. It''s really really useful. > > But doesn''t that create a bug everytime the exception is thrown? > Sorry, don''t know too much about FogBugz.Fog BUGZ has a mode where it won''t do that. If you use the ''crash report'' interface it detects duplicates and adds more information to the original ticket. http://www.fogcreek.com/FogBUGZ/help/UsingFogBUGZtoGetCrashRep.html Kinda Cool really. -- Cheers Koz