#2167 closed enhancement (fixed)
report javascript stacktraces to the server
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 2.5 |
Component: | html5 | Version: | 2.4.x |
Keywords: | Cc: |
Description
Just like we do for the python client: unless the details of those exceptions are logged remotely, no-one is ever going to see anything.
Change History (2)
comment:1 Changed 2 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 5 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2167
Note: See
TracTickets for help on using
tickets.
Done in r21793.
As a bonus, we no longer assume that
window.console
exists, on IE it does not unless the javascript console is open..