2021-08-24 10:03:45 +08:00

2 lines
38 KiB
JavaScript

!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t():"function"==typeof define&&define.amd?define(t):t()}(0,function(){"use strict";function e(){return(e=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}var t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};var r,n=(function(e,t){function r(e,t){for(var r=0;r<e.length;++r)if(e[r]===t)return r;return-1}function n(e,t){var n=[],i=[];return null==t&&(t=function(e,t){return n[0]===t?"[Circular ~]":"[Circular ~."+i.slice(0,r(n,t)).join(".")+"]"}),function(o,a){if(n.length>0){var s=r(n,this);~s?n.splice(s+1):n.push(this),~s?i.splice(s,1/0,o):i.push(o),~r(n,a)&&(a=t.call(this,o,a))}else n.push(a);return null==e?a instanceof Error?function(e){var t={stack:e.stack,message:e.message,name:e.name};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t}(a):a:e.call(this,o,a)}}(e.exports=function(e,t,r,i){return JSON.stringify(e,n(t,i),r)}).getSerialize=n}(r={exports:{}},r.exports),r.exports),i=(n.getSerialize,"undefined"!=typeof window?window:void 0!==t?t:"undefined"!=typeof self?self:{});function o(e){return void 0===e}function a(e){return"[object Object]"===Object.prototype.toString.call(e)}function s(e){return"[object String]"===Object.prototype.toString.call(e)}function l(e){return"[object Array]"===Object.prototype.toString.call(e)}function c(){try{return new ErrorEvent(""),!0}catch(e){return!1}}function u(){if(!("fetch"in i))return!1;try{return new Headers,new Request(""),new Response,!0}catch(e){return!1}}function f(e,t){var r,n;if(o(e.length))for(r in e)h(e,r)&&t.call(null,r,e[r]);else if(n=e.length)for(r=0;r<n;r++)t.call(null,r,e[r])}function h(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function p(e){for(var t,r=[],n=0,i=e.length;n<i;n++)s(t=e[n])?r.push(t.replace(/([.*+?^=!:${}()|\[\]\/\\])/g,"\\$1")):t&&t.source&&r.push(t.source);return new RegExp(r.join("|"),"i")}function d(e){var t,r,n,i,o,a=[];if(!e||!e.tagName)return"";if(a.push(e.tagName.toLowerCase()),e.id&&a.push("#"+e.id),(t=e.className)&&s(t))for(r=t.split(/\s+/),o=0;o<r.length;o++)a.push("."+r[o]);var l=["type","name","title","alt"];for(o=0;o<l.length;o++)n=l[o],(i=e.getAttribute(n))&&a.push("["+n+'="'+i+'"]');return a.join("")}function g(e,t){return!!(!!e^!!t)}function v(e,t){if(g(e,t))return!1;var r,n,i=e.frames,o=t.frames;if(i.length!==o.length)return!1;for(var a=0;a<i.length;a++)if(r=i[a],n=o[a],r.filename!==n.filename||r.lineno!==n.lineno||r.colno!==n.colno||r.function!==n.function)return!1;return!0}var _=3,m=51200,b=40;function y(e){return function(e){return~-encodeURI(e).split(/%..|./).length}(JSON.stringify(e))}function E(e){if("string"==typeof e)return e.length<=40?e:e.substr(0,39)+"…";if("number"==typeof e||"boolean"==typeof e||void 0===e)return e;var t=Object.prototype.toString.call(e);return"[object Object]"===t?"[Object]":"[object Array]"===t?"[Array]":"[object Function]"===t?e.name?"[Function: "+e.name+"]":"[Function]":e}var x={isObject:function(e){return"object"==typeof e&&null!==e},isError:function(e){switch({}.toString.call(e)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return e instanceof Error}},isErrorEvent:function(e){return c()&&"[object ErrorEvent]"==={}.toString.call(e)},isUndefined:o,isFunction:function(e){return"function"==typeof e},isPlainObject:a,isString:s,isArray:l,isEmptyObject:function(e){if(!a(e))return!1;for(var t in e)if(e.hasOwnProperty(t))return!1;return!0},supportsErrorEvent:c,supportsFetch:u,supportsReferrerPolicy:function(){if(!u())return!1;try{return new Request("pickleRick",{referrerPolicy:"origin"}),!0}catch(e){return!1}},supportsPromiseRejectionEvent:function(){return"function"==typeof PromiseRejectionEvent},wrappedCallback:function(e){return function(t,r){var n=e(t)||t;return r&&r(n)||n}},each:f,objectMerge:function(e,t){return t?(f(t,function(t,r){e[t]=r}),e):e},truncate:function(e,t){return!t||e.length<=t?e:e.substr(0,t)+"…"},objectFrozen:function(e){return!!Object.isFrozen&&Object.isFrozen(e)},hasKey:h,joinRegExp:p,urlencode:function(e){var t=[];return f(e,function(e,r){t.push(encodeURIComponent(e)+"="+encodeURIComponent(r))}),t.join("&")},uuid4:function(){var e=i.crypto||i.msCrypto;if(!o(e)&&e.getRandomValues){var t=new Uint16Array(8);e.getRandomValues(t),t[3]=4095&t[3]|16384,t[4]=16383&t[4]|32768;var r=function(e){for(var t=e.toString(16);t.length<4;)t="0"+t;return t};return r(t[0])+r(t[1])+r(t[2])+r(t[3])+r(t[4])+r(t[5])+r(t[6])+r(t[7])}return"xxxxxxxxxxxx4xxxyxxxxxxxxxxxxxxx".replace(/[xy]/g,function(e){var t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)})},htmlTreeAsString:function(e){for(var t,r=[],n=0,i=0,o=" > ".length;e&&n++<5&&!("html"===(t=d(e))||n>1&&i+r.length*o+t.length>=80);)r.push(t),i+=t.length,e=e.parentNode;return r.reverse().join(" > ")},htmlElementAsString:d,isSameException:function(e,t){return!g(e,t)&&(e=e.values[0],t=t.values[0],e.type===t.type&&e.value===t.value&&(r=e.stacktrace,n=t.stacktrace,(!o(r)||!o(n))&&v(e.stacktrace,t.stacktrace)));var r,n},isSameStacktrace:v,parseUrl:function(e){if("string"!=typeof e)return{};var t=e.match(/^(([^:\/?#]+):)?(\/\/([^\/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/),r=t[6]||"",n=t[8]||"";return{protocol:t[2],host:t[4],path:t[5],relative:t[5]+r+n}},fill:function(e,t,r,n){if(null!=e){var i=e[t];e[t]=r(i),e[t].__raven__=!0,e[t].__orig__=i,n&&n.push([e,t,i])}},safeJoin:function(e,t){if(!l(e))return"";for(var r=[],n=0;n<e.length;n++)try{r.push(String(e[n]))}catch(e){r.push("[value cannot be serialized]")}return r.join(t)},serializeException:function e(t,r,i){if(!a(t))return t;i="number"!=typeof(r="number"!=typeof r?_:r)?m:i;var o=function e(t,r){return 0===r?E(t):a(t)?Object.keys(t).reduce(function(n,i){return n[i]=e(t[i],r-1),n},{}):Array.isArray(t)?t.map(function(t){return e(t,r-1)}):E(t)}(t,r);return y(n(o))>i?e(t,r-1):o},serializeKeysForMessage:function(e,t){if("number"==typeof e||"string"==typeof e)return e.toString();if(!Array.isArray(e))return"";if(0===(e=e.filter(function(e){return"string"==typeof e})).length)return"[object has no keys]";if(t="number"!=typeof t?b:t,e[0].length>=t)return e[0];for(var r=e.length;r>0;r--){var n=e.slice(0,r).join(", ");if(!(n.length>t))return r===e.length?n:n+"…"}return""},sanitize:function(e,t){if(!l(t)||l(t)&&0===t.length)return e;var r,i=p(t),o="********";try{r=JSON.parse(n(e))}catch(t){return e}return function e(t){return l(t)?t.map(function(t){return e(t)}):a(t)?Object.keys(t).reduce(function(r,n){return i.test(n)?r[n]=o:r[n]=e(t[n]),r},{}):t}(r)}},k={collectWindowErrors:!0,debug:!1},S="undefined"!=typeof window?window:void 0!==t?t:"undefined"!=typeof self?self:{},w=[].slice,O="?",C=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/;function R(){return"undefined"==typeof document||null==document.location?"":document.location.href}k.report=function(){var e,t,r=[],n=null,i=null,o=null;function a(e,t){var n=null;if(!t||k.collectWindowErrors){for(var i in r)if(r.hasOwnProperty(i))try{r[i].apply(null,[e].concat(w.call(arguments,2)))}catch(e){n=e}if(n)throw n}}function s(t,r,n,i,s){var c=x.isErrorEvent(s)?s.error:s,u=x.isErrorEvent(t)?t.message:t;if(o)k.computeStackTrace.augmentStackTraceWithInitialElement(o,r,n,u),l();else if(c&&x.isError(c))a(k.computeStackTrace(c),!0);else{var f,h={url:r,line:n,column:i},p=void 0;if("[object String]"==={}.toString.call(u))(f=u.match(C))&&(p=f[1],u=f[2]);h.func=O,a({name:p,message:u,url:R(),stack:[h]},!0)}return!!e&&e.apply(this,arguments)}function l(){var e=o,t=n;n=null,o=null,i=null,a.apply(null,[e,!1].concat(t))}function c(e,t){var r=w.call(arguments,1);if(o){if(i===e)return;l()}var a=k.computeStackTrace(e);if(o=a,i=e,n=r,setTimeout(function(){i===e&&l()},a.incomplete?2e3:0),!1!==t)throw e}return c.subscribe=function(n){t||(e=S.onerror,S.onerror=s,t=!0),r.push(n)},c.unsubscribe=function(e){for(var t=r.length-1;t>=0;--t)r[t]===e&&r.splice(t,1)},c.uninstall=function(){t&&(S.onerror=e,t=!1,e=void 0),r=[]},c}(),k.computeStackTrace=function(){function e(e){if(void 0!==e.stack&&e.stack){for(var t,r,n,i=/^\s*at (?:(.*?) ?\()?((?:file|https?|blob|chrome-extension|native|eval|webpack|<anonymous>|[a-z]:|\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,o=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx(?:-web)|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i,a=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)((?:file|https?|blob|chrome|webpack|resource|moz-extension).*?:\/.*?|\[native code\]|[^@]*bundle)(?::(\d+))?(?::(\d+))?\s*$/i,s=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,l=/\((\S*)(?::(\d+))(?::(\d+))\)/,c=e.stack.split("\n"),u=[],f=(/^(.*) is undefined$/.exec(e.message),0),h=c.length;f<h;++f){if(r=i.exec(c[f])){var p=r[2]&&0===r[2].indexOf("native");r[2]&&0===r[2].indexOf("eval")&&(t=l.exec(r[2]))&&(r[2]=t[1],r[3]=t[2],r[4]=t[3]),n={url:p?null:r[2],func:r[1]||O,args:p?[r[2]]:[],line:r[3]?+r[3]:null,column:r[4]?+r[4]:null}}else if(r=o.exec(c[f]))n={url:r[2],func:r[1]||O,args:[],line:+r[3],column:r[4]?+r[4]:null};else{if(!(r=a.exec(c[f])))continue;r[3]&&r[3].indexOf(" > eval")>-1&&(t=s.exec(r[3]))?(r[3]=t[1],r[4]=t[2],r[5]=null):0!==f||r[5]||void 0===e.columnNumber||(u[0].column=e.columnNumber+1),n={url:r[3],func:r[1]||O,args:r[2]?r[2].split(","):[],line:r[4]?+r[4]:null,column:r[5]?+r[5]:null}}!n.func&&n.line&&(n.func=O),u.push(n)}return u.length?{name:e.name,message:e.message,url:R(),stack:u}:null}}function t(e,t,r,n){var i={url:t,line:r};if(i.url&&i.line){if(e.incomplete=!1,i.func||(i.func=O),e.stack.length>0&&e.stack[0].url===i.url){if(e.stack[0].line===i.line)return!1;if(!e.stack[0].line&&e.stack[0].func===i.func)return e.stack[0].line=i.line,!1}return e.stack.unshift(i),e.partial=!0,!0}return e.incomplete=!0,!1}function r(e,i){for(var o,a,s=/function\s+([_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*)?\s*\(/i,l=[],c={},u=!1,f=r.caller;f&&!u;f=f.caller)if(f!==n&&f!==k.report){if(a={url:null,func:O,line:null,column:null},f.name?a.func=f.name:(o=s.exec(f.toString()))&&(a.func=o[1]),void 0===a.func)try{a.func=o.input.substring(0,o.input.indexOf("{"))}catch(e){}c[""+f]?u=!0:c[""+f]=!0,l.push(a)}i&&l.splice(0,i);var h={name:e.name,message:e.message,url:R(),stack:l};return t(h,e.sourceURL||e.fileName,e.line||e.lineNumber,e.message||e.description),h}function n(t,n){var i=null;n=null==n?0:+n;try{if(i=e(t))return i}catch(e){if(k.debug)throw e}try{if(i=r(t,n+1))return i}catch(e){if(k.debug)throw e}return{name:t.name,message:t.message,url:R()}}return n.augmentStackTraceWithInitialElement=t,n.computeStackTraceFromStackProp=e,n}();var j=k;function T(e,t){var r=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(r>>16)<<16|65535&r}function F(e,t,r,n,i,o){return T((a=T(T(t,e),T(n,o)))<<(s=i)|a>>>32-s,r);var a,s}function P(e,t,r,n,i,o,a){return F(t&r|~t&n,e,t,i,o,a)}function D(e,t,r,n,i,o,a){return F(t&n|r&~n,e,t,i,o,a)}function H(e,t,r,n,i,o,a){return F(t^r^n,e,t,i,o,a)}function N(e,t,r,n,i,o,a){return F(r^(t|~n),e,t,i,o,a)}function U(e,t){var r,n,i,o,a;e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;var s=1732584193,l=-271733879,c=-1732584194,u=271733878;for(r=0;r<e.length;r+=16)n=s,i=l,o=c,a=u,s=P(s,l,c,u,e[r],7,-680876936),u=P(u,s,l,c,e[r+1],12,-389564586),c=P(c,u,s,l,e[r+2],17,606105819),l=P(l,c,u,s,e[r+3],22,-1044525330),s=P(s,l,c,u,e[r+4],7,-176418897),u=P(u,s,l,c,e[r+5],12,1200080426),c=P(c,u,s,l,e[r+6],17,-1473231341),l=P(l,c,u,s,e[r+7],22,-45705983),s=P(s,l,c,u,e[r+8],7,1770035416),u=P(u,s,l,c,e[r+9],12,-1958414417),c=P(c,u,s,l,e[r+10],17,-42063),l=P(l,c,u,s,e[r+11],22,-1990404162),s=P(s,l,c,u,e[r+12],7,1804603682),u=P(u,s,l,c,e[r+13],12,-40341101),c=P(c,u,s,l,e[r+14],17,-1502002290),s=D(s,l=P(l,c,u,s,e[r+15],22,1236535329),c,u,e[r+1],5,-165796510),u=D(u,s,l,c,e[r+6],9,-1069501632),c=D(c,u,s,l,e[r+11],14,643717713),l=D(l,c,u,s,e[r],20,-373897302),s=D(s,l,c,u,e[r+5],5,-701558691),u=D(u,s,l,c,e[r+10],9,38016083),c=D(c,u,s,l,e[r+15],14,-660478335),l=D(l,c,u,s,e[r+4],20,-405537848),s=D(s,l,c,u,e[r+9],5,568446438),u=D(u,s,l,c,e[r+14],9,-1019803690),c=D(c,u,s,l,e[r+3],14,-187363961),l=D(l,c,u,s,e[r+8],20,1163531501),s=D(s,l,c,u,e[r+13],5,-1444681467),u=D(u,s,l,c,e[r+2],9,-51403784),c=D(c,u,s,l,e[r+7],14,1735328473),s=H(s,l=D(l,c,u,s,e[r+12],20,-1926607734),c,u,e[r+5],4,-378558),u=H(u,s,l,c,e[r+8],11,-2022574463),c=H(c,u,s,l,e[r+11],16,1839030562),l=H(l,c,u,s,e[r+14],23,-35309556),s=H(s,l,c,u,e[r+1],4,-1530992060),u=H(u,s,l,c,e[r+4],11,1272893353),c=H(c,u,s,l,e[r+7],16,-155497632),l=H(l,c,u,s,e[r+10],23,-1094730640),s=H(s,l,c,u,e[r+13],4,681279174),u=H(u,s,l,c,e[r],11,-358537222),c=H(c,u,s,l,e[r+3],16,-722521979),l=H(l,c,u,s,e[r+6],23,76029189),s=H(s,l,c,u,e[r+9],4,-640364487),u=H(u,s,l,c,e[r+12],11,-421815835),c=H(c,u,s,l,e[r+15],16,530742520),s=N(s,l=H(l,c,u,s,e[r+2],23,-995338651),c,u,e[r],6,-198630844),u=N(u,s,l,c,e[r+7],10,1126891415),c=N(c,u,s,l,e[r+14],15,-1416354905),l=N(l,c,u,s,e[r+5],21,-57434055),s=N(s,l,c,u,e[r+12],6,1700485571),u=N(u,s,l,c,e[r+3],10,-1894986606),c=N(c,u,s,l,e[r+10],15,-1051523),l=N(l,c,u,s,e[r+1],21,-2054922799),s=N(s,l,c,u,e[r+8],6,1873313359),u=N(u,s,l,c,e[r+15],10,-30611744),c=N(c,u,s,l,e[r+6],15,-1560198380),l=N(l,c,u,s,e[r+13],21,1309151649),s=N(s,l,c,u,e[r+4],6,-145523070),u=N(u,s,l,c,e[r+11],10,-1120210379),c=N(c,u,s,l,e[r+2],15,718787259),l=N(l,c,u,s,e[r+9],21,-343485551),s=T(s,n),l=T(l,i),c=T(c,o),u=T(u,a);return[s,l,c,u]}function I(e){var t,r="",n=32*e.length;for(t=0;t<n;t+=8)r+=String.fromCharCode(e[t>>5]>>>t%32&255);return r}function L(e){var t,r=[];for(r[(e.length>>2)-1]=void 0,t=0;t<r.length;t+=1)r[t]=0;var n=8*e.length;for(t=0;t<n;t+=8)r[t>>5]|=(255&e.charCodeAt(t/8))<<t%32;return r}function A(e){var t,r,n="";for(r=0;r<e.length;r+=1)t=e.charCodeAt(r),n+="0123456789abcdef".charAt(t>>>4&15)+"0123456789abcdef".charAt(15&t);return n}function B(e){return unescape(encodeURIComponent(e))}function M(e){return function(e){return I(U(L(e),8*e.length))}(B(e))}function q(e,t){return function(e,t){var r,n,i=L(e),o=[],a=[];for(o[15]=a[15]=void 0,i.length>16&&(i=U(i,8*e.length)),r=0;r<16;r+=1)o[r]=909522486^i[r],a[r]=1549556828^i[r];return n=U(o.concat(L(t)),512+8*t.length),I(U(a.concat(n),640))}(B(e),B(t))}var z=function(e,t,r){return t?r?q(t,e):A(q(t,e)):r?M(e):A(M(e))};function W(e){this.name="RavenConfigError",this.message=e}W.prototype=new Error,W.prototype.constructor=W;var K=W,J=function(e,t,r){var n=e[t],i=e;if(t in e){var o="warn"===t?"warning":t;e[t]=function(){var e=[].slice.call(arguments),a=x.safeJoin(e," "),s={level:o,logger:"console",extra:{arguments:e}};"assert"===t?!1===e[0]&&(a="Assertion failed: "+(x.safeJoin(e.slice(1)," ")||"console.assert"),s.extra.arguments=e.slice(1),r&&r(a,s)):r&&r(a,s),n&&Function.prototype.apply.call(n,i,e)}}},$=x.isError,X=x.isObject,G=x.isPlainObject,V=x.isErrorEvent,Y=x.isUndefined,Z=x.isFunction,Q=x.isString,ee=x.isArray,te=x.isEmptyObject,re=x.each,ne=x.objectMerge,ie=x.truncate,oe=x.objectFrozen,ae=x.hasKey,se=x.joinRegExp,le=x.urlencode,ce=x.uuid4,ue=x.htmlTreeAsString,fe=x.isSameException,he=x.isSameStacktrace,pe=x.parseUrl,de=x.fill,ge=x.supportsFetch,ve=x.supportsReferrerPolicy,_e=x.serializeKeysForMessage,me=x.serializeException,be=x.sanitize,ye=J,Ee="source protocol user pass host port path".split(" "),xe=/^(?:(\w+):)?\/\/(?:(\w+)(:\w+)?@)?([\w\.-]+)(?::(\d+))?(\/.*)/;function ke(){return+new Date}var Se="undefined"!=typeof window?window:void 0!==t?t:"undefined"!=typeof self?self:{},we=Se.document,Oe=Se.navigator;function Ce(e,t){return Z(t)?function(r){return t(r,e)}:t}function Re(){for(var e in this._hasJSON=!("object"!=typeof JSON||!JSON.stringify),this._hasDocument=!Y(we),this._hasNavigator=!Y(Oe),this._lastCapturedException=null,this._lastData=null,this._lastEventId=null,this._globalServer=null,this._globalKey=null,this._globalProject=null,this._globalContext={},this._globalOptions={release:Se.SENTRY_RELEASE&&Se.SENTRY_RELEASE.id,logger:"javascript",ignoreErrors:[],ignoreUrls:[],whitelistUrls:[],includePaths:[],headers:null,collectWindowErrors:!0,captureUnhandledRejections:!0,maxMessageLength:0,maxUrlLength:250,stackTraceLimit:50,autoBreadcrumbs:!0,instrument:!0,sampleRate:1,sanitizeKeys:[]},this._fetchDefaults={method:"POST",keepalive:!0,referrerPolicy:ve()?"origin":""},this._ignoreOnError=0,this._isRavenInstalled=!1,this._originalErrorStackTraceLimit=Error.stackTraceLimit,this._originalConsole=Se.console||{},this._originalConsoleMethods={},this._plugins=[],this._startTime=ke(),this._wrappedBuiltIns=[],this._breadcrumbs=[],this._lastCapturedEvent=null,this._keypressTimeout,this._location=Se.location,this._lastHref=this._location&&this._location.href,this._resetBackoff(),this._originalConsole)this._originalConsoleMethods[e]=this._originalConsole[e]}Re.prototype={VERSION:"3.24.0",debug:!1,TraceKit:j,config:function(e,t){var r=this;if(r._globalServer)return this._logDebug("error","Error: Raven has already been configured"),r;if(!e)return r;var n=r._globalOptions;t&&re(t,function(e,t){"tags"===e||"extra"===e||"user"===e?r._globalContext[e]=t:n[e]=t}),r.setDSN(e),n.ignoreErrors.push(/^Script error\.?$/),n.ignoreErrors.push(/^Javascript error: Script error\.? on line 0$/),n.ignoreErrors=se(n.ignoreErrors),n.ignoreUrls=!!n.ignoreUrls.length&&se(n.ignoreUrls),n.whitelistUrls=!!n.whitelistUrls.length&&se(n.whitelistUrls),n.includePaths=se(n.includePaths),n.maxBreadcrumbs=Math.max(0,Math.min(n.maxBreadcrumbs||100,100));var i={xhr:!0,console:!0,dom:!0,location:!0,sentry:!0},o=n.autoBreadcrumbs;"[object Object]"==={}.toString.call(o)?o=ne(i,o):!1!==o&&(o=i),n.autoBreadcrumbs=o;var a={tryCatch:!0},s=n.instrument;return"[object Object]"==={}.toString.call(s)?s=ne(a,s):!1!==s&&(s=a),n.instrument=s,j.collectWindowErrors=!!n.collectWindowErrors,r},install:function(){var e=this;return e.isSetup()&&!e._isRavenInstalled&&(j.report.subscribe(function(){e._handleOnErrorStackInfo.apply(e,arguments)}),e._globalOptions.captureUnhandledRejections&&e._attachPromiseRejectionHandler(),e._patchFunctionToString(),e._globalOptions.instrument&&e._globalOptions.instrument.tryCatch&&e._instrumentTryCatch(),e._globalOptions.autoBreadcrumbs&&e._instrumentBreadcrumbs(),e._drainPlugins(),e._isRavenInstalled=!0),Error.stackTraceLimit=e._globalOptions.stackTraceLimit,this},setDSN:function(e){var t=this._parseDSN(e),r=t.path.lastIndexOf("/"),n=t.path.substr(1,r);this._dsn=e,this._globalKey=t.user,this._globalSecret=t.pass&&t.pass.substr(1),this._globalProject=t.path.substr(r+1),this._globalServer=this._getGlobalServer(t),this._globalEndpoint=this._globalServer+"/"+n+"api/"+this._globalProject+"/store/",this._resetBackoff()},context:function(e,t,r){return Z(e)&&(r=t||[],t=e,e=void 0),this.wrap(e,t).apply(this,r)},wrap:function(e,t,r){var n=this;if(Y(t)&&!Z(e))return e;if(Z(e)&&(t=e,e=void 0),!Z(t))return t;try{if(t.__raven__)return t;if(t.__raven_wrapper__)return t.__raven_wrapper__}catch(e){return t}function i(){var i=[],o=arguments.length,a=!e||e&&!1!==e.deep;for(r&&Z(r)&&r.apply(this,arguments);o--;)i[o]=a?n.wrap(e,arguments[o]):arguments[o];try{return t.apply(this,i)}catch(t){throw n._ignoreNextOnError(),n.captureException(t,e),t}}for(var o in t)ae(t,o)&&(i[o]=t[o]);return i.prototype=t.prototype,t.__raven_wrapper__=i,i.__raven__=!0,i.__orig__=t,i},uninstall:function(){return j.report.uninstall(),this._detachPromiseRejectionHandler(),this._unpatchFunctionToString(),this._restoreBuiltIns(),this._restoreConsole(),Error.stackTraceLimit=this._originalErrorStackTraceLimit,this._isRavenInstalled=!1,this},_promiseRejectionHandler:function(e){this._logDebug("debug","Raven caught unhandled promise rejection:",e),this.captureException(e.reason)},_attachPromiseRejectionHandler:function(){return this._promiseRejectionHandler=this._promiseRejectionHandler.bind(this),Se.addEventListener&&Se.addEventListener("unhandledrejection",this._promiseRejectionHandler),this},_detachPromiseRejectionHandler:function(){return Se.removeEventListener&&Se.removeEventListener("unhandledrejection",this._promiseRejectionHandler),this},captureException:function(e,t){if(t=ne({trimHeadFrames:0},t||{}),V(e)&&e.error)e=e.error;else if($(e))e=e;else{if(!G(e))return this.captureMessage(e,ne(t,{stacktrace:!0,trimHeadFrames:t.trimHeadFrames+1}));t=this._getCaptureExceptionOptionsFromPlainObject(t,e),e=new Error(t.message)}this._lastCapturedException=e;try{var r=j.computeStackTrace(e);this._handleStackInfo(r,t)}catch(t){if(e!==t)throw t}return this},_getCaptureExceptionOptionsFromPlainObject:function(e,t){var r=Object.keys(t).sort(),n=ne(e,{message:"Non-Error exception captured with keys: "+_e(r),fingerprint:[z(r)],extra:e.extra||{}});return n.extra.__serialized__=me(t),n},captureMessage:function(e,t){if(!this._globalOptions.ignoreErrors.test||!this._globalOptions.ignoreErrors.test(e)){var r,n=ne({message:e+=""},t=t||{});try{throw new Error(e)}catch(e){r=e}r.name=null;var i=j.computeStackTrace(r),o=ee(i.stack)&&i.stack[1],a=o&&o.url||"";if((!this._globalOptions.ignoreUrls.test||!this._globalOptions.ignoreUrls.test(a))&&(!this._globalOptions.whitelistUrls.test||this._globalOptions.whitelistUrls.test(a))){if(this._globalOptions.stacktrace||t&&t.stacktrace){n.fingerprint=null==n.fingerprint?e:n.fingerprint,(t=ne({trimHeadFrames:0},t)).trimHeadFrames+=1;var s=this._prepareFrames(i,t);n.stacktrace={frames:s.reverse()}}return n.fingerprint&&(n.fingerprint=ee(n.fingerprint)?n.fingerprint:[n.fingerprint]),this._send(n),this}}},captureBreadcrumb:function(e){var t=ne({timestamp:ke()/1e3},e);if(Z(this._globalOptions.breadcrumbCallback)){var r=this._globalOptions.breadcrumbCallback(t);if(X(r)&&!te(r))t=r;else if(!1===r)return this}return this._breadcrumbs.push(t),this._breadcrumbs.length>this._globalOptions.maxBreadcrumbs&&this._breadcrumbs.shift(),this},addPlugin:function(e){var t=[].slice.call(arguments,1);return this._plugins.push([e,t]),this._isRavenInstalled&&this._drainPlugins(),this},setUserContext:function(e){return this._globalContext.user=e,this},setExtraContext:function(e){return this._mergeContext("extra",e),this},setTagsContext:function(e){return this._mergeContext("tags",e),this},clearContext:function(){return this._globalContext={},this},getContext:function(){return JSON.parse(n(this._globalContext))},setEnvironment:function(e){return this._globalOptions.environment=e,this},setRelease:function(e){return this._globalOptions.release=e,this},setDataCallback:function(e){var t=this._globalOptions.dataCallback;return this._globalOptions.dataCallback=Ce(t,e),this},setBreadcrumbCallback:function(e){var t=this._globalOptions.breadcrumbCallback;return this._globalOptions.breadcrumbCallback=Ce(t,e),this},setShouldSendCallback:function(e){var t=this._globalOptions.shouldSendCallback;return this._globalOptions.shouldSendCallback=Ce(t,e),this},setTransport:function(e){return this._globalOptions.transport=e,this},lastException:function(){return this._lastCapturedException},lastEventId:function(){return this._lastEventId},isSetup:function(){return!!this._hasJSON&&(!!this._globalServer||(this.ravenNotConfiguredError||(this.ravenNotConfiguredError=!0,this._logDebug("error","Error: Raven has not been configured.")),!1))},afterLoad:function(){var e=Se.RavenConfig;e&&this.config(e.dsn,e.config).install()},showReportDialog:function(e){if(we){var t=(e=e||{}).eventId||this.lastEventId();if(!t)throw new K("Missing eventId");var r=e.dsn||this._dsn;if(!r)throw new K("Missing DSN");var n=encodeURIComponent,i="";i+="?eventId="+n(t),i+="&dsn="+n(r);var o=e.user||this._globalContext.user;o&&(o.name&&(i+="&name="+n(o.name)),o.email&&(i+="&email="+n(o.email)));var a=this._getGlobalServer(this._parseDSN(r)),s=we.createElement("script");s.async=!0,s.src=a+"/api/embed/error-page/"+i,(we.head||we.body).appendChild(s)}},_ignoreNextOnError:function(){var e=this;this._ignoreOnError+=1,setTimeout(function(){e._ignoreOnError-=1})},_triggerEvent:function(e,t){var r,n;if(this._hasDocument){for(n in t=t||{},e="raven"+e.substr(0,1).toUpperCase()+e.substr(1),we.createEvent?(r=we.createEvent("HTMLEvents")).initEvent(e,!0,!0):(r=we.createEventObject()).eventType=e,t)ae(t,n)&&(r[n]=t[n]);if(we.createEvent)we.dispatchEvent(r);else try{we.fireEvent("on"+r.eventType.toLowerCase(),r)}catch(e){}}},_breadcrumbEventHandler:function(e){var t=this;return function(r){if(t._keypressTimeout=null,t._lastCapturedEvent!==r){var n;t._lastCapturedEvent=r;try{n=ue(r.target)}catch(e){n="<unknown>"}t.captureBreadcrumb({category:"ui."+e,message:n})}}},_keypressEventHandler:function(){var e=this;return function(t){var r;try{r=t.target}catch(e){return}var n=r&&r.tagName;if(n&&("INPUT"===n||"TEXTAREA"===n||r.isContentEditable)){var i=e._keypressTimeout;i||e._breadcrumbEventHandler("input")(t),clearTimeout(i),e._keypressTimeout=setTimeout(function(){e._keypressTimeout=null},1e3)}}},_captureUrlChange:function(e,t){var r=pe(this._location.href),n=pe(t),i=pe(e);this._lastHref=t,r.protocol===n.protocol&&r.host===n.host&&(t=n.relative),r.protocol===i.protocol&&r.host===i.host&&(e=i.relative),this.captureBreadcrumb({category:"navigation",data:{to:t,from:e}})},_patchFunctionToString:function(){var e=this;e._originalFunctionToString=Function.prototype.toString,Function.prototype.toString=function(){return"function"==typeof this&&this.__raven__?e._originalFunctionToString.apply(this.__orig__,arguments):e._originalFunctionToString.apply(this,arguments)}},_unpatchFunctionToString:function(){this._originalFunctionToString&&(Function.prototype.toString=this._originalFunctionToString)},_instrumentTryCatch:function(){var e=this,t=e._wrappedBuiltIns;function r(t){return function(r,n){for(var i=new Array(arguments.length),o=0;o<i.length;++o)i[o]=arguments[o];var a=i[0];return Z(a)&&(i[0]=e.wrap(a)),t.apply?t.apply(this,i):t(i[0],i[1])}}var n=this._globalOptions.autoBreadcrumbs;function i(r){var i=Se[r]&&Se[r].prototype;i&&i.hasOwnProperty&&i.hasOwnProperty("addEventListener")&&(de(i,"addEventListener",function(t){return function(i,o,a,s){try{o&&o.handleEvent&&(o.handleEvent=e.wrap(o.handleEvent))}catch(e){}var l,c,u;return n&&n.dom&&("EventTarget"===r||"Node"===r)&&(c=e._breadcrumbEventHandler("click"),u=e._keypressEventHandler(),l=function(e){if(e){var t;try{t=e.type}catch(e){return}return"click"===t?c(e):"keypress"===t?u(e):void 0}}),t.call(this,i,e.wrap(o,void 0,l),a,s)}},t),de(i,"removeEventListener",function(e){return function(t,r,n,i){try{r=r&&(r.__raven_wrapper__?r.__raven_wrapper__:r)}catch(e){}return e.call(this,t,r,n,i)}},t))}de(Se,"setTimeout",r,t),de(Se,"setInterval",r,t),Se.requestAnimationFrame&&de(Se,"requestAnimationFrame",function(t){return function(r){return t(e.wrap(r))}},t);for(var o=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"],a=0;a<o.length;a++)i(o[a])},_instrumentBreadcrumbs:function(){var e=this,t=this._globalOptions.autoBreadcrumbs,r=e._wrappedBuiltIns;function n(t,r){t in r&&Z(r[t])&&de(r,t,function(t){return e.wrap(t)})}if(t.xhr&&"XMLHttpRequest"in Se){var i=Se.XMLHttpRequest&&Se.XMLHttpRequest.prototype;de(i,"open",function(t){return function(r,n){return Q(n)&&-1===n.indexOf(e._globalKey)&&(this.__raven_xhr={method:r,url:n,status_code:null}),t.apply(this,arguments)}},r),de(i,"send",function(t){return function(){var r=this;function i(){if(r.__raven_xhr&&4===r.readyState){try{r.__raven_xhr.status_code=r.status}catch(e){}e.captureBreadcrumb({type:"http",category:"xhr",data:r.__raven_xhr})}}for(var o=["onload","onerror","onprogress"],a=0;a<o.length;a++)n(o[a],r);return"onreadystatechange"in r&&Z(r.onreadystatechange)?de(r,"onreadystatechange",function(t){return e.wrap(t,void 0,i)}):r.onreadystatechange=i,t.apply(this,arguments)}},r)}t.xhr&&ge()&&de(Se,"fetch",function(t){return function(){for(var r=new Array(arguments.length),n=0;n<r.length;++n)r[n]=arguments[n];var i,o=r[0],a="GET";if("string"==typeof o?i=o:"Request"in Se&&o instanceof Se.Request?(i=o.url,o.method&&(a=o.method)):i=""+o,-1!==i.indexOf(e._globalKey))return t.apply(this,r);r[1]&&r[1].method&&(a=r[1].method);var s={method:a,url:i,status_code:null};return t.apply(this,r).then(function(t){return s.status_code=t.status,e.captureBreadcrumb({type:"http",category:"fetch",data:s}),t})}},r),t.dom&&this._hasDocument&&(we.addEventListener?(we.addEventListener("click",e._breadcrumbEventHandler("click"),!1),we.addEventListener("keypress",e._keypressEventHandler(),!1)):(we.attachEvent("onclick",e._breadcrumbEventHandler("click")),we.attachEvent("onkeypress",e._keypressEventHandler())));var o=Se.chrome,a=!(o&&o.app&&o.app.runtime)&&Se.history&&history.pushState&&history.replaceState;if(t.location&&a){var s=Se.onpopstate;Se.onpopstate=function(){var t=e._location.href;if(e._captureUrlChange(e._lastHref,t),s)return s.apply(this,arguments)};var l=function(t){return function(){var r=arguments.length>2?arguments[2]:void 0;return r&&e._captureUrlChange(e._lastHref,r+""),t.apply(this,arguments)}};de(history,"pushState",l,r),de(history,"replaceState",l,r)}if(t.console&&"console"in Se&&console.log){var c=function(t,r){e.captureBreadcrumb({message:t,level:r.level,category:"console"})};re(["debug","info","warn","error","log"],function(e,t){ye(console,t,c)})}},_restoreBuiltIns:function(){for(var e;this._wrappedBuiltIns.length;){var t=(e=this._wrappedBuiltIns.shift())[0],r=e[1],n=e[2];t[r]=n}},_restoreConsole:function(){for(var e in this._originalConsoleMethods)this._originalConsole[e]=this._originalConsoleMethods[e]},_drainPlugins:function(){var e=this;re(this._plugins,function(t,r){var n=r[0],i=r[1];n.apply(e,[e].concat(i))})},_parseDSN:function(e){var t=xe.exec(e),r={},n=7;try{for(;n--;)r[Ee[n]]=t[n]||""}catch(t){throw new K("Invalid DSN: "+e)}if(r.pass&&!this._globalOptions.allowSecretKey)throw new K("Do not specify your secret key in the DSN. See: http://bit.ly/raven-secret-key");return r},_getGlobalServer:function(e){var t="//"+e.host+(e.port?":"+e.port:"");return e.protocol&&(t=e.protocol+":"+t),t},_handleOnErrorStackInfo:function(){this._ignoreOnError||this._handleStackInfo.apply(this,arguments)},_handleStackInfo:function(e,t){var r=this._prepareFrames(e,t);this._triggerEvent("handle",{stackInfo:e,options:t}),this._processException(e.name,e.message,e.url,e.lineno,r,t)},_prepareFrames:function(e,t){var r=this,n=[];if(e.stack&&e.stack.length&&(re(e.stack,function(t,i){var o=r._normalizeFrame(i,e.url);o&&n.push(o)}),t&&t.trimHeadFrames))for(var i=0;i<t.trimHeadFrames&&i<n.length;i++)n[i].in_app=!1;return n=n.slice(0,this._globalOptions.stackTraceLimit)},_normalizeFrame:function(e,t){var r={filename:e.url,lineno:e.line,colno:e.column,function:e.func||"?"};return e.url||(r.filename=t),r.in_app=!(this._globalOptions.includePaths.test&&!this._globalOptions.includePaths.test(r.filename)||/(Raven|TraceKit)\./.test(r.function)||/raven\.(min\.)?js$/.test(r.filename)),r},_processException:function(e,t,r,n,i,o){var a,s=(e?e+": ":"")+(t||"");if((!this._globalOptions.ignoreErrors.test||!this._globalOptions.ignoreErrors.test(t)&&!this._globalOptions.ignoreErrors.test(s))&&(i&&i.length?(r=i[0].filename||r,i.reverse(),a={frames:i}):r&&(a={frames:[{filename:r,lineno:n,in_app:!0}]}),(!this._globalOptions.ignoreUrls.test||!this._globalOptions.ignoreUrls.test(r))&&(!this._globalOptions.whitelistUrls.test||this._globalOptions.whitelistUrls.test(r)))){var l=ne({exception:{values:[{type:e,value:t,stacktrace:a}]},culprit:r},o);this._send(l)}},_trimPacket:function(e){var t=this._globalOptions.maxMessageLength;if(e.message&&(e.message=ie(e.message,t)),e.exception){var r=e.exception.values[0];r.value=ie(r.value,t)}var n=e.request;return n&&(n.url&&(n.url=ie(n.url,this._globalOptions.maxUrlLength)),n.Referer&&(n.Referer=ie(n.Referer,this._globalOptions.maxUrlLength))),e.breadcrumbs&&e.breadcrumbs.values&&this._trimBreadcrumbs(e.breadcrumbs),e},_trimBreadcrumbs:function(e){for(var t,r,n,i=["to","from","url"],o=0;o<e.values.length;++o)if((r=e.values[o]).hasOwnProperty("data")&&X(r.data)&&!oe(r.data)){n=ne({},r.data);for(var a=0;a<i.length;++a)t=i[a],n.hasOwnProperty(t)&&n[t]&&(n[t]=ie(n[t],this._globalOptions.maxUrlLength));e.values[o].data=n}},_getHttpData:function(){if(this._hasNavigator||this._hasDocument){var e={};return this._hasNavigator&&Oe.userAgent&&(e.headers={"User-Agent":navigator.userAgent}),Se.location&&Se.location.href&&(e.url=Se.location.href),this._hasDocument&&we.referrer&&(e.headers||(e.headers={}),e.headers.Referer=we.referrer),e}},_resetBackoff:function(){this._backoffDuration=0,this._backoffStart=null},_shouldBackoff:function(){return this._backoffDuration&&ke()-this._backoffStart<this._backoffDuration},_isRepeatData:function(e){var t=this._lastData;return!(!t||e.message!==t.message||e.culprit!==t.culprit)&&(e.stacktrace||t.stacktrace?he(e.stacktrace,t.stacktrace):!e.exception&&!t.exception||fe(e.exception,t.exception))},_setBackoffState:function(e){if(!this._shouldBackoff()){var t=e.status;if(400===t||401===t||429===t){var r;try{r=ge()?e.headers.get("Retry-After"):e.getResponseHeader("Retry-After"),r=1e3*parseInt(r,10)}catch(e){}this._backoffDuration=r||(2*this._backoffDuration||1e3),this._backoffStart=ke()}}},_send:function(e){var t=this._globalOptions,r={project:this._globalProject,logger:t.logger,platform:"javascript"},n=this._getHttpData();n&&(r.request=n),e.trimHeadFrames&&delete e.trimHeadFrames,(e=ne(r,e)).tags=ne(ne({},this._globalContext.tags),e.tags),e.extra=ne(ne({},this._globalContext.extra),e.extra),e.extra["session:duration"]=ke()-this._startTime,this._breadcrumbs&&this._breadcrumbs.length>0&&(e.breadcrumbs={values:[].slice.call(this._breadcrumbs,0)}),this._globalContext.user&&(e.user=this._globalContext.user),t.environment&&(e.environment=t.environment),t.release&&(e.release=t.release),t.serverName&&(e.server_name=t.serverName),e=this._sanitizeData(e),Object.keys(e).forEach(function(t){(null==e[t]||""===e[t]||te(e[t]))&&delete e[t]}),Z(t.dataCallback)&&(e=t.dataCallback(e)||e),e&&!te(e)&&(Z(t.shouldSendCallback)&&!t.shouldSendCallback(e)||(this._shouldBackoff()?this._logDebug("warn","Raven dropped error due to backoff: ",e):"number"==typeof t.sampleRate?Math.random()<t.sampleRate&&this._sendProcessedPayload(e):this._sendProcessedPayload(e)))},_sanitizeData:function(e){return be(e,this._globalOptions.sanitizeKeys)},_getUuid:function(){return ce()},_sendProcessedPayload:function(e,t){var r=this,n=this._globalOptions;if(this.isSetup())if(e=this._trimPacket(e),this._globalOptions.allowDuplicates||!this._isRepeatData(e)){this._lastEventId=e.event_id||(e.event_id=this._getUuid()),this._lastData=e,this._logDebug("debug","Raven about to send:",e);var i={sentry_version:"7",sentry_client:"raven-js/"+this.VERSION,sentry_key:this._globalKey};this._globalSecret&&(i.sentry_secret=this._globalSecret);var o=e.exception&&e.exception.values[0];this._globalOptions.autoBreadcrumbs&&this._globalOptions.autoBreadcrumbs.sentry&&this.captureBreadcrumb({category:"sentry",message:o?(o.type?o.type+": ":"")+o.value:e.message,event_id:e.event_id,level:e.level||"error"});var a=this._globalEndpoint;(n.transport||this._makeRequest).call(this,{url:a,auth:i,data:e,options:n,onSuccess:function(){r._resetBackoff(),r._triggerEvent("success",{data:e,src:a}),t&&t()},onError:function(n){r._logDebug("error","Raven transport failed to send: ",n),n.request&&r._setBackoffState(n.request),r._triggerEvent("failure",{data:e,src:a}),n=n||new Error("Raven send failed (no additional details provided)"),t&&t(n)}})}else this._logDebug("warn","Raven dropped repeat event: ",e)},_makeRequest:function(e){var t=e.url+"?"+le(e.auth),r=null,i={};if(e.options.headers&&(r=this._evaluateHash(e.options.headers)),e.options.fetchParameters&&(i=this._evaluateHash(e.options.fetchParameters)),ge()){i.body=n(e.data);var o=ne({},this._fetchDefaults),a=ne(o,i);return r&&(a.headers=r),Se.fetch(t,a).then(function(t){if(t.ok)e.onSuccess&&e.onSuccess();else{var r=new Error("Sentry error code: "+t.status);r.request=t,e.onError&&e.onError(r)}}).catch(function(){e.onError&&e.onError(new Error("Sentry error code: network unavailable"))})}var s=Se.XMLHttpRequest&&new Se.XMLHttpRequest;s&&(("withCredentials"in s||"undefined"!=typeof XDomainRequest)&&("withCredentials"in s?s.onreadystatechange=function(){if(4===s.readyState)if(200===s.status)e.onSuccess&&e.onSuccess();else if(e.onError){var t=new Error("Sentry error code: "+s.status);t.request=s,e.onError(t)}}:(s=new XDomainRequest,t=t.replace(/^https?:/,""),e.onSuccess&&(s.onload=e.onSuccess),e.onError&&(s.onerror=function(){var t=new Error("Sentry error code: XDomainRequest");t.request=s,e.onError(t)})),s.open("POST",t),r&&re(r,function(e,t){s.setRequestHeader(e,t)}),s.send(n(e.data))))},_evaluateHash:function(e){var t={};for(var r in e)if(e.hasOwnProperty(r)){var n=e[r];t[r]="function"==typeof n?n():n}return t},_logDebug:function(e){this._originalConsoleMethods[e]&&this.debug&&Function.prototype.apply.call(this._originalConsoleMethods[e],this._originalConsole,[].slice.call(arguments,1))},_mergeContext:function(e,t){Y(t)?delete this._globalContext[e]:this._globalContext[e]=ne(this._globalContext[e]||{},t)}},Re.prototype.setUser=Re.prototype.setUserContext,Re.prototype.setReleaseContext=Re.prototype.setRelease;var je=Re,Te="undefined"!=typeof window?window:void 0!==t?t:"undefined"!=typeof self?self:{},Fe=Te.Raven,Pe=new je;Pe.noConflict=function(){return Te.Raven=Fe,Pe},Pe.afterLoad();var De=Pe,He=je;De.Client=He;var Ne={ReactApp:["origin message","Network request failed","无法 fetch","这个系统不支持该功能。","Can't find variable: webkit","Can't find variable: $","内存不足","out of memory","DOM Exception 18","The operation is insecure","[object Event]","[object FileError]","[object DOMError]","[object Object]","拒绝访问。","Maximum call stack size exceeded","缺少 JavaScript 对象","componentWillEnter","componentWillLeave","componentWillAppear","getInlineStyleAt","getCharacterList","draft-js","UploadError",/ResponseError:.*/,/^request https?:.*/,/Loading\s(CSS\s)?chunk/,"Non-Error exception captured"]};!function(){if(["https:","http:"].indexOf(window.location.protocol)>=0&&!((t=window).callPhantom||t._phantom||t.__phantomas||t.buffer||t.Buffer||t.emit||t.spawn||t.webdriver||t.domAutomation||t.domAutomationController)){var t,r=(document.currentScript||document.querySelector("script[data-sentry-config]")).dataset.sentryConfig,n=r&&JSON.parse(r);if(n){var i=n.dsn,o=n.ignoreErrorNames,a=void 0===o?[]:o,s=n.ignoreErrors,l=void 0===s?[]:s,c=n.ignoreErrorsPreset,u=function(e,t){if(null==e)return{};var r,n,i={},o=Object.keys(e);for(n=0;n<o.length;n++)r=o[n],t.indexOf(r)>=0||(i[r]=e[r]);return i}(n,["dsn","ignoreErrorNames","ignoreErrors","ignoreErrorsPreset"]);Ne[c]&&l.push.apply(l,Ne[c]),De.config(i,e({shouldSendCallback:function(e){return!(!window.document.body||!e.exception||!e.exception.values||e.exception.values.some(function(e){return a.indexOf(e.type)>=0}))},ignoreErrors:l},u)).install(),window.Raven=De}}}()});