mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
fuck sentry part 2
This commit is contained in:
parent
0cade55978
commit
f1db4daed6
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ function __epprint(str) {
|
|||
var sentry = wc.findCache('_originalConsoleMethods')[0].exports;
|
||||
window.console = Object.assign(window.console, sentry._originalConsoleMethods); // console
|
||||
sentry._wrappedBuiltIns.forEach(x => x[0][x[1]] = x[2]); // other stuff
|
||||
sentry._breadcrumbEventHandler = () => () => { }; // disable event logging
|
||||
sentry._breadcrumbEventHandler = () => () => { }; // break most event logging
|
||||
sentry.captureBreadcrumb = () => { }; // disable breadcrumb logging
|
||||
|
||||
// fetch the changelog
|
||||
__epprint('injecting changelog...');
|
||||
|
|
Loading…
Reference in a new issue