Closed
Description
I'm using
var _info = console.info;
console.info = function( message ) {
Sentry.captureException( new Error( message ), { level: 'info' });
_info.apply( console, arguments );
}
in a custom handler.
The stacktrace contains the file/place where I call this, which I'd like to remove, since this shows up for everything reported but is useless info.
In Chrome this is called "blackboxing" & works great - is there a similar feature in sentry?
Metadata
Metadata
Assignees
Labels
No labels