I am trying to use Sentry with Angular 2. I’ve followed the documentation and raven-js loads and appears to catch exceptions. However, none of the exceptions show up in the sentry dashboard
Here is an exception being thrown and being caught by Raven (I think):
I have double-checked my DSN and it is correct.
Any ideas?