This repository was archived by the owner on Sep 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinstabug-sdk.min.js
1 lines (1 loc) · 25.6 KB
/
instabug-sdk.min.js
1
!function(e){function t(o){if(n[o])return n[o].exports;var i=n[o]={i:o,l:!1,exports:{}};return e[o].call(i.exports,i,i.exports,t),i.l=!0,i.exports}var n={};t.m=e,t.c=n,t.d=function(e,n,o){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:o})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=6)}([function(e,t,n){"use strict";e.exports={hide:function(e){document.querySelector(e).setAttribute("style","display:none")},show:function(e){document.querySelector(e).setAttribute("style","display:inline-block")},isExisted:function(e){return null!==document.querySelector(e)},addClass:function(e,t){document.querySelector(e).classList.add(t)},removeClass:function(e,t){document.querySelector(e).classList.remove(t)},toggleClass:function(e,t){document.querySelector(e).classList.toggle(t)},remove:function(e){document.querySelector(e).remove()}}},function(e,t,n){"use strict";var o={};e.exports={getMemoryUsed:function(){var e=void 0;if(window.performance.memory){var t=window.performance.memory;e={used:t.usedJSHeapSize/1e6,total:t.jsHeapSizeLimit/1e6}}else console.warn("We can't collect the memory information from your browser"),e=!1;return e},getToken:function(){return o.token||!1},setToken:function(e){o.token=e},getUser:function(){return o},getBrowserData:function(){var e=navigator.appVersion,t=navigator.appName;t=e.match(/(firefox|msie|chrome|safari)[/\s]([\d.]+)/gi)?e.match(/(firefox|msie|chrome|safari)[/\s]([\d.]+)/gi)[0]:"Unknown";var n="Unknown OS";-1!==e.indexOf("Win")&&(n="Windows"),-1!==e.indexOf("Mac")&&(n="MacOS"),-1!==e.indexOf("X11")&&(n="UNIX"),-1!==e.indexOf("Linux")&&(n="Linux"),o.browserName=t,o.Os=n,o.navigatorInfo=navigator,o.locale=navigator.language}}},function(e,t,n){"use strict";var o=n(9),i=n(0);document.addEventListener("screenShotCreated",function(){o.init(),o.renderScreenshot(document.getElementById("instabugImage").value),i.addClass("body","u-disable-scrolling"),document.getElementById("instabugImage").remove()}),e.exports={isInstalled:function(){return document.getElementById("instabugSDK").getAttribute("plugin")},takeScreenShot:function(){var e=document.createEvent("Event");e.initEvent("takeScreenShot",!0,!0),document.dispatchEvent(e)}}},function(e,t,n){"use strict";e.exports={shortifyTime:function(e){return Math.floor(e/1e3)},guid:function(){function e(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}return""+e()+e()+"-"+e()+"-"+e()+"-"+e()+"-"+e()+e()+e()},isMobile:function(){var e=!1;return window.matchMedia?e=window.matchMedia("(max-width: 767px)").matches:console.error("Your browser don't support matchMedia method"),e},sanitizeEmail:function(e){var t=/(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))/.exec(e);return t?t[0]:""},dataURItoBlob:function(e){var t=void 0;t=e.split(",")[0].indexOf("base64")>=0?atob(e.split(",")[1]):window.unescape(e.split(",")[1]);for(var n=e.split(",")[0].split(":")[1].split(";")[0],o=new Uint8Array(t.length),i=0;i<t.length;i+=1)o[i]=t.charCodeAt(i);return new Blob([o],{type:n})}}},function(e,t,n){"use strict";function o(e){for(var t="",n=0;n<e.length;n+=1)t+=e[n].timestamp.toString(),t+=""+e[n].message,t+="\n";return t}var i=[],r=[],a=[],s=[],u=window.console.log;window.console.log=function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];r.push({message:t.toString(),timestamp:Date.now()}),u.apply(console,t)},window.onerror=function(e,t,n){i.push({message:{error:e,url:t,line:n},timestamp:Date.now()}),r.push({message:"Error: "+e+" @ "+t+" : "+n,timestamp:Date.now()})},e.exports={setUserData:function(e){a.push({message:e,timestamp:Date.now()})},setInstabugLog:function(e){s.push({message:e,timestamp:Date.now()})},getAllLogs:function(){return{errors:i,consoleLog:r,userData:a,instabugLog:s}},getErrors:function(){return i},getConsoleLog:function(){return r},getUserData:function(){return o(a)},getInstabugLogs:function(){return s},parseLogObj:o}},function(e,t,n){"use strict";function o(e){return e>=200&&e<300||304===e}var i={method:"GET",headers:{"Content-Type":"application/json;charset=UTF-8"},stringify:!0};e.exports={xhr:function(e){var t=Object.assign({},i,e);return new Promise(function(e,n){var i=new XMLHttpRequest;i.open(t.method,t.url),t.headers&&Object.keys(t.headers).forEach(function(e){i.setRequestHeader(e,t.headers[e])}),i.onload=function(){o(i.status)?e({data:i.response?JSON.parse(i.response):{},status:i.statusText}):n({data:i.response?JSON.parse(i.response):{},status:i.statusText})},i.onerror=function(){return n({data:i.response?JSON.parse(i.response):{},status:i.statusText})},i.send("POST"===t.method&&t.stringify?JSON.stringify(t.body):t.body)})},api:function(e){return"https://api.instabug.com/api/sdk/v3/"+e}}},function(e,t,n){"use strict";function o(e){b(function(){u.addReportButton(),g.hide("#instabugSDK")}),f({method:"GET",url:m("features?application_token="+e.token)}).then(function(t){if(!1===t.data.is_active)return console.error("Invalid application token"),void g.remove("#instabugSDK");l.setToken(e.token),l.getBrowserData(),b(function(){g.show("#instabugSDK")})}).catch(function(e){console.error(e)})}function i(){g.addClass("#instabugSDK","u-hide")}function r(){g.removeClass("#instabugSDK","u-hide")}function a(){g.isExisted("#extensionPopUp")&&g.hide("#extensionPopUp"),g.isExisted("#instabugFormContainer")&&g.show("#instabugFormContainer")}function s(){return{init:o,enable:r,disable:i,invoke:u.reportBug,dismiss:u.resetAndClose,continue:a,getLogs:c.getAllLogs,submitReport:d.submit,userData:c.setUserData,reportBug:u.reportBug,instabugLog:c.setInstabugLog,resetAndClose:u.resetAndClose,ViewSubmitView:u.ViewSubmitView,downloadExtension:u.downloadExtension}}n(7);var u=n(8),d=n(19),c=n(4),l=n(1),g=n(0),p=n(5),f=p.xhr,m=p.api,b=function(e){"complete"===document.readyState||"loaded"===document.readyState||"interactive"===document.readyState?e():document.addEventListener("DOMContentLoaded",e)};document.doctype||console.error("InstaBug Fatal Err: page has no doctype declared"),window.InstabugSDK=s;var h=new s;window.ibgSdk=h},function(e,t,n){"use strict";if("undefined"==typeof window)throw new function(e){this.message=e,this.name="InstabugException"}("instabugstill not support nodejs enviroment")},function(e,t,n){"use strict";function o(){var e=document.createElement("div"),t=localStorage.getItem("ibg_user_email")||"";t.length&&(t=c.sanitizeEmail(t)),e.setAttribute("class","ibgsdk-element instabug-window instabug-form"),e.setAttribute("id","instabugFormContainer"),e.setAttribute("style","display:none;"),f=f.replace("{{storedEmail}}",t),e.innerHTML=f,document.body.appendChild(e)}function i(){var e=document.createElement("div");e.setAttribute("class","ibgsdk-element instabug-window"),e.setAttribute("id","instabugLoading"),e.setAttribute("style","display:none;"),e.innerHTML=g,document.body.appendChild(e)}function r(){var e=document.createElement("div");e.setAttribute("class","ibgsdk-element instabug-window"),e.setAttribute("id","instabugThankYouPage"),e.setAttribute("style","display:none;"),e.innerHTML=p,document.body.appendChild(e)}function a(){var e=document.createElement("div");e.setAttribute("class","ibgsdk-element instabug-window"),e.setAttribute("id","extensionPopUp"),e.setAttribute("style","display:none;"),e.innerHTML=l,document.body.appendChild(e)}var s=n(0),u=n(2),d=n(1),c=n(3),l=n(10),g=n(11),p=n(12),f=n(13);n(14),e.exports={addReportButton:function(){var e=document.createElement("div");e.setAttribute("id","instabugSDK"),e.innerHTML='<a id="initInstaBugLink" onclick="ibgSdk.reportBug()"></a>',document.body.appendChild(e)},reportBug:function(){var e=d.getUser().browserName;o(),a(),i(),r(),c.isMobile()||(e.match(/unknown/gi)?s.isExisted("#instabugFormContainer")&&s.show("#instabugFormContainer"):u.isInstalled()?u.takeScreenShot():s.show("#extensionPopUp"))},resetAndClose:function(){for(;document.getElementsByClassName("ibgsdk-element").length;)document.body.removeChild(document.getElementsByClassName("ibgsdk-element")[0]),s.removeClass("body","u-disable-scrolling")},ViewSubmitView:function(){s.hide("#instabugsdkerror"),s.show("#instabugLoadingMsg"),s.hide("#instabugLoading"),s.show("#instabugFormContainer")},downloadExtension:function(){var e=void 0,t=d.getUser().browserName;e=t.match(/safari/gi)?"https://s3.amazonaws.com/instabug-pro/extensions/safari.safariextz":t.match(/chrome/gi)?"https://chrome.google.com/webstore/detail/gbhnbcggjeokebhgalmgkbhkabpjmnda/":!!t.match(/firefox/gi)&&"https://addons.mozilla.org/en-US/firefox/addon/instabug/",window.open(e,"_blank")}}},function(e,t,n){"use strict";function o(e){return[e.clientX,e.clientY]}function i(e,t,n,o){var i=e;i.save(),i.lineJoin="round",i.lineCap="round",i.beginPath(),i.lineWidth=o.size,i.strokeStyle=o.color,i.globalCompositeOperation="source-over",i.moveTo(t[0],t[1]),i.lineTo(n[0],n[1]),i.closePath(),i.stroke(),i.restore()}function r(e){d=Object.assign({},u,e)}var a=n(0),s=[],u={size:3,color:"#df4b26"},d=void 0;e.exports={init:function(e){var t=document.createElement("canvas"),n=t.getContext("2d"),a=document.createElement("div"),u=void 0,c=void 0;r(e),t.setAttribute("width",window.innerWidth),t.setAttribute("height",window.innerHeight),t.setAttribute("id","drawingCanvas"),a.setAttribute("id","ibgDrawingContainer"),a.setAttribute("class","ibgsdk-element drawing-canvas-container"),a.appendChild(t),document.body.appendChild(a),void 0!==window.G_vmlCanvasManager&&(a=window.G_vmlCanvasManager.initElement(t)),t.onmousedown=function(e){c=!0,(u=[]).push(o(e))},t.onmousemove=function(e){if(c){var t=u.slice(-1)[0],r=[e.clientX,e.clientY];u.push(o(e)),i(n,t,r,d)}},t.onmouseup=function(){c=!1,s.push({type:"pencil",points:u}),u=null}},renderScreenshot:function(e){var t=document.getElementById("drawingCanvas").getContext("2d"),n=document.createElement("img");n.setAttribute("src",e),n.onload=function(){t.drawImage(n,0,0,window.innerWidth,window.innerHeight)},a.show("#instabugFormContainer")},updateSettings:r,resetSettings:function(){d=u}}},function(e,t){e.exports='<p>\n To be able to attach a screenshot to your bug report, please install Instabug browser extension.\n</p>\n<button\n style="margin-bottom: 10px;"\n onclick="ibgSdk.downloadExtension()" >\n Download Extension\n</button>\n<button onclick="ibgSdk.continue()">\n Don’t Attach a Screenshot\n</button>\n'},function(e,t){e.exports='<div id="instabugLoadingMsg">\n <h3>Please Wait</h3>\n <p>We are submitting your bug ...</p>\n</div>\n<div id="instabugsdkerror" style="display:none">\n <p id="instabugsdkerrormsg" style="color:red"></p>\n <a\n style="text-decoration: underline;color: blue; cursor: pointer;"\n onclick="ibgSdk.ViewSubmitView()" >\n Please try Submitting again\n </a>\n</div>\n'},function(e,t){e.exports='<h3>Thank You</h3>\n<p>Your bug has been reported.</p>\n<button onclick="ibgSdk.resetAndClose()">Close</button>\n'},function(e,t){e.exports='<form id="instabugForm">\n <input\n id="email"\n class="instabug-input"\n type="text"\n name="email"\n placeholder="Email"\n value="{{storedEmail}}" />\n <textarea\n id="comment"\n class="instabug-input"\n name="comment"\n placeholder="What went wrong?"\n rows="4"\n cols="50"></textarea>\n\n <button\n type="button"\n onclick="ibgSdk.submitReport()">\n Submit Bug\n </button>\n\n <button\n type="button"\n onclick="ibgSdk.resetAndClose()">\n Cancel\n </button>\n</form>\n'},function(e,t,n){var o=n(15);"string"==typeof o&&(o=[[e.i,o,""]]);var i={};i.transform=void 0;n(17)(o,i);o.locals&&(e.exports=o.locals)},function(e,t,n){(e.exports=n(16)(void 0)).push([e.i,'#instabugSDK{position:fixed;right:25px;bottom:25px;z-index:1190000000}#initInstaBugLink{display:inline-block;width:50px;height:50px;border:1px solid #dddddd;border-radius:10px;background-color:#f3f3f3;background-image:url("data:image/png;base64,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");background-position:center center;background-repeat:no-repeat;cursor:pointer}#instabugForm .instabug-input{display:block;box-sizing:border-box;margin:0 0 1rem;padding:.5rem;width:100%;border:1px solid #dde4ed;border-radius:3px;background-color:#ffffff;box-shadow:inset 0 1px 2px rgba(10,10,10,0.1);color:#0a0a0a;font-size:1rem;font-family:inherit}#instabugFormContainer,.instabug-window{position:fixed;z-index:1200000000;box-shadow:0 0 3px rgba(0,0,0,0.2)}#instabugForm input{height:2.4375rem}#instabugForm button,.instabug-window button{margin:5px;padding:8px 16px;border:1px solid transparent;border-radius:3px;background-color:#1583cc;color:#ffffff;cursor:pointer;-webkit-appearance:none}#instabugFormContainer{right:10px;bottom:25px;display:none;padding:16px 8px;border:1px solid #eeeeee;border-radius:3px;background-color:#f9f9f9}.instabug-window{right:10px;bottom:25px;padding:20px;width:300px;border:1px solid #eeeeee;border-radius:3px;background-color:#ffffff;text-align:center;font-size:14px}.instabug-window.instabug-form{display:none;padding:16px 8px;width:auto}.drawing-canvas-container{position:fixed;top:0;left:0;z-index:80000;width:100vw;height:100vh;background-color:#ffffff}.drawing-canvas-container canvas{position:fixed;top:0;left:0;z-index:90000;width:100vw;height:100vh}#instabugFullDiv{background:0 0 !important}.u-hide{display:none !important}.u-disable-scrolling{overflow:hidden !important}\n',""])},function(e,t){function n(e,t){var n=e[1]||"",i=e[3];if(!i)return n;if(t&&"function"==typeof btoa){var r=o(i),a=i.sources.map(function(e){return"/*# sourceURL="+i.sourceRoot+e+" */"});return[n].concat(a).concat([r]).join("\n")}return[n].join("\n")}function o(e){return"/*# "+("sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(e)))))+" */"}e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var o=n(t,e);return t[2]?"@media "+t[2]+"{"+o+"}":o}).join("")},t.i=function(e,n){"string"==typeof e&&(e=[[null,e,""]]);for(var o={},i=0;i<this.length;i++){var r=this[i][0];"number"==typeof r&&(o[r]=!0)}for(i=0;i<e.length;i++){var a=e[i];"number"==typeof a[0]&&o[a[0]]||(n&&!a[2]?a[2]=n:n&&(a[2]="("+a[2]+") and ("+n+")"),t.push(a))}},t}},function(e,t,n){function o(e,t){for(var n=0;n<e.length;n++){var o=e[n],i=f[o.id];if(i){i.refs++;for(a=0;a<i.parts.length;a++)i.parts[a](o.parts[a]);for(;a<o.parts.length;a++)i.parts.push(c(o.parts[a],t))}else{for(var r=[],a=0;a<o.parts.length;a++)r.push(c(o.parts[a],t));f[o.id]={id:o.id,refs:1,parts:r}}}}function i(e,t){for(var n=[],o={},i=0;i<e.length;i++){var r=e[i],a=t.base?r[0]+t.base:r[0],s={css:r[1],media:r[2],sourceMap:r[3]};o[a]?o[a].parts.push(s):n.push(o[a]={id:a,parts:[s]})}return n}function r(e,t){var n=b(e.insertInto);if(!n)throw new Error("Couldn't find a style target. This probably means that the value for the 'insertInto' parameter is invalid.");var o=w[w.length-1];if("top"===e.insertAt)o?o.nextSibling?n.insertBefore(t,o.nextSibling):n.appendChild(t):n.insertBefore(t,n.firstChild),w.push(t);else{if("bottom"!==e.insertAt)throw new Error("Invalid value for parameter 'insertAt'. Must be 'top' or 'bottom'.");n.appendChild(t)}}function a(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e);var t=w.indexOf(e);t>=0&&w.splice(t,1)}function s(e){var t=document.createElement("style");return e.attrs.type="text/css",d(t,e.attrs),r(e,t),t}function u(e){var t=document.createElement("link");return e.attrs.type="text/css",e.attrs.rel="stylesheet",d(t,e.attrs),r(e,t),t}function d(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}function c(e,t){var n,o,i,r;if(t.transform&&e.css){if(!(r=t.transform(e.css)))return function(){};e.css=r}if(t.singleton){var d=v++;n=h||(h=s(t)),o=l.bind(null,n,d,!1),i=l.bind(null,n,d,!0)}else e.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(n=u(t),o=p.bind(null,n,t),i=function(){a(n),n.href&&URL.revokeObjectURL(n.href)}):(n=s(t),o=g.bind(null,n),i=function(){a(n)});return o(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;o(e=t)}else i()}}function l(e,t,n,o){var i=n?"":o.css;if(e.styleSheet)e.styleSheet.cssText=x(t,i);else{var r=document.createTextNode(i),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(r,a[t]):e.appendChild(r)}}function g(e,t){var n=t.css,o=t.media;if(o&&e.setAttribute("media",o),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}function p(e,t,n){var o=n.css,i=n.sourceMap,r=void 0===t.convertToAbsoluteUrls&&i;(t.convertToAbsoluteUrls||r)&&(o=A(o)),i&&(o+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(i))))+" */");var a=new Blob([o],{type:"text/css"}),s=e.href;e.href=URL.createObjectURL(a),s&&URL.revokeObjectURL(s)}var f={},m=function(e){var t;return function(){return void 0===t&&(t=e.apply(this,arguments)),t}}(function(){return window&&document&&document.all&&!window.atob}),b=function(e){var t={};return function(n){return void 0===t[n]&&(t[n]=e.call(this,n)),t[n]}}(function(e){return document.querySelector(e)}),h=null,v=0,w=[],A=n(18);e.exports=function(e,t){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");(t=t||{}).attrs="object"==typeof t.attrs?t.attrs:{},t.singleton||(t.singleton=m()),t.insertInto||(t.insertInto="head"),t.insertAt||(t.insertAt="bottom");var n=i(e,t);return o(n,t),function(e){for(var r=[],a=0;a<n.length;a++){var s=n[a];(u=f[s.id]).refs--,r.push(u)}e&&o(i(e,t),t);for(a=0;a<r.length;a++){var u=r[a];if(0===u.refs){for(var d=0;d<u.parts.length;d++)u.parts[d]();delete f[u.id]}}}};var x=function(){var e=[];return function(t,n){return e[t]=n,e.filter(Boolean).join("\n")}}()},function(e,t){e.exports=function(e){var t="undefined"!=typeof window&&window.location;if(!t)throw new Error("fixUrls requires window.location");if(!e||"string"!=typeof e)return e;var n=t.protocol+"//"+t.host,o=n+t.pathname.replace(/\/[^\/]*$/,"/");return e.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(e,t){var i=t.trim().replace(/^"(.*)"$/,function(e,t){return t}).replace(/^'(.*)'$/,function(e,t){return t});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(i))return e;var r;return r=0===i.indexOf("//")?i:0===i.indexOf("/")?n+i:o+i.replace(/^\.\//,""),"url("+JSON.stringify(r)+")"})}},function(e,t,n){"use strict";function o(e){var t=document.getElementById("drawingCanvas").toDataURL("image/png"),n=new FormData,o=r.dataURItoBlob(t);n.append("metadata[file_type]","main-screenshot"),n.append("application_token",s.getToken()),n.append("file",o,"image.png"),c({method:"POST",url:l("bugs/"+e+"/attachments"),body:n,headers:void 0,stringify:!1})}var i=n(0),r=n(3),a=n(4),s=n(1),u=n(2),d=n(5),c=d.xhr,l=d.api,g=Date.now(),p="1.2.1";e.exports={submit:function(){var e=document.getElementById("instabugForm");i.hide("#instabugFormContainer"),i.show("#instabugLoading"),localStorage.setItem("ibg_user_email",e.email.value);var t={app_version:s.app_version,application_token:s.getToken(),attachments_count:1,console_log:JSON.stringify(a.getConsoleLog()),current_view:location.href,density:window.devicePixelRatio,device:s.getUser().browserName,duration:r.shortifyTime(Date.now()-g),email:e.email.value,instabug_log:JSON.stringify(a.getInstabugLogs()),locale:s.getUser().locale,methods_log:"",orientation:window.innerWidth>window.innerHeight?"Landscape":"Portrait",os:s.getUser().Os,reported_at:Date.now(),screen_size:window.innerWidth+"x"+window.innerHeight,sdk_version:p,tags:"",title:e.comment.value,type:"bug",user_steps:JSON.stringify(localStorage),uuid:r.guid()};c({method:"POST",url:l("bugs"),body:t}).then(function(e){e.data.id&&-1!==e.data.id&&u.isInstalled()&&o(e.data.id)}).catch(function(e){document.getElementById("instabugsdkerrormsg").innerHTML=e.data||"Something went wrong",i.hide("#instabugLoadingMsg"),i.show("#instabugsdkerror")}).then(function(){i.hide("#instabugLoading"),i.show("#instabugThankYouPage")})}}}]);