Is it possible to configure ravenjs to send error reports to multiple sentrys?
We have a customizable application (webgme.org) and close contact with many of the users. In many cases it would be beneficial to get error reports from raven sent to us, without restricting the other developers from getting reports sent to their sentry server.
You could create a custom transport using Raven.setTransport that transmits to multiple hosts. See the Raven.js source code to see how transports are implemented (it’s pretty simple).