[Webkit-unassigned] [Bug 104408] New: Add exception object and stack trace to window.onerror

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 7 15:45:01 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=104408

           Summary: Add exception object and stack trace to window.onerror
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: chris.cinelli at bloomboard.com


Something on the the line of what is discussed here:  http://lists.w3.org/Archives/Public/public-whatwg-archive/2012May/thread.html#msg124
The reason is that as an organization I want to be able to catch errors in the code that we produce and being able to fix it.
I can (in most of the cases) sends an ajax request to the server to record what went wrong for further analysis.

I have been trying to use this: https://github.com/eriwen/javascript-stacktrace but it does not work because the onerror function does not have the context of the error.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list