-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
Hi Guys
I have installed Sentry successfully for the purpose of tracking errors on the client facing side of the app. But the docs are a little unclear, if I need to do anything on my end, except integrating the plugin.
I have currently downloaded the script as such => //cdn.ravenjs.com/1.1.17/angular,console,jquery,native/raven.min.js
And as far as I could make out, the angular plugin has an exception handler which should hook onto the angular app, and send messages to raven. Couldn't understand, though if the ajax wrappers are already built in.
I came across this => https://github.com/getsentry/raven-js/pull/204/files , but can't see this file anymore and I am wondering if I need to write any code in my app to achieve the same?
Thanks in advance