From f1db4daed618fbcf0cfa017053e2deb6693ad133 Mon Sep 17 00:00:00 2001 From: Astra Date: Sat, 28 Apr 2018 10:05:22 -0400 Subject: [PATCH] fuck sentry part 2 --- shared.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shared.js b/shared.js index 6b34a08..221fd31 100644 --- a/shared.js +++ b/shared.js @@ -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...');