rahulkapoor90 / VITacademics-Enhancement-Suite

:sunglasses: Extension to enhance your browsing experience on VIT Academics Student Login.
http://bit.ly/28Pe4ah
GNU Affero General Public License v3.0
22 stars 8 forks source link

Add sentry error-tracking to the extension. #17

Open hvarday opened 7 years ago

hvarday commented 7 years ago

Refactor every JS file to integrate with sentry.

Raven.config('https://<key>@sentry.io/<project>').install();
try{
            something
}catch(e){
            Raven.captureException(e);
}
rahulkapoor90 commented 7 years ago

When will this get completed? @hvarday