VITacademics-Enhancement-Suite icon indicating copy to clipboard operation
VITacademics-Enhancement-Suite copied to clipboard

Add sentry error-tracking to the extension.

Open hvarday opened this issue 8 years ago • 1 comments

Refactor every JS file to integrate with sentry.

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

hvarday avatar Nov 23 '16 10:11 hvarday

When will this get completed? @hvarday

rahulkapoor90 avatar Dec 04 '16 12:12 rahulkapoor90