@honeybadger-io/js 6.4.1 → 6.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/honeybadger.js +2 -2
- package/dist/browser/honeybadger.min.js +1 -1
- package/dist/server/honeybadger.js +122 -82
- package/dist/server/honeybadger.js.map +1 -1
- package/dist/server/integrations/uncaught_exception_monitor.d.ts +9 -2
- package/dist/server/integrations/unhandled_rejection_monitor.d.ts +15 -0
- package/dist/server/integrations/{unhandled_rejection.d.ts → unhandled_rejection_plugin.d.ts} +1 -1
- package/package.json +2 -2
|
@@ -857,7 +857,7 @@
|
|
|
857
857
|
this.__notifier = {
|
|
858
858
|
name: '@honeybadger-io/core',
|
|
859
859
|
url: 'https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/core',
|
|
860
|
-
version: '6.4.
|
|
860
|
+
version: '6.4.2'
|
|
861
861
|
};
|
|
862
862
|
this.config = __assign({ apiKey: null, endpoint: 'https://api.honeybadger.io', environment: null, hostname: null, projectRoot: null, component: null, action: null, revision: null, reportData: null, breadcrumbsEnabled: true, maxBreadcrumbs: 40, maxObjectDepth: 8, logger: console, developmentEnvironments: ['dev', 'development', 'test'], debug: false, tags: null, enableUncaught: true, enableUnhandledRejection: true, afterUncaught: function () { return true; }, filters: ['creditcard', 'password'], __plugins: [] }, opts);
|
|
863
863
|
this.__initStore();
|
|
@@ -2325,7 +2325,7 @@
|
|
|
2325
2325
|
var NOTIFIER = {
|
|
2326
2326
|
name: '@honeybadger-io/js',
|
|
2327
2327
|
url: 'https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/js',
|
|
2328
|
-
version: '6.4.
|
|
2328
|
+
version: '6.4.2'
|
|
2329
2329
|
};
|
|
2330
2330
|
singleton.setNotifier(NOTIFIER);
|
|
2331
2331
|
var core_2 = src;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).Honeybadger=t()}(this,(function(){"use strict";var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function t(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function n(e){var t=e.default;if("function"==typeof t){var n=function(){return t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:function(){return e[t]}})})),n}var r={},o={},i={},a={},c="<unknown>";var u=/^\s*at (.*?) ?\(((?:file|https?|blob|chrome-extension|native|eval|webpack|<anonymous>|\/|[a-z]:\\|\\\\).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,s=/\((\S*)(?::(\d+))(?::(\d+))\)/;var l=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i;var f=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)((?:file|https?|blob|chrome|webpack|resource|\[native).*?|[^@]*bundle)(?::(\d+))?(?::(\d+))?\s*$/i,d=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i;var p=/^\s*(?:([^@]*)(?:\((.*?)\))?@)?(\S.*?):(\d+)(?::(\d+))?\s*$/i;var h=/^\s*at (?:((?:\[object object\])?[^\\/]+(?: \[as \S+\])?) )?\(?(.*?):(\d+)(?::(\d+))?\)?\s*$/i;var g=Object.freeze({__proto__:null,parse:function(e){return e.split("\n").reduce((function(e,t){var n=function(e){var t=u.exec(e);if(!t)return null;var n=t[2]&&0===t[2].indexOf("native"),r=t[2]&&0===t[2].indexOf("eval"),o=s.exec(t[2]);r&&null!=o&&(t[2]=o[1],t[3]=o[2],t[4]=o[3]);return{file:n?null:t[2],methodName:t[1]||c,arguments:n?[t[2]]:[],lineNumber:t[3]?+t[3]:null,column:t[4]?+t[4]:null}}(t)||function(e){var t=l.exec(e);if(!t)return null;return{file:t[2],methodName:t[1]||c,arguments:[],lineNumber:+t[3],column:t[4]?+t[4]:null}}(t)||function(e){var t=f.exec(e);if(!t)return null;var n=t[3]&&t[3].indexOf(" > eval")>-1,r=d.exec(t[3]);n&&null!=r&&(t[3]=r[1],t[4]=r[2],t[5]=null);return{file:t[3],methodName:t[1]||c,arguments:t[2]?t[2].split(","):[],lineNumber:t[4]?+t[4]:null,column:t[5]?+t[5]:null}}(t)||function(e){var t=h.exec(e);if(!t)return null;return{file:t[2],methodName:t[1]||c,arguments:[],lineNumber:+t[3],column:t[4]?+t[4]:null}}(t)||function(e){var t=p.exec(e);if(!t)return null;return{file:t[3],methodName:t[1]||c,arguments:[],lineNumber:+t[4],column:t[5]?+t[5]:null}}(t);return n&&e.push(n),e}),[])}}),b=n(g);!function(t){var n=e&&e.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),r=e&&e.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=e&&e.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var o in e)"default"!==o&&Object.prototype.hasOwnProperty.call(e,o)&&n(t,e,o);return r(t,e),t},i=e&&e.__awaiter||function(e,t,n,r){return new(n||(n=Promise))((function(o,i){function a(e){try{u(r.next(e))}catch(e){i(e)}}function c(e){try{u(r.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,c)}u((r=r.apply(e,t||[])).next())}))},a=e&&e.__generator||function(e,t){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:c(0),throw:c(1),return:c(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function c(i){return function(c){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,c])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.isBrowserConfig=t.clone=t.formatCGIData=t.filterUrl=t.filter=t.generateStackTrace=t.endpoint=t.instrument=t.isErrorObject=t.makeNotice=t.logger=t.sanitize=t.shallowClone=t.runAfterNotifyHandlers=t.runBeforeNotifyHandlers=t.getSourceForBacktrace=t.getCauses=t.calculateBacktraceShift=t.DEFAULT_BACKTRACE_SHIFT=t.makeBacktrace=t.objectIsExtensible=t.objectIsEmpty=t.mergeNotice=t.merge=void 0;var c=o(b);function u(e,t){var n={};for(var r in e)n[r]=e[r];for(var r in t)n[r]=t[r];return n}function s(e,t,n){if(void 0===t&&(t=!1),void 0===n&&(n=console),!e)return[];try{var r=c.parse(e).map((function(e){return{file:e.file,method:e.methodName,number:e.lineNumber,column:e.column}}));return t&&r.splice(0,f(r)),r}catch(e){return n.debug(e),[]}}function l(e){var t=!1,n=!1;return e.file&&(t=e.file.toLowerCase().indexOf("@honeybadger-io")>-1),e.method&&(n=e.method.toLowerCase().indexOf("@honeybadger-io")>-1),t||n}function f(e){for(var n=0,r=0;r<e.length;r++){var o=e[r];if(!l(o)){if(!o.file||"<anonymous>"===o.file){var i=e[r+1];if(i&&l(i)){n++;continue}}break}n++}return n||t.DEFAULT_BACKTRACE_SHIFT}function d(e){if("object"!=typeof e||null===e)return{};var t={};for(var n in e)t[n]=e[n];return t}function p(e){return e instanceof Error||"[object Error]"===Object.prototype.toString.call(e)}function h(e,t){for(var n=0;n<t.length;n++)if(-1!==e.toLowerCase().indexOf(t[n].toLowerCase()))return!0;return!1}function g(e,t){var n=Object.prototype.toString.call(t).slice(8,-1);return null!=t&&n===e}t.merge=u,t.mergeNotice=function(e,t){var n=u(e,t);return e.context&&t.context&&(n.context=u(e.context,t.context)),n},t.objectIsEmpty=function(e){for(var t in e)if(Object.prototype.hasOwnProperty.call(e,t))return!1;return!0},t.objectIsExtensible=function(e){return"function"!=typeof Object.isExtensible||Object.isExtensible(e)},t.makeBacktrace=s,t.DEFAULT_BACKTRACE_SHIFT=3,t.calculateBacktraceShift=f,t.getCauses=function(e,t){if(e.cause){for(var n=[],r=e;n.length<3&&(r=r.cause);)n.push({class:r.name,message:r.message,backtrace:"string"==typeof r.stack?s(r.stack,!1,t):null});return n}return[]},t.getSourceForBacktrace=function(e,t){return i(this,void 0,void 0,(function(){var n,r,o,i;return a(this,(function(a){switch(a.label){case 0:if(n=[],!t||!e||!e.length)return[2,n];r=0,a.label=1;case 1:return e.length?(o=e.splice(0)[r],[4,t(o.file)]):[3,3];case 2:return i=a.sent(),n[r]=function(e,t,n){void 0===n&&(n=2);if(!e)return null;var r=e.split("\n");r.unshift("");for(var o=t+n,i={},a=t-n;a<=o;a++){var c=r[a];"string"==typeof c&&(i[a]=c)}return i}(i,o.number),r++,[3,1];case 3:return[2,n]}}))}))},t.runBeforeNotifyHandlers=function(e,t){for(var n=[],r=!0,o=0,i=t.length;o<i;o++){var a=(0,t[o])(e);!1===a&&(r=!1),n.push(a)}return{results:n,result:r}},t.runAfterNotifyHandlers=function(e,t,n){e&&e.afterNotify&&e.afterNotify(n,e);for(var r=0,o=t.length;r<o;r++)t[r](n,e);return!0},t.shallowClone=d,t.sanitize=function(e,t){void 0===t&&(t=8);var n=[];function r(e,r){if(void 0===r&&(r=0),r>=t)return"[DEPTH]";if(!function(e){var t=typeof e;return/function/.test(t)?"toJSON"===e.name:!/symbol/.test(t)&&null!==e&&("object"!=typeof e||void 0!==e.hasOwnProperty)}(e))return Object.prototype.toString.call(e);if(function(e){if(!e||"object"!=typeof e)return!1;for(var t=0;t<n.length;t++)if(n[t]===e)return!0;return n.push(e),!1}(e))return"[RECURSION]";if(Array.isArray(e))return e.map((function(e){return o(e,r+1)}));if("object"==typeof e){var i={};for(var a in e){var c=e[a];Object.prototype.hasOwnProperty.call(e,a)&&null!=a&&null!=c&&(i[a]=o(c,r+1))}return i}return e}function o(e,t){void 0===t&&(t=0);try{return r(e,t)}catch(e){return"[ERROR] ".concat(e)}}return o(e)},t.logger=function(e){var t=function(t){return function(){for(var n,r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];if("debug"===t){if(!e.config.debug)return;t="log"}r.unshift("[Honeybadger]"),(n=e.config.logger)[t].apply(n,r)}};return{log:t("log"),info:t("info"),debug:t("debug"),warn:t("warn"),error:t("error")}},t.makeNotice=function(e){var t;if(e)if(p(e)){var n=e;t=u(e,{name:n.name,message:n.message,stack:n.stack,cause:n.cause})}else if("object"==typeof e)t=d(e);else{t={message:String(e)}}else t={};return t},t.isErrorObject=p,t.instrument=function(e,t,n){if(e&&t&&n&&t in e)try{for(var r=e[t];r&&r.__hb_original;)r=r.__hb_original;e[t]=n(r),e[t].__hb_original=r}catch(e){}},t.endpoint=function(e,t){var n=e.trim().replace(/\/$/,"");return t=t.trim().replace(/(^\/|\/$)/g,""),"".concat(n,"/").concat(t)},t.generateStackTrace=function(){try{throw new Error("")}catch(e){if(e.stack)return e.stack}for(var e=[],t=arguments.callee;t&&e.length<10;){/function(?:\s+([\w$]+))+\s*\(/.test(t.toString())?e.push(RegExp.$1||"<anonymous>"):e.push("<anonymous>");try{t=t.caller}catch(e){break}}return e.join("\n")},t.filter=function(e,t){if(g("Object",e)){g("Array",t)||(t=[]);var n=[];return function e(r){var o,i;if(g("Object",r)||g("Array",r)){if(-1!==n.indexOf(r))return"[CIRCULAR DATA STRUCTURE]";n.push(r)}if(g("Object",r)){for(o in i={},r)h(o,t)?i[o]="[FILTERED]":i[o]=e(r[o]);return i}return g("Array",r)?r.map((function(t){return e(t)})):g("Function",r)?"[FUNC]":r}(e)}},t.filterUrl=function(e,t){if(!t)return e;if("string"!=typeof e)return e;var n=e.split(/\?/,2)[1];if(!n)return e;var r=e;return n.split(/[&]\s?/).forEach((function(e){var n=e.split("=",2),o=n[0],i=n[1];h(o,t)&&(r=r.replace("".concat(o,"=").concat(i),"".concat(o,"=[FILTERED]")))})),r},t.formatCGIData=function(e,t){void 0===t&&(t="");var n={};return Object.keys(e).forEach((function(r){var o=t+r.replace(/\W/g,"_").toUpperCase();n[o]=e[r]})),n},t.clone=function(e){return JSON.parse(JSON.stringify(e))},t.isBrowserConfig=function(e){return void 0!==e.async}}(a);var y={};Object.defineProperty(y,"__esModule",{value:!0}),y.GlobalStore=void 0;var m=a,v=function(){function e(e,t){this.contents=e,this.breadcrumbsLimit=t}return e.create=function(t,n){return new e(t,n)},e.prototype.available=function(){return!0},e.prototype.getContents=function(e){var t=e?this.contents[e]:this.contents;return JSON.parse(JSON.stringify(t))},e.prototype.setContext=function(e){this.contents.context=(0,m.merge)(this.contents.context,e||{})},e.prototype.addBreadcrumb=function(e){this.contents.breadcrumbs.length==this.breadcrumbsLimit&&this.contents.breadcrumbs.shift(),this.contents.breadcrumbs.push(e)},e.prototype.clear=function(){this.contents.context={},this.contents.breadcrumbs=[]},e.prototype.run=function(e){return e()},e}();y.GlobalStore=v;var _=e&&e.__assign||function(){return _=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},_.apply(this,arguments)},w=e&&e.__awaiter||function(e,t,n,r){return new(n||(n=Promise))((function(o,i){function a(e){try{u(r.next(e))}catch(e){i(e)}}function c(e){try{u(r.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,c)}u((r=r.apply(e,t||[])).next())}))},k=e&&e.__generator||function(e,t){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:c(0),throw:c(1),return:c(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function c(i){return function(c){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,c])}}};Object.defineProperty(i,"__esModule",{value:!0}),i.Client=void 0;var E=a,O=y,j=/,|\s+/,x=/\S/,N=function(){function e(e,t){void 0===e&&(e={}),this.__pluginsExecuted=!1,this.__store=null,this.__beforeNotifyHandlers=[],this.__afterNotifyHandlers=[],this.__notifier={name:"@honeybadger-io/core",url:"https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/core",version:"6.4.1"},this.config=_({apiKey:null,endpoint:"https://api.honeybadger.io",environment:null,hostname:null,projectRoot:null,component:null,action:null,revision:null,reportData:null,breadcrumbsEnabled:!0,maxBreadcrumbs:40,maxObjectDepth:8,logger:console,developmentEnvironments:["dev","development","test"],debug:!1,tags:null,enableUncaught:!0,enableUnhandledRejection:!0,afterUncaught:function(){return!0},filters:["creditcard","password"],__plugins:[]},e),this.__initStore(),this.__transport=t,this.logger=(0,E.logger)(this)}return e.prototype.getVersion=function(){return this.__notifier.version},e.prototype.getNotifier=function(){return this.__notifier},e.prototype.setNotifier=function(e){this.__notifier=e},e.prototype.configure=function(e){var t=this;for(var n in void 0===e&&(e={}),e)this.config[n]=e[n];return this.__pluginsExecuted||(this.__pluginsExecuted=!0,this.config.__plugins.forEach((function(e){return e.load(t)}))),this},e.prototype.__initStore=function(){this.__store=new O.GlobalStore({context:{},breadcrumbs:[]},this.config.maxBreadcrumbs)},e.prototype.beforeNotify=function(e){return this.__beforeNotifyHandlers.push(e),this},e.prototype.afterNotify=function(e){return this.__afterNotifyHandlers.push(e),this},e.prototype.setContext=function(e){return"object"==typeof e&&null!=e&&this.__store.setContext(e),this},e.prototype.resetContext=function(e){return this.logger.warn("Deprecation warning: `Honeybadger.resetContext()` has been deprecated; please use `Honeybadger.clear()` instead."),this.__store.clear(),"object"==typeof e&&null!==e&&this.__store.setContext(e),this},e.prototype.clear=function(){return this.__store.clear(),this},e.prototype.notify=function(e,t,n){var r=this;void 0===t&&(t=void 0),void 0===n&&(n=void 0);var o=this.makeNotice(e,t,n),i=o&&o.backtrace?o.backtrace.map((function(e){return(0,E.shallowClone)(e)})):null,a=this.__runPreconditions(o);return a instanceof Error?((0,E.runAfterNotifyHandlers)(o,this.__afterNotifyHandlers,a),!1):a instanceof Promise?(a.then((function(e){return e instanceof Error?((0,E.runAfterNotifyHandlers)(o,r.__afterNotifyHandlers,e),!1):r.__send(o,i)})),!0):(this.__send(o,i).catch((function(e){})),!0)},e.prototype.notifyAsync=function(e,t,n){var r=this;return void 0===t&&(t=void 0),void 0===n&&(n=void 0),new Promise((function(o,i){var a,c,u;a=e.afterNotify?e:t&&t.afterNotify?t:n&&n.afterNotify?n:t&&"object"==typeof t?t:n||(t={}),u=(c=a).afterNotify,c.afterNotify=function(e){if(null==u||u.call(r,e),e)return i(e);o()},r.notify(e,t,n)}))},e.prototype.makeNotice=function(e,t,n){void 0===t&&(t=void 0),void 0===n&&(n=void 0);var r=(0,E.makeNotice)(e);t&&"object"!=typeof t&&(t={name:String(t)});if(t&&(r=(0,E.mergeNotice)(r,t)),"object"==typeof n&&null!==n&&(r=(0,E.mergeNotice)(r,n)),(0,E.objectIsEmpty)(r))return null;var o=this.__store.getContents("context"),i=this.__constructTags(r.tags),a=this.__constructTags(o.tags),c=this.__constructTags(this.config.tags),u=i.concat(a).concat(c),s=u.filter((function(e,t){return u.indexOf(e)===t}));return r=(0,E.merge)(r,{name:r.name||"Error",context:(0,E.merge)(o,r.context),projectRoot:r.projectRoot||this.config.projectRoot,environment:r.environment||this.config.environment,component:r.component||this.config.component,action:r.action||this.config.action,revision:r.revision||this.config.revision,tags:s}),Array.isArray(r.backtrace)&&r.backtrace.length||("string"==typeof r.stack&&r.stack.trim()?r.backtrace=(0,E.makeBacktrace)(r.stack,!1,this.logger):(r.stack=(0,E.generateStackTrace)(),r.backtrace=(0,E.makeBacktrace)(r.stack,!0,this.logger))),r},e.prototype.addBreadcrumb=function(e,t){if(this.config.breadcrumbsEnabled){var n=(0,E.shallowClone)((t=t||{}).metadata),r=t.category||"custom",o=(new Date).toISOString();return this.__store.addBreadcrumb({category:r,message:e,metadata:n,timestamp:o}),this}},e.prototype.__getBreadcrumbs=function(){return this.__store.getContents("breadcrumbs").slice()},e.prototype.__getContext=function(){return this.__store.getContents("context")},e.prototype.__developmentMode=function(){return!0!==this.config.reportData&&(this.config.environment&&this.config.developmentEnvironments.includes(this.config.environment))},e.prototype.__buildPayload=function(e){var t=(0,E.filter)(e.headers,this.config.filters)||{},n=(0,E.filter)(_(_({},e.cgiData),(0,E.formatCGIData)(t,"HTTP_")),this.config.filters);return{notifier:this.__notifier,breadcrumbs:{enabled:!!this.config.breadcrumbsEnabled,trail:e.__breadcrumbs||[]},error:{class:e.name,message:e.message,backtrace:e.backtrace,fingerprint:e.fingerprint,tags:e.tags,causes:(0,E.getCauses)(e,this.logger)},request:{url:(0,E.filterUrl)(e.url,this.config.filters),component:e.component,action:e.action,context:e.context,cgi_data:n,params:(0,E.filter)(e.params,this.config.filters)||{},session:(0,E.filter)(e.session,this.config.filters)||{}},server:{project_root:e.projectRoot,environment_name:e.environment,revision:e.revision,hostname:this.config.hostname,time:(new Date).toUTCString()},details:e.details||{}}},e.prototype.__constructTags=function(e){return e?e.toString().split(j).filter((function(e){return x.test(e)})):[]},e.prototype.__runPreconditions=function(e){var t=this,n=null;e||(this.logger.debug("failed to build error report"),n=new Error("failed to build error report")),!1===this.config.reportData&&(this.logger.debug("skipping error report: honeybadger.js is disabled",e),n=new Error("honeybadger.js is disabled")),this.__developmentMode()&&(this.logger.log("honeybadger.js is in development mode; the following error report will be sent in production.",e),n=new Error("honeybadger.js is in development mode")),this.config.apiKey||(this.logger.warn("could not send error report: no API key has been configured",e),n=new Error("missing API key"));var r=(0,E.runBeforeNotifyHandlers)(e,this.__beforeNotifyHandlers);return n||r.result||(this.logger.debug("skipping error report: one or more beforeNotify handlers returned false",e),n=new Error("beforeNotify handlers returned false")),r.results.length&&r.results.some((function(e){return e instanceof Promise}))?Promise.allSettled(r.results).then((function(r){if(!n&&r.some((function(e){return"rejected"===e.status||!1===e.value}))&&(t.logger.debug("skipping error report: one or more beforeNotify handlers returned false",e),n=new Error("beforeNotify handlers (async) returned false")),n)return n})):n},e.prototype.__send=function(e,t){var n=this;return this.config.breadcrumbsEnabled?(this.addBreadcrumb("Honeybadger Notice",{category:"notice",metadata:{message:e.message,name:e.name,stack:e.stack}}),e.__breadcrumbs=this.__store.getContents("breadcrumbs")):e.__breadcrumbs=[],(0,E.getSourceForBacktrace)(t,this.__getSourceFileHandler).then((function(t){return w(n,void 0,void 0,(function(){var n;return k(this,(function(r){return t.forEach((function(t,n){e.backtrace[n].source=t})),n=this.__buildPayload(e),[2,this.__transport.send({headers:{"X-API-Key":this.config.apiKey,"Content-Type":"application/json",Accept:"text/json, application/json"},method:"POST",endpoint:(0,E.endpoint)(this.config.endpoint,"/v1/notices/js"),maxObjectDepth:this.config.maxObjectDepth,logger:this.logger},n)]}))}))})).then((function(t){if(201!==t.statusCode)return(0,E.runAfterNotifyHandlers)(e,n.__afterNotifyHandlers,new Error("Bad HTTP response: ".concat(t.statusCode))),n.logger.warn("Error report failed: unknown response from server. code=".concat(t.statusCode)),!1;var r=JSON.parse(t.body).id;return(0,E.runAfterNotifyHandlers)((0,E.merge)(e,{id:r}),n.__afterNotifyHandlers),n.logger.info("Error report sent ⚡ https://app.honeybadger.io/notice/".concat(r)),!0})).catch((function(t){return n.logger.error("Error report failed: an unknown error occurred.","message=".concat(t.message)),(0,E.runAfterNotifyHandlers)(e,n.__afterNotifyHandlers,t),!1}))},e}();i.Client=N;var T={};Object.defineProperty(T,"__esModule",{value:!0}),function(t){var n=e&&e.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),r=e&&e.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=e&&e.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)},c=e&&e.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var o in e)"default"!==o&&Object.prototype.hasOwnProperty.call(e,o)&&n(t,e,o);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.Util=t.Types=t.Client=void 0;var u=i;Object.defineProperty(t,"Client",{enumerable:!0,get:function(){return u.Client}}),o(y,t),t.Types=c(T),t.Util=c(a)}(o);var S={};function C(e){if(!e||!e.tagName)return"";var t=e.tagName.toLowerCase();if("html"===t)return"";e.id&&(t+="#".concat(e.id));var n=e.getAttribute("class");n&&n.split(/\s+/).forEach((function(e){t+=".".concat(e)})),["alt","name","title","type"].forEach((function(n){var r=e.getAttribute(n);r&&(t+="[".concat(n,'="').concat(r,'"]'))}));var r=function(e){try{var t=e.parentNode.childNodes,n=[];return Array.prototype.forEach.call(t,(function(t){t.tagName&&t.tagName===e.tagName&&n.push(t)})),n}catch(e){return[]}}(e);return r.length>1&&(t+=":nth-child(".concat(Array.prototype.indexOf.call(r,e)+1,")")),t}function P(e){return-1!==e.toString().indexOf("native")}function U(e){var t=e.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/)||{};return{protocol:t[2],host:t[4],pathname:t[5]}}function R(){return"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:window}Object.defineProperty(S,"__esModule",{value:!0}),S.globalThisOrWindow=S.preferCatch=S.encodeCookie=S.decodeCookie=S.localURLPathname=S.parseURL=S.nativeFetch=S.stringTextOfElement=S.stringSelectorOfElement=S.stringNameOfElement=void 0,S.stringNameOfElement=C,S.stringSelectorOfElement=function e(t){var n=C(t);if(t.parentNode&&t.parentNode.tagName){var r=e(t.parentNode);if(r.length>0)return"".concat(r," > ").concat(n)}return n},S.stringTextOfElement=function(e){var t=e.textContent||e.innerText||"";return t||"submit"!==e.type&&"button"!==e.type||(t=e.value),function(e,t){e.length>t&&(e=e.substr(0,t)+"...");return e}(t.trim(),300)},S.nativeFetch=function(){var e=R();if(!e.fetch)return!1;if(P(e.fetch))return!0;if("undefined"==typeof document)return!1;try{var t=document.createElement("iframe");t.style.display="none",document.head.appendChild(t);var n=t.contentWindow.fetch&&P(t.contentWindow.fetch);return document.head.removeChild(t),n}catch(e){console&&console.warn&&console.warn("failed to detect native fetch via iframe: "+e)}return!1},S.parseURL=U,S.localURLPathname=function(e){var t=U(e),n=U(document.URL);return t.host&&t.protocol?t.protocol===n.protocol&&t.host===n.host?t.pathname:"".concat(t.protocol,"://").concat(t.host).concat(t.pathname):t.pathname},S.decodeCookie=function(e){var t={};return e.split(/[;,]\s?/).forEach((function(e){var n=e.split("=",2),r=n[0],o=n[1];t[r]=o})),t},S.encodeCookie=function(e){if("object"==typeof e){var t=[];for(var n in e)t.push(n+"="+e[n]);return t.join(";")}},S.preferCatch=function(){var e=!0;if("undefined"==typeof window)return e;if(window.atob||(e=!1),window.ErrorEvent)try{0===new window.ErrorEvent("").colno&&(e=!1)}catch(e){}return e}(),S.globalThisOrWindow=R;var A={};Object.defineProperty(A,"__esModule",{value:!0}),A.onError=A.ignoreNextOnError=void 0;var H,B=o,L=S,M=B.Util.instrument,I=B.Util.makeNotice,F=0;A.ignoreNextOnError=function(){F+=1,clearTimeout(H),H=setTimeout((function(){F=0}))},A.onError=function(e){return void 0===e&&(e=(0,L.globalThisOrWindow)()),{load:function(t){M(e,"onerror",(function(n){return function(r,o,i,a,c){return function(e,n,r,o,i){if(t.logger.debug("window.onerror callback invoked",arguments),F>0)return t.logger.debug("Ignoring window.onerror (error likely reported earlier)",arguments),void(F-=1);if(0===r&&/Script error\.?/.test(e))t.config.enableUncaught&&t.logger.warn("Ignoring cross-domain script error: enable CORS to track these types of errors",arguments);else{var a=I(i);a.name||(a.name="window.onerror"),a.message||(a.message=e),a.stack||(a.stack=[a.message,"\n at ? (",n||"unknown",":",r||0,":",o||0,")"].join("")),t.addBreadcrumb("window.onerror"!==a.name&&a.name?"window.onerror: ".concat(a.name):"window.onerror",{category:"error",metadata:{name:a.name,message:a.message,stack:a.stack}}),t.config.enableUncaught&&t.notify(a)}}(r,o,i,a,c),"function"==typeof n&&n.apply(e,arguments)}}))}}};var D={};Object.defineProperty(D,"__esModule",{value:!0});var W=S,q=o.Util.instrument;D.default=function(e){return void 0===e&&(e=(0,W.globalThisOrWindow)()),{load:function(t){t.config.enableUnhandledRejection&&q(e,"onunhandledrejection",(function(e){return function(n){!function(e){var n;if(t.logger.debug("window.onunhandledrejection callback invoked",arguments),t.config.enableUnhandledRejection){var r=e.reason;if(r instanceof Error){var o="".concat(r.message,"\n at ? (").concat("unknown",":").concat(0,")"),i=r.stack||o,a={name:r.name,message:"UnhandledPromiseRejectionWarning: ".concat(r),stack:i};return t.addBreadcrumb("window.onunhandledrejection: ".concat(a.name),{category:"error",metadata:a}),void t.notify(a)}var c="string"==typeof r?r:null!==(n=JSON.stringify(r))&&void 0!==n?n:"Unspecified reason";t.notify({name:"window.onunhandledrejection",message:"UnhandledPromiseRejectionWarning: ".concat(c)})}}(n),"function"==typeof e&&e.apply(this,arguments)}}))}}};var G={};Object.defineProperty(G,"__esModule",{value:!0});var K=o,$=S,J=K.Util.sanitize,X=K.Util.instrument;G.default=function(e){return void 0===e&&(e=(0,$.globalThisOrWindow)()),{load:function(t){function n(e){return!0===t.config.breadcrumbsEnabled||(e?!0===t.config.breadcrumbsEnabled[e]:!1!==t.config.breadcrumbsEnabled)}n("console")&&["debug","info","warn","error","log"].forEach((function(n){X(e.console,n,(function(r){return function(){var o,i=Array.prototype.slice.call(arguments),a=(o=i,Array.isArray(o)?o.map((function(e){try{return String(e)}catch(e){return"[unknown]"}})).join(" "):""),c={category:"log",metadata:{level:n,arguments:J(i,3)}};t.addBreadcrumb(a,c),"function"==typeof r&&Function.prototype.apply.call(r,e.console,arguments)}}))})),n("dom")&&"function"==typeof e.addEventListener&&e.addEventListener("click",(function(e){var n,r,o;try{n=(0,$.stringNameOfElement)(e.target),r=(0,$.stringSelectorOfElement)(e.target),o=(0,$.stringTextOfElement)(e.target)}catch(e){n="UI Click",r="[unknown]",o="[unknown]"}0!==n.length&&t.addBreadcrumb(n,{category:"ui.click",metadata:{selector:r,text:o,event:e}})}),!!e.location),n("network")&&"undefined"!=typeof XMLHttpRequest&&(X(XMLHttpRequest.prototype,"open",(function(e){return function(){var t=arguments[1],n="string"==typeof t?t:String(t),r="string"==typeof arguments[0]?arguments[0].toUpperCase():arguments[0],o="".concat(r," ").concat((0,$.localURLPathname)(n));this.__hb_xhr={type:"xhr",method:r,url:n,message:o},"function"==typeof e&&e.apply(this,arguments)}})),X(XMLHttpRequest.prototype,"send",(function(e){return function(){var n=this;function r(){if(4===n.readyState){var e=void 0;n.__hb_xhr&&(n.__hb_xhr.status_code=n.status,e=n.__hb_xhr.message,delete n.__hb_xhr.message),t.addBreadcrumb(e||"XMLHttpRequest",{category:"request",metadata:n.__hb_xhr})}}"onreadystatechange"in n&&"function"==typeof n.onreadystatechange?X(n,"onreadystatechange",(function(e){return function(){r(),"function"==typeof e&&e.apply(this,arguments)}})):n.onreadystatechange=r,"function"==typeof e&&e.apply(n,arguments)}}))),n("network")&&(0,$.nativeFetch)()&&X(e,"fetch",(function(n){return function(){var r,o=arguments[0],i="GET";"string"==typeof o?r=o:"Request"in e&&o instanceof Request?(r=o.url,o.method&&(i=o.method)):r=String(o),arguments[1]&&arguments[1].method&&(i=arguments[1].method),"string"==typeof i&&(i=i.toUpperCase());var a="".concat(i," ").concat("undefined"==typeof document?r:(0,$.localURLPathname)(r)),c={type:"fetch",method:i,url:r};return n.apply(this,arguments).then((function(e){return c.status_code=e.status,t.addBreadcrumb(a,{category:"request",metadata:c}),e})).catch((function(e){throw t.addBreadcrumb("fetch error",{category:"error",metadata:c}),e}))}})),function(){if(n("navigation")&&null!=e.location){var r=e.location.href;"function"==typeof addEventListener&&addEventListener("popstate",(function(t){o(r,e.location.href)})),void 0!==e.history&&(X(e.history,"pushState",i),X(e.history,"replaceState",i))}function o(e,n){r=n,t.addBreadcrumb("Page changed",{category:"navigation",metadata:{from:e,to:n}})}function i(e){return function(){var t=arguments.length>2?arguments[2]:void 0;return t&&o(r,String(t)),e.apply(this,arguments)}}}()}}};var z={};Object.defineProperty(z,"__esModule",{value:!0});var V=S,Q=o.Util.instrument;z.default=function(e){return void 0===e&&(e=(0,V.globalThisOrWindow)()),{load:function(t){!function(){function n(e){return function(n){return function(r,o){if("function"==typeof r){var i=Array.prototype.slice.call(arguments,2);return r=t.__wrap(r,e),n((function(){r.apply(void 0,i)}),o)}return n(r,o)}}}Q(e,"setTimeout",n({component:"setTimeout"})),Q(e,"setInterval",n({component:"setInterval"}))}()}}};var Y={};Object.defineProperty(Y,"__esModule",{value:!0});var Z=S,ee=o.Util.instrument;Y.default=function(e){return void 0===e&&(e=(0,Z.globalThisOrWindow)()),{load:function(t){["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"].forEach((function(n){var r=e[n]&&e[n].prototype;r&&Object.prototype.hasOwnProperty.call(r,"addEventListener")&&(ee(r,"addEventListener",(function(e){var r={component:"".concat(n,".prototype.addEventListener")};return function(n,o,i,a){try{o&&null!=o.handleEvent&&(o.handleEvent=t.__wrap(o.handleEvent,r))}catch(e){t.logger.error(e)}return e.call(this,n,t.__wrap(o,r),i,a)}})),ee(r,"removeEventListener",(function(e){return function(n,r,o,i){return e.call(this,n,r,o,i),e.call(this,n,t.__wrap(r),o,i)}})))}))}}};var te={},ne=e&&e.__awaiter||function(e,t,n,r){return new(n||(n=Promise))((function(o,i){function a(e){try{u(r.next(e))}catch(e){i(e)}}function c(e){try{u(r.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,c)}u((r=r.apply(e,t||[])).next())}))},re=e&&e.__generator||function(e,t){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:c(0),throw:c(1),return:c(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function c(i){return function(c){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,c])}}};Object.defineProperty(te,"__esModule",{value:!0}),te.BrowserTransport=void 0;var oe=S,ie=o.Util.sanitize;var ae=function(){function e(){}return e.prototype.send=function(e,t){return ne(this,void 0,void 0,(function(){var n,r,o,i,a;return re(this,(function(c){switch(c.label){case 0:return n=e.headers?(u=e.headers,Object.entries(u)):[],r={},n.forEach((function(e){var t=e[0],n=e[1];null!=t&&null!=n&&(r[String(t)]=String(n))})),o={method:e.method,headers:r},"POST"===e.method&&(o.body=t?JSON.stringify(ie(t,e.maxObjectDepth)):void 0),[4,(0,oe.globalThisOrWindow)().fetch(e.endpoint,o)];case 1:return[4,(i=c.sent()).text()];case 2:return a=c.sent(),[2,Promise.resolve({statusCode:i.status,body:a})]}var u}))}))},e}();return te.BrowserTransport=ae,function(t){var n,r=e&&e.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),i=e&&e.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)},a=e&&e.__awaiter||function(e,t,n,r){return new(n||(n=Promise))((function(o,i){function a(e){try{u(r.next(e))}catch(e){i(e)}}function c(e){try{u(r.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,c)}u((r=r.apply(e,t||[])).next())}))},c=e&&e.__generator||function(e,t){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:c(0),throw:c(1),return:c(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function c(i){return function(c){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,c])}}},u=e&&e.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Types=t.getUserFeedbackScriptUrl=void 0;var s=o,l=S,f=A,d=u(D),p=u(G),h=u(z),g=u(Y),b=te,y=s.Util.merge,m=s.Util.filter,v=s.Util.objectIsExtensible,_=function(){var e=(0,l.globalThisOrWindow)(),t="";return null!=e.location&&(t=e.location.protocol+"//"+e.location.host),t};t.getUserFeedbackScriptUrl=function(e){var t=e.split(".").slice(0,2).join(".");return"https://js.honeybadger.io/v".concat(t,"/honeybadger-feedback-form.js")};var w=function(e){function n(t){void 0===t&&(t={});var n=e.call(this,i({userFeedbackEndpoint:"https://api.honeybadger.io/v2/feedback",async:!0,maxErrors:null,projectRoot:_()},t),new b.BrowserTransport)||this;return n.__errorsSent=0,n.__lastWrapErr=void 0,n.__lastNoticeId=void 0,n.__beforeNotifyHandlers=[function(e){return n.__exceedsMaxErrors()?(n.logger.debug("Dropping notice: max errors exceeded",e),!1):(e&&!e.url&&"undefined"!=typeof document&&(e.url=document.URL),n.__incrementErrorsCount(),!0)}],n.__afterNotifyHandlers=[function(e,t){t&&(n.__lastNoticeId=t.id)}],n}return r(n,e),n.prototype.configure=function(t){return void 0===t&&(t={}),e.prototype.configure.call(this,t)},n.prototype.resetMaxErrors=function(){return this.__errorsSent=0},n.prototype.factory=function(e){var t=new n(e);return t.setNotifier(this.getNotifier()),t},n.prototype.checkIn=function(e){throw new Error("Honeybadger.checkIn() is not supported on the browser")},n.prototype.showUserFeedbackForm=function(e){return void 0===e&&(e={}),a(this,void 0,void 0,(function(){var t,n;return c(this,(function(r){return this.config&&this.config.apiKey?this.__lastNoticeId?void 0===(t=(0,l.globalThisOrWindow)()).document?(this.logger.debug("global.document is undefined. Cannot attach script"),[2]):this.isUserFeedbackScriptUrlAlreadyVisible()?(this.logger.debug("User feedback form is already visible"),[2]):(t.honeybadgerUserFeedbackOptions=i(i({},e),{apiKey:this.config.apiKey,endpoint:this.config.userFeedbackEndpoint,noticeId:this.__lastNoticeId}),(n=t.document.createElement("script")).setAttribute("src",this.getUserFeedbackSubmitUrl()),n.setAttribute("async","true"),e.onLoad&&(n.onload=e.onLoad),(t.document.head||t.document.body).appendChild(n),[2]):(this.logger.debug("Can't show user feedback form without a notice already reported"),[2]):(this.logger.debug("Client not initialized"),[2])}))}))},n.prototype.isUserFeedbackScriptUrlAlreadyVisible=function(){for(var e=(0,l.globalThisOrWindow)(),t=this.getUserFeedbackSubmitUrl(),n=0;n<e.document.scripts.length;n++){if(e.document.scripts[n].src===t)return!0}return!1},n.prototype.getUserFeedbackSubmitUrl=function(){return(0,t.getUserFeedbackScriptUrl)(this.getVersion())},n.prototype.__buildPayload=function(t){var n,r={HTTP_USER_AGENT:void 0,HTTP_REFERER:void 0,HTTP_COOKIE:void 0};"undefined"!=typeof navigator&&navigator.userAgent&&(r.HTTP_USER_AGENT=navigator.userAgent),"undefined"!=typeof document&&document.referrer.match(/\S/)&&(r.HTTP_REFERER=document.referrer),(n="string"==typeof t.cookies?(0,l.decodeCookie)(t.cookies):t.cookies)&&(r.HTTP_COOKIE=(0,l.encodeCookie)(m(n,this.config.filters)));var o=e.prototype.__buildPayload.call(this,t);return o.request.cgi_data=y(r,o.request.cgi_data),o},n.prototype.__wrap=function(e,t){void 0===t&&(t={});var n=e;t||(t={});try{if("function"!=typeof n)return n;if(!v(n))return n;if(!n.___hb){var r=this;n.___hb=function(){if(!l.preferCatch)return n.apply(this,arguments);try{return n.apply(this,arguments)}catch(e){if(r.__lastWrapErr===e)throw e;throw r.__lastWrapErr=e,(0,f.ignoreNextOnError)(),r.addBreadcrumb(t.component?"".concat(t.component,": ").concat(e.name):e.name,{category:"error",metadata:{message:e.message,name:e.name,stack:e.stack}}),r.config.enableUncaught&&r.notify(e),e}}}return n.___hb.___hb=n.___hb,n.___hb}catch(e){return n}},n.prototype.__incrementErrorsCount=function(){return this.__errorsSent++},n.prototype.__exceedsMaxErrors=function(){return this.config.maxErrors&&this.__errorsSent>=this.config.maxErrors},n}(s.Client),k=new w({__plugins:[(0,f.onError)(),(0,d.default)(),(0,h.default)(),(0,g.default)(),(0,p.default)()]});k.setNotifier({name:"@honeybadger-io/js",url:"https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/js",version:"6.4.1"});var E=o;Object.defineProperty(t,"Types",{enumerable:!0,get:function(){return E.Types}}),t.default=k}(r),t(r)}));
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).Honeybadger=t()}(this,(function(){"use strict";var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function t(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function n(e){var t=e.default;if("function"==typeof t){var n=function(){return t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:function(){return e[t]}})})),n}var r={},o={},i={},a={},c="<unknown>";var u=/^\s*at (.*?) ?\(((?:file|https?|blob|chrome-extension|native|eval|webpack|<anonymous>|\/|[a-z]:\\|\\\\).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,s=/\((\S*)(?::(\d+))(?::(\d+))\)/;var l=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i;var f=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)((?:file|https?|blob|chrome|webpack|resource|\[native).*?|[^@]*bundle)(?::(\d+))?(?::(\d+))?\s*$/i,d=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i;var p=/^\s*(?:([^@]*)(?:\((.*?)\))?@)?(\S.*?):(\d+)(?::(\d+))?\s*$/i;var h=/^\s*at (?:((?:\[object object\])?[^\\/]+(?: \[as \S+\])?) )?\(?(.*?):(\d+)(?::(\d+))?\)?\s*$/i;var g=Object.freeze({__proto__:null,parse:function(e){return e.split("\n").reduce((function(e,t){var n=function(e){var t=u.exec(e);if(!t)return null;var n=t[2]&&0===t[2].indexOf("native"),r=t[2]&&0===t[2].indexOf("eval"),o=s.exec(t[2]);r&&null!=o&&(t[2]=o[1],t[3]=o[2],t[4]=o[3]);return{file:n?null:t[2],methodName:t[1]||c,arguments:n?[t[2]]:[],lineNumber:t[3]?+t[3]:null,column:t[4]?+t[4]:null}}(t)||function(e){var t=l.exec(e);if(!t)return null;return{file:t[2],methodName:t[1]||c,arguments:[],lineNumber:+t[3],column:t[4]?+t[4]:null}}(t)||function(e){var t=f.exec(e);if(!t)return null;var n=t[3]&&t[3].indexOf(" > eval")>-1,r=d.exec(t[3]);n&&null!=r&&(t[3]=r[1],t[4]=r[2],t[5]=null);return{file:t[3],methodName:t[1]||c,arguments:t[2]?t[2].split(","):[],lineNumber:t[4]?+t[4]:null,column:t[5]?+t[5]:null}}(t)||function(e){var t=h.exec(e);if(!t)return null;return{file:t[2],methodName:t[1]||c,arguments:[],lineNumber:+t[3],column:t[4]?+t[4]:null}}(t)||function(e){var t=p.exec(e);if(!t)return null;return{file:t[3],methodName:t[1]||c,arguments:[],lineNumber:+t[4],column:t[5]?+t[5]:null}}(t);return n&&e.push(n),e}),[])}}),b=n(g);!function(t){var n=e&&e.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),r=e&&e.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=e&&e.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var o in e)"default"!==o&&Object.prototype.hasOwnProperty.call(e,o)&&n(t,e,o);return r(t,e),t},i=e&&e.__awaiter||function(e,t,n,r){return new(n||(n=Promise))((function(o,i){function a(e){try{u(r.next(e))}catch(e){i(e)}}function c(e){try{u(r.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,c)}u((r=r.apply(e,t||[])).next())}))},a=e&&e.__generator||function(e,t){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:c(0),throw:c(1),return:c(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function c(i){return function(c){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,c])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.isBrowserConfig=t.clone=t.formatCGIData=t.filterUrl=t.filter=t.generateStackTrace=t.endpoint=t.instrument=t.isErrorObject=t.makeNotice=t.logger=t.sanitize=t.shallowClone=t.runAfterNotifyHandlers=t.runBeforeNotifyHandlers=t.getSourceForBacktrace=t.getCauses=t.calculateBacktraceShift=t.DEFAULT_BACKTRACE_SHIFT=t.makeBacktrace=t.objectIsExtensible=t.objectIsEmpty=t.mergeNotice=t.merge=void 0;var c=o(b);function u(e,t){var n={};for(var r in e)n[r]=e[r];for(var r in t)n[r]=t[r];return n}function s(e,t,n){if(void 0===t&&(t=!1),void 0===n&&(n=console),!e)return[];try{var r=c.parse(e).map((function(e){return{file:e.file,method:e.methodName,number:e.lineNumber,column:e.column}}));return t&&r.splice(0,f(r)),r}catch(e){return n.debug(e),[]}}function l(e){var t=!1,n=!1;return e.file&&(t=e.file.toLowerCase().indexOf("@honeybadger-io")>-1),e.method&&(n=e.method.toLowerCase().indexOf("@honeybadger-io")>-1),t||n}function f(e){for(var n=0,r=0;r<e.length;r++){var o=e[r];if(!l(o)){if(!o.file||"<anonymous>"===o.file){var i=e[r+1];if(i&&l(i)){n++;continue}}break}n++}return n||t.DEFAULT_BACKTRACE_SHIFT}function d(e){if("object"!=typeof e||null===e)return{};var t={};for(var n in e)t[n]=e[n];return t}function p(e){return e instanceof Error||"[object Error]"===Object.prototype.toString.call(e)}function h(e,t){for(var n=0;n<t.length;n++)if(-1!==e.toLowerCase().indexOf(t[n].toLowerCase()))return!0;return!1}function g(e,t){var n=Object.prototype.toString.call(t).slice(8,-1);return null!=t&&n===e}t.merge=u,t.mergeNotice=function(e,t){var n=u(e,t);return e.context&&t.context&&(n.context=u(e.context,t.context)),n},t.objectIsEmpty=function(e){for(var t in e)if(Object.prototype.hasOwnProperty.call(e,t))return!1;return!0},t.objectIsExtensible=function(e){return"function"!=typeof Object.isExtensible||Object.isExtensible(e)},t.makeBacktrace=s,t.DEFAULT_BACKTRACE_SHIFT=3,t.calculateBacktraceShift=f,t.getCauses=function(e,t){if(e.cause){for(var n=[],r=e;n.length<3&&(r=r.cause);)n.push({class:r.name,message:r.message,backtrace:"string"==typeof r.stack?s(r.stack,!1,t):null});return n}return[]},t.getSourceForBacktrace=function(e,t){return i(this,void 0,void 0,(function(){var n,r,o,i;return a(this,(function(a){switch(a.label){case 0:if(n=[],!t||!e||!e.length)return[2,n];r=0,a.label=1;case 1:return e.length?(o=e.splice(0)[r],[4,t(o.file)]):[3,3];case 2:return i=a.sent(),n[r]=function(e,t,n){void 0===n&&(n=2);if(!e)return null;var r=e.split("\n");r.unshift("");for(var o=t+n,i={},a=t-n;a<=o;a++){var c=r[a];"string"==typeof c&&(i[a]=c)}return i}(i,o.number),r++,[3,1];case 3:return[2,n]}}))}))},t.runBeforeNotifyHandlers=function(e,t){for(var n=[],r=!0,o=0,i=t.length;o<i;o++){var a=(0,t[o])(e);!1===a&&(r=!1),n.push(a)}return{results:n,result:r}},t.runAfterNotifyHandlers=function(e,t,n){e&&e.afterNotify&&e.afterNotify(n,e);for(var r=0,o=t.length;r<o;r++)t[r](n,e);return!0},t.shallowClone=d,t.sanitize=function(e,t){void 0===t&&(t=8);var n=[];function r(e,r){if(void 0===r&&(r=0),r>=t)return"[DEPTH]";if(!function(e){var t=typeof e;return/function/.test(t)?"toJSON"===e.name:!/symbol/.test(t)&&null!==e&&("object"!=typeof e||void 0!==e.hasOwnProperty)}(e))return Object.prototype.toString.call(e);if(function(e){if(!e||"object"!=typeof e)return!1;for(var t=0;t<n.length;t++)if(n[t]===e)return!0;return n.push(e),!1}(e))return"[RECURSION]";if(Array.isArray(e))return e.map((function(e){return o(e,r+1)}));if("object"==typeof e){var i={};for(var a in e){var c=e[a];Object.prototype.hasOwnProperty.call(e,a)&&null!=a&&null!=c&&(i[a]=o(c,r+1))}return i}return e}function o(e,t){void 0===t&&(t=0);try{return r(e,t)}catch(e){return"[ERROR] ".concat(e)}}return o(e)},t.logger=function(e){var t=function(t){return function(){for(var n,r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];if("debug"===t){if(!e.config.debug)return;t="log"}r.unshift("[Honeybadger]"),(n=e.config.logger)[t].apply(n,r)}};return{log:t("log"),info:t("info"),debug:t("debug"),warn:t("warn"),error:t("error")}},t.makeNotice=function(e){var t;if(e)if(p(e)){var n=e;t=u(e,{name:n.name,message:n.message,stack:n.stack,cause:n.cause})}else if("object"==typeof e)t=d(e);else{t={message:String(e)}}else t={};return t},t.isErrorObject=p,t.instrument=function(e,t,n){if(e&&t&&n&&t in e)try{for(var r=e[t];r&&r.__hb_original;)r=r.__hb_original;e[t]=n(r),e[t].__hb_original=r}catch(e){}},t.endpoint=function(e,t){var n=e.trim().replace(/\/$/,"");return t=t.trim().replace(/(^\/|\/$)/g,""),"".concat(n,"/").concat(t)},t.generateStackTrace=function(){try{throw new Error("")}catch(e){if(e.stack)return e.stack}for(var e=[],t=arguments.callee;t&&e.length<10;){/function(?:\s+([\w$]+))+\s*\(/.test(t.toString())?e.push(RegExp.$1||"<anonymous>"):e.push("<anonymous>");try{t=t.caller}catch(e){break}}return e.join("\n")},t.filter=function(e,t){if(g("Object",e)){g("Array",t)||(t=[]);var n=[];return function e(r){var o,i;if(g("Object",r)||g("Array",r)){if(-1!==n.indexOf(r))return"[CIRCULAR DATA STRUCTURE]";n.push(r)}if(g("Object",r)){for(o in i={},r)h(o,t)?i[o]="[FILTERED]":i[o]=e(r[o]);return i}return g("Array",r)?r.map((function(t){return e(t)})):g("Function",r)?"[FUNC]":r}(e)}},t.filterUrl=function(e,t){if(!t)return e;if("string"!=typeof e)return e;var n=e.split(/\?/,2)[1];if(!n)return e;var r=e;return n.split(/[&]\s?/).forEach((function(e){var n=e.split("=",2),o=n[0],i=n[1];h(o,t)&&(r=r.replace("".concat(o,"=").concat(i),"".concat(o,"=[FILTERED]")))})),r},t.formatCGIData=function(e,t){void 0===t&&(t="");var n={};return Object.keys(e).forEach((function(r){var o=t+r.replace(/\W/g,"_").toUpperCase();n[o]=e[r]})),n},t.clone=function(e){return JSON.parse(JSON.stringify(e))},t.isBrowserConfig=function(e){return void 0!==e.async}}(a);var y={};Object.defineProperty(y,"__esModule",{value:!0}),y.GlobalStore=void 0;var m=a,v=function(){function e(e,t){this.contents=e,this.breadcrumbsLimit=t}return e.create=function(t,n){return new e(t,n)},e.prototype.available=function(){return!0},e.prototype.getContents=function(e){var t=e?this.contents[e]:this.contents;return JSON.parse(JSON.stringify(t))},e.prototype.setContext=function(e){this.contents.context=(0,m.merge)(this.contents.context,e||{})},e.prototype.addBreadcrumb=function(e){this.contents.breadcrumbs.length==this.breadcrumbsLimit&&this.contents.breadcrumbs.shift(),this.contents.breadcrumbs.push(e)},e.prototype.clear=function(){this.contents.context={},this.contents.breadcrumbs=[]},e.prototype.run=function(e){return e()},e}();y.GlobalStore=v;var _=e&&e.__assign||function(){return _=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},_.apply(this,arguments)},w=e&&e.__awaiter||function(e,t,n,r){return new(n||(n=Promise))((function(o,i){function a(e){try{u(r.next(e))}catch(e){i(e)}}function c(e){try{u(r.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,c)}u((r=r.apply(e,t||[])).next())}))},k=e&&e.__generator||function(e,t){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:c(0),throw:c(1),return:c(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function c(i){return function(c){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,c])}}};Object.defineProperty(i,"__esModule",{value:!0}),i.Client=void 0;var E=a,O=y,j=/,|\s+/,x=/\S/,N=function(){function e(e,t){void 0===e&&(e={}),this.__pluginsExecuted=!1,this.__store=null,this.__beforeNotifyHandlers=[],this.__afterNotifyHandlers=[],this.__notifier={name:"@honeybadger-io/core",url:"https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/core",version:"6.4.2"},this.config=_({apiKey:null,endpoint:"https://api.honeybadger.io",environment:null,hostname:null,projectRoot:null,component:null,action:null,revision:null,reportData:null,breadcrumbsEnabled:!0,maxBreadcrumbs:40,maxObjectDepth:8,logger:console,developmentEnvironments:["dev","development","test"],debug:!1,tags:null,enableUncaught:!0,enableUnhandledRejection:!0,afterUncaught:function(){return!0},filters:["creditcard","password"],__plugins:[]},e),this.__initStore(),this.__transport=t,this.logger=(0,E.logger)(this)}return e.prototype.getVersion=function(){return this.__notifier.version},e.prototype.getNotifier=function(){return this.__notifier},e.prototype.setNotifier=function(e){this.__notifier=e},e.prototype.configure=function(e){var t=this;for(var n in void 0===e&&(e={}),e)this.config[n]=e[n];return this.__pluginsExecuted||(this.__pluginsExecuted=!0,this.config.__plugins.forEach((function(e){return e.load(t)}))),this},e.prototype.__initStore=function(){this.__store=new O.GlobalStore({context:{},breadcrumbs:[]},this.config.maxBreadcrumbs)},e.prototype.beforeNotify=function(e){return this.__beforeNotifyHandlers.push(e),this},e.prototype.afterNotify=function(e){return this.__afterNotifyHandlers.push(e),this},e.prototype.setContext=function(e){return"object"==typeof e&&null!=e&&this.__store.setContext(e),this},e.prototype.resetContext=function(e){return this.logger.warn("Deprecation warning: `Honeybadger.resetContext()` has been deprecated; please use `Honeybadger.clear()` instead."),this.__store.clear(),"object"==typeof e&&null!==e&&this.__store.setContext(e),this},e.prototype.clear=function(){return this.__store.clear(),this},e.prototype.notify=function(e,t,n){var r=this;void 0===t&&(t=void 0),void 0===n&&(n=void 0);var o=this.makeNotice(e,t,n),i=o&&o.backtrace?o.backtrace.map((function(e){return(0,E.shallowClone)(e)})):null,a=this.__runPreconditions(o);return a instanceof Error?((0,E.runAfterNotifyHandlers)(o,this.__afterNotifyHandlers,a),!1):a instanceof Promise?(a.then((function(e){return e instanceof Error?((0,E.runAfterNotifyHandlers)(o,r.__afterNotifyHandlers,e),!1):r.__send(o,i)})),!0):(this.__send(o,i).catch((function(e){})),!0)},e.prototype.notifyAsync=function(e,t,n){var r=this;return void 0===t&&(t=void 0),void 0===n&&(n=void 0),new Promise((function(o,i){var a,c,u;a=e.afterNotify?e:t&&t.afterNotify?t:n&&n.afterNotify?n:t&&"object"==typeof t?t:n||(t={}),u=(c=a).afterNotify,c.afterNotify=function(e){if(null==u||u.call(r,e),e)return i(e);o()},r.notify(e,t,n)}))},e.prototype.makeNotice=function(e,t,n){void 0===t&&(t=void 0),void 0===n&&(n=void 0);var r=(0,E.makeNotice)(e);t&&"object"!=typeof t&&(t={name:String(t)});if(t&&(r=(0,E.mergeNotice)(r,t)),"object"==typeof n&&null!==n&&(r=(0,E.mergeNotice)(r,n)),(0,E.objectIsEmpty)(r))return null;var o=this.__store.getContents("context"),i=this.__constructTags(r.tags),a=this.__constructTags(o.tags),c=this.__constructTags(this.config.tags),u=i.concat(a).concat(c),s=u.filter((function(e,t){return u.indexOf(e)===t}));return r=(0,E.merge)(r,{name:r.name||"Error",context:(0,E.merge)(o,r.context),projectRoot:r.projectRoot||this.config.projectRoot,environment:r.environment||this.config.environment,component:r.component||this.config.component,action:r.action||this.config.action,revision:r.revision||this.config.revision,tags:s}),Array.isArray(r.backtrace)&&r.backtrace.length||("string"==typeof r.stack&&r.stack.trim()?r.backtrace=(0,E.makeBacktrace)(r.stack,!1,this.logger):(r.stack=(0,E.generateStackTrace)(),r.backtrace=(0,E.makeBacktrace)(r.stack,!0,this.logger))),r},e.prototype.addBreadcrumb=function(e,t){if(this.config.breadcrumbsEnabled){var n=(0,E.shallowClone)((t=t||{}).metadata),r=t.category||"custom",o=(new Date).toISOString();return this.__store.addBreadcrumb({category:r,message:e,metadata:n,timestamp:o}),this}},e.prototype.__getBreadcrumbs=function(){return this.__store.getContents("breadcrumbs").slice()},e.prototype.__getContext=function(){return this.__store.getContents("context")},e.prototype.__developmentMode=function(){return!0!==this.config.reportData&&(this.config.environment&&this.config.developmentEnvironments.includes(this.config.environment))},e.prototype.__buildPayload=function(e){var t=(0,E.filter)(e.headers,this.config.filters)||{},n=(0,E.filter)(_(_({},e.cgiData),(0,E.formatCGIData)(t,"HTTP_")),this.config.filters);return{notifier:this.__notifier,breadcrumbs:{enabled:!!this.config.breadcrumbsEnabled,trail:e.__breadcrumbs||[]},error:{class:e.name,message:e.message,backtrace:e.backtrace,fingerprint:e.fingerprint,tags:e.tags,causes:(0,E.getCauses)(e,this.logger)},request:{url:(0,E.filterUrl)(e.url,this.config.filters),component:e.component,action:e.action,context:e.context,cgi_data:n,params:(0,E.filter)(e.params,this.config.filters)||{},session:(0,E.filter)(e.session,this.config.filters)||{}},server:{project_root:e.projectRoot,environment_name:e.environment,revision:e.revision,hostname:this.config.hostname,time:(new Date).toUTCString()},details:e.details||{}}},e.prototype.__constructTags=function(e){return e?e.toString().split(j).filter((function(e){return x.test(e)})):[]},e.prototype.__runPreconditions=function(e){var t=this,n=null;e||(this.logger.debug("failed to build error report"),n=new Error("failed to build error report")),!1===this.config.reportData&&(this.logger.debug("skipping error report: honeybadger.js is disabled",e),n=new Error("honeybadger.js is disabled")),this.__developmentMode()&&(this.logger.log("honeybadger.js is in development mode; the following error report will be sent in production.",e),n=new Error("honeybadger.js is in development mode")),this.config.apiKey||(this.logger.warn("could not send error report: no API key has been configured",e),n=new Error("missing API key"));var r=(0,E.runBeforeNotifyHandlers)(e,this.__beforeNotifyHandlers);return n||r.result||(this.logger.debug("skipping error report: one or more beforeNotify handlers returned false",e),n=new Error("beforeNotify handlers returned false")),r.results.length&&r.results.some((function(e){return e instanceof Promise}))?Promise.allSettled(r.results).then((function(r){if(!n&&r.some((function(e){return"rejected"===e.status||!1===e.value}))&&(t.logger.debug("skipping error report: one or more beforeNotify handlers returned false",e),n=new Error("beforeNotify handlers (async) returned false")),n)return n})):n},e.prototype.__send=function(e,t){var n=this;return this.config.breadcrumbsEnabled?(this.addBreadcrumb("Honeybadger Notice",{category:"notice",metadata:{message:e.message,name:e.name,stack:e.stack}}),e.__breadcrumbs=this.__store.getContents("breadcrumbs")):e.__breadcrumbs=[],(0,E.getSourceForBacktrace)(t,this.__getSourceFileHandler).then((function(t){return w(n,void 0,void 0,(function(){var n;return k(this,(function(r){return t.forEach((function(t,n){e.backtrace[n].source=t})),n=this.__buildPayload(e),[2,this.__transport.send({headers:{"X-API-Key":this.config.apiKey,"Content-Type":"application/json",Accept:"text/json, application/json"},method:"POST",endpoint:(0,E.endpoint)(this.config.endpoint,"/v1/notices/js"),maxObjectDepth:this.config.maxObjectDepth,logger:this.logger},n)]}))}))})).then((function(t){if(201!==t.statusCode)return(0,E.runAfterNotifyHandlers)(e,n.__afterNotifyHandlers,new Error("Bad HTTP response: ".concat(t.statusCode))),n.logger.warn("Error report failed: unknown response from server. code=".concat(t.statusCode)),!1;var r=JSON.parse(t.body).id;return(0,E.runAfterNotifyHandlers)((0,E.merge)(e,{id:r}),n.__afterNotifyHandlers),n.logger.info("Error report sent ⚡ https://app.honeybadger.io/notice/".concat(r)),!0})).catch((function(t){return n.logger.error("Error report failed: an unknown error occurred.","message=".concat(t.message)),(0,E.runAfterNotifyHandlers)(e,n.__afterNotifyHandlers,t),!1}))},e}();i.Client=N;var T={};Object.defineProperty(T,"__esModule",{value:!0}),function(t){var n=e&&e.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),r=e&&e.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=e&&e.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)},c=e&&e.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var o in e)"default"!==o&&Object.prototype.hasOwnProperty.call(e,o)&&n(t,e,o);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.Util=t.Types=t.Client=void 0;var u=i;Object.defineProperty(t,"Client",{enumerable:!0,get:function(){return u.Client}}),o(y,t),t.Types=c(T),t.Util=c(a)}(o);var S={};function C(e){if(!e||!e.tagName)return"";var t=e.tagName.toLowerCase();if("html"===t)return"";e.id&&(t+="#".concat(e.id));var n=e.getAttribute("class");n&&n.split(/\s+/).forEach((function(e){t+=".".concat(e)})),["alt","name","title","type"].forEach((function(n){var r=e.getAttribute(n);r&&(t+="[".concat(n,'="').concat(r,'"]'))}));var r=function(e){try{var t=e.parentNode.childNodes,n=[];return Array.prototype.forEach.call(t,(function(t){t.tagName&&t.tagName===e.tagName&&n.push(t)})),n}catch(e){return[]}}(e);return r.length>1&&(t+=":nth-child(".concat(Array.prototype.indexOf.call(r,e)+1,")")),t}function P(e){return-1!==e.toString().indexOf("native")}function U(e){var t=e.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/)||{};return{protocol:t[2],host:t[4],pathname:t[5]}}function R(){return"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:window}Object.defineProperty(S,"__esModule",{value:!0}),S.globalThisOrWindow=S.preferCatch=S.encodeCookie=S.decodeCookie=S.localURLPathname=S.parseURL=S.nativeFetch=S.stringTextOfElement=S.stringSelectorOfElement=S.stringNameOfElement=void 0,S.stringNameOfElement=C,S.stringSelectorOfElement=function e(t){var n=C(t);if(t.parentNode&&t.parentNode.tagName){var r=e(t.parentNode);if(r.length>0)return"".concat(r," > ").concat(n)}return n},S.stringTextOfElement=function(e){var t=e.textContent||e.innerText||"";return t||"submit"!==e.type&&"button"!==e.type||(t=e.value),function(e,t){e.length>t&&(e=e.substr(0,t)+"...");return e}(t.trim(),300)},S.nativeFetch=function(){var e=R();if(!e.fetch)return!1;if(P(e.fetch))return!0;if("undefined"==typeof document)return!1;try{var t=document.createElement("iframe");t.style.display="none",document.head.appendChild(t);var n=t.contentWindow.fetch&&P(t.contentWindow.fetch);return document.head.removeChild(t),n}catch(e){console&&console.warn&&console.warn("failed to detect native fetch via iframe: "+e)}return!1},S.parseURL=U,S.localURLPathname=function(e){var t=U(e),n=U(document.URL);return t.host&&t.protocol?t.protocol===n.protocol&&t.host===n.host?t.pathname:"".concat(t.protocol,"://").concat(t.host).concat(t.pathname):t.pathname},S.decodeCookie=function(e){var t={};return e.split(/[;,]\s?/).forEach((function(e){var n=e.split("=",2),r=n[0],o=n[1];t[r]=o})),t},S.encodeCookie=function(e){if("object"==typeof e){var t=[];for(var n in e)t.push(n+"="+e[n]);return t.join(";")}},S.preferCatch=function(){var e=!0;if("undefined"==typeof window)return e;if(window.atob||(e=!1),window.ErrorEvent)try{0===new window.ErrorEvent("").colno&&(e=!1)}catch(e){}return e}(),S.globalThisOrWindow=R;var A={};Object.defineProperty(A,"__esModule",{value:!0}),A.onError=A.ignoreNextOnError=void 0;var H,B=o,L=S,M=B.Util.instrument,I=B.Util.makeNotice,F=0;A.ignoreNextOnError=function(){F+=1,clearTimeout(H),H=setTimeout((function(){F=0}))},A.onError=function(e){return void 0===e&&(e=(0,L.globalThisOrWindow)()),{load:function(t){M(e,"onerror",(function(n){return function(r,o,i,a,c){return function(e,n,r,o,i){if(t.logger.debug("window.onerror callback invoked",arguments),F>0)return t.logger.debug("Ignoring window.onerror (error likely reported earlier)",arguments),void(F-=1);if(0===r&&/Script error\.?/.test(e))t.config.enableUncaught&&t.logger.warn("Ignoring cross-domain script error: enable CORS to track these types of errors",arguments);else{var a=I(i);a.name||(a.name="window.onerror"),a.message||(a.message=e),a.stack||(a.stack=[a.message,"\n at ? (",n||"unknown",":",r||0,":",o||0,")"].join("")),t.addBreadcrumb("window.onerror"!==a.name&&a.name?"window.onerror: ".concat(a.name):"window.onerror",{category:"error",metadata:{name:a.name,message:a.message,stack:a.stack}}),t.config.enableUncaught&&t.notify(a)}}(r,o,i,a,c),"function"==typeof n&&n.apply(e,arguments)}}))}}};var D={};Object.defineProperty(D,"__esModule",{value:!0});var W=S,q=o.Util.instrument;D.default=function(e){return void 0===e&&(e=(0,W.globalThisOrWindow)()),{load:function(t){t.config.enableUnhandledRejection&&q(e,"onunhandledrejection",(function(e){return function(n){!function(e){var n;if(t.logger.debug("window.onunhandledrejection callback invoked",arguments),t.config.enableUnhandledRejection){var r=e.reason;if(r instanceof Error){var o="".concat(r.message,"\n at ? (").concat("unknown",":").concat(0,")"),i=r.stack||o,a={name:r.name,message:"UnhandledPromiseRejectionWarning: ".concat(r),stack:i};return t.addBreadcrumb("window.onunhandledrejection: ".concat(a.name),{category:"error",metadata:a}),void t.notify(a)}var c="string"==typeof r?r:null!==(n=JSON.stringify(r))&&void 0!==n?n:"Unspecified reason";t.notify({name:"window.onunhandledrejection",message:"UnhandledPromiseRejectionWarning: ".concat(c)})}}(n),"function"==typeof e&&e.apply(this,arguments)}}))}}};var G={};Object.defineProperty(G,"__esModule",{value:!0});var K=o,$=S,J=K.Util.sanitize,X=K.Util.instrument;G.default=function(e){return void 0===e&&(e=(0,$.globalThisOrWindow)()),{load:function(t){function n(e){return!0===t.config.breadcrumbsEnabled||(e?!0===t.config.breadcrumbsEnabled[e]:!1!==t.config.breadcrumbsEnabled)}n("console")&&["debug","info","warn","error","log"].forEach((function(n){X(e.console,n,(function(r){return function(){var o,i=Array.prototype.slice.call(arguments),a=(o=i,Array.isArray(o)?o.map((function(e){try{return String(e)}catch(e){return"[unknown]"}})).join(" "):""),c={category:"log",metadata:{level:n,arguments:J(i,3)}};t.addBreadcrumb(a,c),"function"==typeof r&&Function.prototype.apply.call(r,e.console,arguments)}}))})),n("dom")&&"function"==typeof e.addEventListener&&e.addEventListener("click",(function(e){var n,r,o;try{n=(0,$.stringNameOfElement)(e.target),r=(0,$.stringSelectorOfElement)(e.target),o=(0,$.stringTextOfElement)(e.target)}catch(e){n="UI Click",r="[unknown]",o="[unknown]"}0!==n.length&&t.addBreadcrumb(n,{category:"ui.click",metadata:{selector:r,text:o,event:e}})}),!!e.location),n("network")&&"undefined"!=typeof XMLHttpRequest&&(X(XMLHttpRequest.prototype,"open",(function(e){return function(){var t=arguments[1],n="string"==typeof t?t:String(t),r="string"==typeof arguments[0]?arguments[0].toUpperCase():arguments[0],o="".concat(r," ").concat((0,$.localURLPathname)(n));this.__hb_xhr={type:"xhr",method:r,url:n,message:o},"function"==typeof e&&e.apply(this,arguments)}})),X(XMLHttpRequest.prototype,"send",(function(e){return function(){var n=this;function r(){if(4===n.readyState){var e=void 0;n.__hb_xhr&&(n.__hb_xhr.status_code=n.status,e=n.__hb_xhr.message,delete n.__hb_xhr.message),t.addBreadcrumb(e||"XMLHttpRequest",{category:"request",metadata:n.__hb_xhr})}}"onreadystatechange"in n&&"function"==typeof n.onreadystatechange?X(n,"onreadystatechange",(function(e){return function(){r(),"function"==typeof e&&e.apply(this,arguments)}})):n.onreadystatechange=r,"function"==typeof e&&e.apply(n,arguments)}}))),n("network")&&(0,$.nativeFetch)()&&X(e,"fetch",(function(n){return function(){var r,o=arguments[0],i="GET";"string"==typeof o?r=o:"Request"in e&&o instanceof Request?(r=o.url,o.method&&(i=o.method)):r=String(o),arguments[1]&&arguments[1].method&&(i=arguments[1].method),"string"==typeof i&&(i=i.toUpperCase());var a="".concat(i," ").concat("undefined"==typeof document?r:(0,$.localURLPathname)(r)),c={type:"fetch",method:i,url:r};return n.apply(this,arguments).then((function(e){return c.status_code=e.status,t.addBreadcrumb(a,{category:"request",metadata:c}),e})).catch((function(e){throw t.addBreadcrumb("fetch error",{category:"error",metadata:c}),e}))}})),function(){if(n("navigation")&&null!=e.location){var r=e.location.href;"function"==typeof addEventListener&&addEventListener("popstate",(function(t){o(r,e.location.href)})),void 0!==e.history&&(X(e.history,"pushState",i),X(e.history,"replaceState",i))}function o(e,n){r=n,t.addBreadcrumb("Page changed",{category:"navigation",metadata:{from:e,to:n}})}function i(e){return function(){var t=arguments.length>2?arguments[2]:void 0;return t&&o(r,String(t)),e.apply(this,arguments)}}}()}}};var z={};Object.defineProperty(z,"__esModule",{value:!0});var V=S,Q=o.Util.instrument;z.default=function(e){return void 0===e&&(e=(0,V.globalThisOrWindow)()),{load:function(t){!function(){function n(e){return function(n){return function(r,o){if("function"==typeof r){var i=Array.prototype.slice.call(arguments,2);return r=t.__wrap(r,e),n((function(){r.apply(void 0,i)}),o)}return n(r,o)}}}Q(e,"setTimeout",n({component:"setTimeout"})),Q(e,"setInterval",n({component:"setInterval"}))}()}}};var Y={};Object.defineProperty(Y,"__esModule",{value:!0});var Z=S,ee=o.Util.instrument;Y.default=function(e){return void 0===e&&(e=(0,Z.globalThisOrWindow)()),{load:function(t){["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"].forEach((function(n){var r=e[n]&&e[n].prototype;r&&Object.prototype.hasOwnProperty.call(r,"addEventListener")&&(ee(r,"addEventListener",(function(e){var r={component:"".concat(n,".prototype.addEventListener")};return function(n,o,i,a){try{o&&null!=o.handleEvent&&(o.handleEvent=t.__wrap(o.handleEvent,r))}catch(e){t.logger.error(e)}return e.call(this,n,t.__wrap(o,r),i,a)}})),ee(r,"removeEventListener",(function(e){return function(n,r,o,i){return e.call(this,n,r,o,i),e.call(this,n,t.__wrap(r),o,i)}})))}))}}};var te={},ne=e&&e.__awaiter||function(e,t,n,r){return new(n||(n=Promise))((function(o,i){function a(e){try{u(r.next(e))}catch(e){i(e)}}function c(e){try{u(r.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,c)}u((r=r.apply(e,t||[])).next())}))},re=e&&e.__generator||function(e,t){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:c(0),throw:c(1),return:c(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function c(i){return function(c){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,c])}}};Object.defineProperty(te,"__esModule",{value:!0}),te.BrowserTransport=void 0;var oe=S,ie=o.Util.sanitize;var ae=function(){function e(){}return e.prototype.send=function(e,t){return ne(this,void 0,void 0,(function(){var n,r,o,i,a;return re(this,(function(c){switch(c.label){case 0:return n=e.headers?(u=e.headers,Object.entries(u)):[],r={},n.forEach((function(e){var t=e[0],n=e[1];null!=t&&null!=n&&(r[String(t)]=String(n))})),o={method:e.method,headers:r},"POST"===e.method&&(o.body=t?JSON.stringify(ie(t,e.maxObjectDepth)):void 0),[4,(0,oe.globalThisOrWindow)().fetch(e.endpoint,o)];case 1:return[4,(i=c.sent()).text()];case 2:return a=c.sent(),[2,Promise.resolve({statusCode:i.status,body:a})]}var u}))}))},e}();return te.BrowserTransport=ae,function(t){var n,r=e&&e.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),i=e&&e.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)},a=e&&e.__awaiter||function(e,t,n,r){return new(n||(n=Promise))((function(o,i){function a(e){try{u(r.next(e))}catch(e){i(e)}}function c(e){try{u(r.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,c)}u((r=r.apply(e,t||[])).next())}))},c=e&&e.__generator||function(e,t){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:c(0),throw:c(1),return:c(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function c(i){return function(c){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,c])}}},u=e&&e.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Types=t.getUserFeedbackScriptUrl=void 0;var s=o,l=S,f=A,d=u(D),p=u(G),h=u(z),g=u(Y),b=te,y=s.Util.merge,m=s.Util.filter,v=s.Util.objectIsExtensible,_=function(){var e=(0,l.globalThisOrWindow)(),t="";return null!=e.location&&(t=e.location.protocol+"//"+e.location.host),t};t.getUserFeedbackScriptUrl=function(e){var t=e.split(".").slice(0,2).join(".");return"https://js.honeybadger.io/v".concat(t,"/honeybadger-feedback-form.js")};var w=function(e){function n(t){void 0===t&&(t={});var n=e.call(this,i({userFeedbackEndpoint:"https://api.honeybadger.io/v2/feedback",async:!0,maxErrors:null,projectRoot:_()},t),new b.BrowserTransport)||this;return n.__errorsSent=0,n.__lastWrapErr=void 0,n.__lastNoticeId=void 0,n.__beforeNotifyHandlers=[function(e){return n.__exceedsMaxErrors()?(n.logger.debug("Dropping notice: max errors exceeded",e),!1):(e&&!e.url&&"undefined"!=typeof document&&(e.url=document.URL),n.__incrementErrorsCount(),!0)}],n.__afterNotifyHandlers=[function(e,t){t&&(n.__lastNoticeId=t.id)}],n}return r(n,e),n.prototype.configure=function(t){return void 0===t&&(t={}),e.prototype.configure.call(this,t)},n.prototype.resetMaxErrors=function(){return this.__errorsSent=0},n.prototype.factory=function(e){var t=new n(e);return t.setNotifier(this.getNotifier()),t},n.prototype.checkIn=function(e){throw new Error("Honeybadger.checkIn() is not supported on the browser")},n.prototype.showUserFeedbackForm=function(e){return void 0===e&&(e={}),a(this,void 0,void 0,(function(){var t,n;return c(this,(function(r){return this.config&&this.config.apiKey?this.__lastNoticeId?void 0===(t=(0,l.globalThisOrWindow)()).document?(this.logger.debug("global.document is undefined. Cannot attach script"),[2]):this.isUserFeedbackScriptUrlAlreadyVisible()?(this.logger.debug("User feedback form is already visible"),[2]):(t.honeybadgerUserFeedbackOptions=i(i({},e),{apiKey:this.config.apiKey,endpoint:this.config.userFeedbackEndpoint,noticeId:this.__lastNoticeId}),(n=t.document.createElement("script")).setAttribute("src",this.getUserFeedbackSubmitUrl()),n.setAttribute("async","true"),e.onLoad&&(n.onload=e.onLoad),(t.document.head||t.document.body).appendChild(n),[2]):(this.logger.debug("Can't show user feedback form without a notice already reported"),[2]):(this.logger.debug("Client not initialized"),[2])}))}))},n.prototype.isUserFeedbackScriptUrlAlreadyVisible=function(){for(var e=(0,l.globalThisOrWindow)(),t=this.getUserFeedbackSubmitUrl(),n=0;n<e.document.scripts.length;n++){if(e.document.scripts[n].src===t)return!0}return!1},n.prototype.getUserFeedbackSubmitUrl=function(){return(0,t.getUserFeedbackScriptUrl)(this.getVersion())},n.prototype.__buildPayload=function(t){var n,r={HTTP_USER_AGENT:void 0,HTTP_REFERER:void 0,HTTP_COOKIE:void 0};"undefined"!=typeof navigator&&navigator.userAgent&&(r.HTTP_USER_AGENT=navigator.userAgent),"undefined"!=typeof document&&document.referrer.match(/\S/)&&(r.HTTP_REFERER=document.referrer),(n="string"==typeof t.cookies?(0,l.decodeCookie)(t.cookies):t.cookies)&&(r.HTTP_COOKIE=(0,l.encodeCookie)(m(n,this.config.filters)));var o=e.prototype.__buildPayload.call(this,t);return o.request.cgi_data=y(r,o.request.cgi_data),o},n.prototype.__wrap=function(e,t){void 0===t&&(t={});var n=e;t||(t={});try{if("function"!=typeof n)return n;if(!v(n))return n;if(!n.___hb){var r=this;n.___hb=function(){if(!l.preferCatch)return n.apply(this,arguments);try{return n.apply(this,arguments)}catch(e){if(r.__lastWrapErr===e)throw e;throw r.__lastWrapErr=e,(0,f.ignoreNextOnError)(),r.addBreadcrumb(t.component?"".concat(t.component,": ").concat(e.name):e.name,{category:"error",metadata:{message:e.message,name:e.name,stack:e.stack}}),r.config.enableUncaught&&r.notify(e),e}}}return n.___hb.___hb=n.___hb,n.___hb}catch(e){return n}},n.prototype.__incrementErrorsCount=function(){return this.__errorsSent++},n.prototype.__exceedsMaxErrors=function(){return this.config.maxErrors&&this.__errorsSent>=this.config.maxErrors},n}(s.Client),k=new w({__plugins:[(0,f.onError)(),(0,d.default)(),(0,h.default)(),(0,g.default)(),(0,p.default)()]});k.setNotifier({name:"@honeybadger-io/js",url:"https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/js",version:"6.4.2"});var E=o;Object.defineProperty(t,"Types",{enumerable:!0,get:function(){return E.Types}}),t.default=k}(r),t(r)}));
|
|
2
2
|
//# sourceMappingURL=honeybadger.min.js.map
|
|
@@ -871,7 +871,7 @@ var Client = /** @class */ (function () {
|
|
|
871
871
|
this.__notifier = {
|
|
872
872
|
name: '@honeybadger-io/core',
|
|
873
873
|
url: 'https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/core',
|
|
874
|
-
version: '6.4.
|
|
874
|
+
version: '6.4.2'
|
|
875
875
|
};
|
|
876
876
|
this.config = __assign({ apiKey: null, endpoint: 'https://api.honeybadger.io', environment: null, hostname: null, projectRoot: null, component: null, action: null, revision: null, reportData: null, breadcrumbsEnabled: true, maxBreadcrumbs: 40, maxObjectDepth: 8, logger: console, developmentEnvironments: ['dev', 'development', 'test'], debug: false, tags: null, enableUncaught: true, enableUnhandledRejection: true, afterUncaught: function () { return true; }, filters: ['creditcard', 'password'], __plugins: [] }, opts);
|
|
877
877
|
this.__initStore();
|
|
@@ -1301,13 +1301,13 @@ var __generator = (commonjsGlobal && commonjsGlobal.__generator) || function (th
|
|
|
1301
1301
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
1302
1302
|
}
|
|
1303
1303
|
};
|
|
1304
|
-
var __importDefault$
|
|
1304
|
+
var __importDefault$4 = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) {
|
|
1305
1305
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
1306
1306
|
};
|
|
1307
1307
|
Object.defineProperty(util, "__esModule", { value: true });
|
|
1308
1308
|
util.getSourceFile = util.getStats = util.fatallyLogAndExit = void 0;
|
|
1309
|
-
var os_1 = __importDefault$
|
|
1310
|
-
var fs_1 = __importDefault$
|
|
1309
|
+
var os_1 = __importDefault$4(require$$0__default["default"]);
|
|
1310
|
+
var fs_1 = __importDefault$4(require$$1__default["default"]);
|
|
1311
1311
|
var util_1$3 = require$$2__default["default"];
|
|
1312
1312
|
var readFile = (0, util_1$3.promisify)(fs_1.default.readFile);
|
|
1313
1313
|
function fatallyLogAndExit(err) {
|
|
@@ -1505,12 +1505,61 @@ Object.defineProperty(uncaught_exception_monitor, "__esModule", { value: true })
|
|
|
1505
1505
|
var aws_lambda_1 = aws_lambda;
|
|
1506
1506
|
var util_1$2 = util;
|
|
1507
1507
|
var UncaughtExceptionMonitor = /** @class */ (function () {
|
|
1508
|
-
function UncaughtExceptionMonitor(
|
|
1508
|
+
function UncaughtExceptionMonitor() {
|
|
1509
1509
|
this.__isReporting = false;
|
|
1510
1510
|
this.__handlerAlreadyCalled = false;
|
|
1511
|
-
this.
|
|
1511
|
+
this.__listener = this.makeListener();
|
|
1512
1512
|
this.removeAwsLambdaListener();
|
|
1513
1513
|
}
|
|
1514
|
+
UncaughtExceptionMonitor.prototype.setClient = function (client) {
|
|
1515
|
+
this.__client = client;
|
|
1516
|
+
};
|
|
1517
|
+
UncaughtExceptionMonitor.prototype.makeListener = function () {
|
|
1518
|
+
var _this = this;
|
|
1519
|
+
var honeybadgerUncaughtExceptionListener = function (uncaughtError) {
|
|
1520
|
+
if (_this.__isReporting || !_this.__client) {
|
|
1521
|
+
return;
|
|
1522
|
+
}
|
|
1523
|
+
if (!_this.__client.config.enableUncaught) {
|
|
1524
|
+
_this.__client.config.afterUncaught(uncaughtError);
|
|
1525
|
+
if (!_this.hasOtherUncaughtExceptionListeners()) {
|
|
1526
|
+
(0, util_1$2.fatallyLogAndExit)(uncaughtError);
|
|
1527
|
+
}
|
|
1528
|
+
return;
|
|
1529
|
+
}
|
|
1530
|
+
// report only the first error - prevent reporting recursive errors
|
|
1531
|
+
if (_this.__handlerAlreadyCalled) {
|
|
1532
|
+
if (!_this.hasOtherUncaughtExceptionListeners()) {
|
|
1533
|
+
(0, util_1$2.fatallyLogAndExit)(uncaughtError);
|
|
1534
|
+
}
|
|
1535
|
+
return;
|
|
1536
|
+
}
|
|
1537
|
+
_this.__isReporting = true;
|
|
1538
|
+
_this.__client.notify(uncaughtError, {
|
|
1539
|
+
afterNotify: function (_err, _notice) {
|
|
1540
|
+
_this.__isReporting = false;
|
|
1541
|
+
_this.__handlerAlreadyCalled = true;
|
|
1542
|
+
_this.__client.config.afterUncaught(uncaughtError);
|
|
1543
|
+
if (!_this.hasOtherUncaughtExceptionListeners()) {
|
|
1544
|
+
(0, util_1$2.fatallyLogAndExit)(uncaughtError);
|
|
1545
|
+
}
|
|
1546
|
+
}
|
|
1547
|
+
});
|
|
1548
|
+
};
|
|
1549
|
+
return honeybadgerUncaughtExceptionListener;
|
|
1550
|
+
};
|
|
1551
|
+
UncaughtExceptionMonitor.prototype.maybeAddListener = function () {
|
|
1552
|
+
var listeners = process.listeners('uncaughtException');
|
|
1553
|
+
if (!listeners.includes(this.__listener)) {
|
|
1554
|
+
process.on('uncaughtException', this.__listener);
|
|
1555
|
+
}
|
|
1556
|
+
};
|
|
1557
|
+
UncaughtExceptionMonitor.prototype.maybeRemoveListener = function () {
|
|
1558
|
+
var listeners = process.listeners('uncaughtException');
|
|
1559
|
+
if (listeners.includes(this.__listener)) {
|
|
1560
|
+
process.removeListener('uncaughtException', this.__listener);
|
|
1561
|
+
}
|
|
1562
|
+
};
|
|
1514
1563
|
UncaughtExceptionMonitor.prototype.removeAwsLambdaListener = function () {
|
|
1515
1564
|
var isLambda = !!process.env.LAMBDA_TASK_ROOT;
|
|
1516
1565
|
if (!isLambda) {
|
|
@@ -1523,112 +1572,103 @@ var UncaughtExceptionMonitor = /** @class */ (function () {
|
|
|
1523
1572
|
* we want to report the exception to Honeybadger and
|
|
1524
1573
|
* mimic the default behavior of NodeJs,
|
|
1525
1574
|
* which is to exit the process with code 1
|
|
1575
|
+
*
|
|
1576
|
+
* Node sets up domainUncaughtExceptionClear when we use domains.
|
|
1577
|
+
* Since they're not set up by a user, they shouldn't affect whether we exit or not
|
|
1526
1578
|
*/
|
|
1527
1579
|
UncaughtExceptionMonitor.prototype.hasOtherUncaughtExceptionListeners = function () {
|
|
1528
|
-
var allListeners = process.listeners('uncaughtException');
|
|
1529
|
-
// Node sets up these listeners when we use domains
|
|
1530
|
-
// Since they're not set up by a user, they shouldn't affect whether we exit or not
|
|
1531
|
-
var domainListeners = allListeners.filter(function (listener) {
|
|
1532
|
-
listener.name === 'domainUncaughtExceptionClear';
|
|
1533
|
-
});
|
|
1534
|
-
return allListeners.length - domainListeners.length > 1;
|
|
1535
|
-
};
|
|
1536
|
-
UncaughtExceptionMonitor.prototype.handleUncaughtException = function (uncaughtError) {
|
|
1537
1580
|
var _this = this;
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
this.__client.config.afterUncaught(uncaughtError);
|
|
1543
|
-
if (!this.hasOtherUncaughtExceptionListeners()) {
|
|
1544
|
-
(0, util_1$2.fatallyLogAndExit)(uncaughtError);
|
|
1545
|
-
}
|
|
1546
|
-
return;
|
|
1547
|
-
}
|
|
1548
|
-
// report only the first error - prevent reporting recursive errors
|
|
1549
|
-
if (this.__handlerAlreadyCalled) {
|
|
1550
|
-
if (!this.hasOtherUncaughtExceptionListeners()) {
|
|
1551
|
-
(0, util_1$2.fatallyLogAndExit)(uncaughtError);
|
|
1552
|
-
}
|
|
1553
|
-
return;
|
|
1554
|
-
}
|
|
1555
|
-
this.__isReporting = true;
|
|
1556
|
-
this.__client.notify(uncaughtError, {
|
|
1557
|
-
afterNotify: function (_err, _notice) {
|
|
1558
|
-
_this.__isReporting = false;
|
|
1559
|
-
_this.__handlerAlreadyCalled = true;
|
|
1560
|
-
_this.__client.config.afterUncaught(uncaughtError);
|
|
1561
|
-
if (!_this.hasOtherUncaughtExceptionListeners()) {
|
|
1562
|
-
(0, util_1$2.fatallyLogAndExit)(uncaughtError);
|
|
1563
|
-
}
|
|
1564
|
-
}
|
|
1565
|
-
});
|
|
1581
|
+
var allListeners = process.listeners('uncaughtException');
|
|
1582
|
+
var otherListeners = allListeners.filter(function (listener) { return (listener.name !== 'domainUncaughtExceptionClear'
|
|
1583
|
+
&& listener !== _this.__listener); });
|
|
1584
|
+
return otherListeners.length > 0;
|
|
1566
1585
|
};
|
|
1567
1586
|
return UncaughtExceptionMonitor;
|
|
1568
1587
|
}());
|
|
1569
1588
|
uncaught_exception_monitor.default = UncaughtExceptionMonitor;
|
|
1570
1589
|
|
|
1571
|
-
var __importDefault$
|
|
1590
|
+
var __importDefault$3 = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) {
|
|
1572
1591
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
1573
1592
|
};
|
|
1574
1593
|
Object.defineProperty(uncaught_exception_plugin, "__esModule", { value: true });
|
|
1575
|
-
var uncaught_exception_monitor_1 = __importDefault$
|
|
1594
|
+
var uncaught_exception_monitor_1 = __importDefault$3(uncaught_exception_monitor);
|
|
1595
|
+
var uncaughtExceptionMonitor = new uncaught_exception_monitor_1.default();
|
|
1576
1596
|
function default_1$1() {
|
|
1577
1597
|
return {
|
|
1578
1598
|
load: function (client) {
|
|
1579
|
-
|
|
1580
|
-
|
|
1599
|
+
uncaughtExceptionMonitor.setClient(client);
|
|
1600
|
+
if (client.config.enableUncaught) {
|
|
1601
|
+
uncaughtExceptionMonitor.maybeAddListener();
|
|
1602
|
+
}
|
|
1603
|
+
else {
|
|
1604
|
+
uncaughtExceptionMonitor.maybeRemoveListener();
|
|
1581
1605
|
}
|
|
1582
|
-
var uncaughtExceptionMonitor = new uncaught_exception_monitor_1.default(client);
|
|
1583
|
-
process.on('uncaughtException', function honeybadgerUncaughtExceptionListener(uncaughtError) {
|
|
1584
|
-
uncaughtExceptionMonitor.handleUncaughtException(uncaughtError);
|
|
1585
|
-
});
|
|
1586
1606
|
}
|
|
1587
1607
|
};
|
|
1588
1608
|
}
|
|
1589
1609
|
uncaught_exception_plugin.default = default_1$1;
|
|
1590
1610
|
|
|
1591
|
-
var
|
|
1611
|
+
var unhandled_rejection_plugin = {};
|
|
1612
|
+
|
|
1613
|
+
var unhandled_rejection_monitor = {};
|
|
1592
1614
|
|
|
1593
|
-
Object.defineProperty(
|
|
1615
|
+
Object.defineProperty(unhandled_rejection_monitor, "__esModule", { value: true });
|
|
1594
1616
|
var util_1$1 = util;
|
|
1595
|
-
var
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1617
|
+
var UnhandledRejectionMonitor = /** @class */ (function () {
|
|
1618
|
+
function UnhandledRejectionMonitor(client) {
|
|
1619
|
+
this.__isReporting = false;
|
|
1620
|
+
this.__client = client;
|
|
1621
|
+
}
|
|
1622
|
+
/**
|
|
1623
|
+
* If there are no other unhandledRejection listeners,
|
|
1624
|
+
* we want to report the exception to Honeybadger and
|
|
1625
|
+
* mimic the default behavior of NodeJs,
|
|
1626
|
+
* which is to exit the process with code 1
|
|
1627
|
+
*/
|
|
1628
|
+
UnhandledRejectionMonitor.prototype.hasOtherUnhandledRejectionListeners = function () {
|
|
1629
|
+
return process.listeners('unhandledRejection').length > 1;
|
|
1630
|
+
};
|
|
1631
|
+
UnhandledRejectionMonitor.prototype.handleUnhandledRejection = function (reason, _promise) {
|
|
1632
|
+
var _this = this;
|
|
1633
|
+
if (!this.__client.config.enableUnhandledRejection) {
|
|
1634
|
+
if (!this.hasOtherUnhandledRejectionListeners() && !this.__isReporting) {
|
|
1635
|
+
(0, util_1$1.fatallyLogAndExit)(reason);
|
|
1636
|
+
}
|
|
1637
|
+
return;
|
|
1638
|
+
}
|
|
1639
|
+
this.__isReporting = true;
|
|
1640
|
+
this.__client.notify(reason, { component: 'unhandledRejection' }, {
|
|
1641
|
+
afterNotify: function () {
|
|
1642
|
+
_this.__isReporting = false;
|
|
1643
|
+
if (!_this.hasOtherUnhandledRejectionListeners()) {
|
|
1644
|
+
(0, util_1$1.fatallyLogAndExit)(reason);
|
|
1645
|
+
}
|
|
1646
|
+
}
|
|
1647
|
+
});
|
|
1648
|
+
};
|
|
1649
|
+
return UnhandledRejectionMonitor;
|
|
1650
|
+
}());
|
|
1651
|
+
unhandled_rejection_monitor.default = UnhandledRejectionMonitor;
|
|
1652
|
+
|
|
1653
|
+
var __importDefault$2 = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) {
|
|
1654
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
1655
|
+
};
|
|
1656
|
+
Object.defineProperty(unhandled_rejection_plugin, "__esModule", { value: true });
|
|
1657
|
+
var unhandled_rejection_monitor_1 = __importDefault$2(unhandled_rejection_monitor);
|
|
1605
1658
|
function default_1() {
|
|
1606
1659
|
return {
|
|
1607
1660
|
load: function (client) {
|
|
1608
1661
|
if (!client.config.enableUnhandledRejection) {
|
|
1609
1662
|
return;
|
|
1610
1663
|
}
|
|
1664
|
+
var unhandledRejectionMonitor = new unhandled_rejection_monitor_1.default(client);
|
|
1611
1665
|
process.on('unhandledRejection', function honeybadgerUnhandledRejectionListener(reason, _promise) {
|
|
1612
|
-
|
|
1613
|
-
if (!hasOtherUnhandledRejectionListeners() && !isReporting) {
|
|
1614
|
-
(0, util_1$1.fatallyLogAndExit)(reason);
|
|
1615
|
-
}
|
|
1616
|
-
return;
|
|
1617
|
-
}
|
|
1618
|
-
isReporting = true;
|
|
1619
|
-
client.notify(reason, { component: 'unhandledRejection' }, {
|
|
1620
|
-
afterNotify: function () {
|
|
1621
|
-
isReporting = false;
|
|
1622
|
-
if (!hasOtherUnhandledRejectionListeners()) {
|
|
1623
|
-
(0, util_1$1.fatallyLogAndExit)(reason);
|
|
1624
|
-
}
|
|
1625
|
-
}
|
|
1626
|
-
});
|
|
1666
|
+
unhandledRejectionMonitor.handleUnhandledRejection(reason, _promise);
|
|
1627
1667
|
});
|
|
1628
1668
|
}
|
|
1629
1669
|
};
|
|
1630
1670
|
}
|
|
1631
|
-
|
|
1671
|
+
unhandled_rejection_plugin.default = default_1;
|
|
1632
1672
|
|
|
1633
1673
|
var middleware = {};
|
|
1634
1674
|
|
|
@@ -1906,7 +1946,7 @@ stacked_store.StackedStore = StackedStore;
|
|
|
1906
1946
|
var core_1 = src;
|
|
1907
1947
|
var util_1 = util;
|
|
1908
1948
|
var uncaught_exception_plugin_1 = __importDefault(uncaught_exception_plugin);
|
|
1909
|
-
var
|
|
1949
|
+
var unhandled_rejection_plugin_1 = __importDefault(unhandled_rejection_plugin);
|
|
1910
1950
|
var middleware_1 = middleware;
|
|
1911
1951
|
var aws_lambda_1 = aws_lambda;
|
|
1912
1952
|
var transport_1 = transport;
|
|
@@ -2008,13 +2048,13 @@ stacked_store.StackedStore = StackedStore;
|
|
|
2008
2048
|
var singleton = new Honeybadger({
|
|
2009
2049
|
__plugins: [
|
|
2010
2050
|
(0, uncaught_exception_plugin_1.default)(),
|
|
2011
|
-
(0,
|
|
2051
|
+
(0, unhandled_rejection_plugin_1.default)()
|
|
2012
2052
|
],
|
|
2013
2053
|
});
|
|
2014
2054
|
var NOTIFIER = {
|
|
2015
2055
|
name: '@honeybadger-io/js',
|
|
2016
2056
|
url: 'https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/js',
|
|
2017
|
-
version: '6.4.
|
|
2057
|
+
version: '6.4.2'
|
|
2018
2058
|
};
|
|
2019
2059
|
singleton.setNotifier(NOTIFIER);
|
|
2020
2060
|
var core_2 = src;
|