Installed but not seeing errors. How do I trigger an error?

I just signed up and installed on my angularjs site but I’m not seeing any errors. Is there a way to trigger an error so I know it’s installed correctly?

Once you’ve configured RavenJS, you should be able to test with Raven.captureException(message);

Thanks! That worked great. I see the error I generated. For some reason I don’t see this actual error though:

raven.js:132 ReferenceError: MathJax is not defined
at admin.js:1239
at m.$digest (angular.js:17991)
at m.$apply (angular.js:18269)
at angular.js:20186
at e (angular.js:6274)
at angular.js:6554
at d (raven.js:493)

See https://github.com/getsentry/raven-js/issues/1185