raygun4js
raygun4js copied to clipboard
Changed the message of scriptError
scriptError variable seems misleading given it only becomes the message if the stacktrace is empty. If this is the only cases that this happens, we should at least differentiate the message from the standard Script Error thrown by browsers.
Situations where the Stacktrace can be empty but not a script error: https://github.com/csnover/TraceKit/pull/70