Skip to content

Instantly share code, notes, and snippets.

@eyston

eyston/raven.js Secret

Created January 12, 2019 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eyston/9b60e0896bb344ffd4055637d79e6a48 to your computer and use it in GitHub Desktop.
Save eyston/9b60e0896bb344ffd4055637d79e6a48 to your computer and use it in GitHub Desktop.
var v4b = nP("module$node_modules$raven_js$src$singleton", {});
sa("Raven", v4b);
var X$;
var w4b = xf(nRa.g(QS()));
if (null == w4b) X$ = null;
else {
var x4b = Raven;
x4b.config(w4b, {
ignoreErrors: [
/vid_mate_check is not defined/,
/Cannot write z1/,
/Cannot read property 'DOMNodeInsertedByJs' of undefined/
],
allowDuplicates: !0,
fetchParameters: { keepalive: !1 },
ignoreUrls: ["https://connect.facebook.net/en_US/fbevents.js"]
});
n(lya.g(QS())) && x4b.setRelease(lya.g(QS()));
x4b.install();
X$ = x4b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment