Kostas Pelelis
Kostas Pelelis
Problem is, the bundle will never reach the browser: --> Browser requests page (e.g. /home) --> Hypernova Ruby Client (needs to partially render a div with hypernova, so it requests...
If by take over, you mean handling the stack trace the answer is no. The Ruby Client knows nothing of the original javascript bundle that the error came from. The...
Yeah! We already tried that by pre-pending the snippet required by source-map-support in the bundle with the help of webpack. Problem is, runInNewContext messes up the line offset so the...