I’m trying to use sentry in a universal react application, where the same code runs server side in Node, and client side in the browser. Unfortunately both raven-node and raven-js won’t work in the other environment.
Has anyone gotten this to work yet and if so, how?