Bug 871 - [Chameleon-Widget] email/admin option for ErrorReport widget
: [Chameleon-Widget] email/admin option for ErrorReport widget
Status: NEW
: Chameleon
Widget
: 1.99
: PC Windows XP
: P5 enhancement
: ---
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2004-11-27 11:54 by
Modified: 2004-11-27 12:01 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2004-11-27 11:54:34

    
------- Comment #1 From 2004-11-27 12:01:57 -------
Sorry ... hand hit enter instead of shift when I was about to enter a comment
...

As I was going to say ...

I think a good enhancement to the error report widget would be to offer an
admin
mode where application developers/site administrators could monitor errors
being
generated by their application while in production.  This mode would require
two
new parameters:

emailaddress
quiet

where:  

emailaddress = a valid email address
quiet = true|false - dictates whether the popup will show itself upon error or
just continue with the email and not alert the user (maybe already covered by
visible attribute?)

If there is an error upon each load of the application an email of the stack
will be sent to the specified email address.

There could be a number of checks put in place as well to determine if an error
of that nature has already been sent during this session, etc, etc.

Setting as Enhancement and P5