Raygun Feature Request

Feature Request

Server Side JavaScript support

Current Status:

New

Votes:

2


Avatar

roberth

We do server side JavaScript using an ERP system. Being able to integrate Raygun with our server side scripts would expose significantly better error reporting than what is currently available without writing custom error handlers.

Can we get this kind of functionality?


Avatar

Raygun

John-Daniel Trask

Posted on
May 09 2014

Hi,

Could you give some more context on this? How are you running the server side JS? Inside a V8 process? Inside Node.js?

Certainly happy to investigate additional support once we can run it ourselves to test.

Thanks!

John-Daniel Trask
Co-founder
Mindscape

Avatar

roberth

Posted on
May 21 2014

We use Netsuite as an ERP system which provides Javascript support via Rhino. Our problem is that Netsuite prunes the execution logs ( and stack traces) so we lose important data for troubleshooting.

Also, depending upon the script in question, emailing a stack trace to myself or other administrators can put a burden on our email servers. Your service, if it can be adapted for Netsuite, would make our lives significantly easier.

It may be difficult to emulate their exact environment without access to Netsuite; though you may want to check out http://www.netsuite.com/portal/developers/resources/suitescript.shtml for the Javascript overview, and http://www.netsuite.com/portal/developers/sdn.shtml for requesting access to a development account ( community level is free).

Let me know if there is anything I can do to help.