{"version":3,"file":"js/application-b76982642d1acbd1ddd2.js","mappings":"6IAIA,MAGMA,EAA2B,CAC/BC,KAAM,4BACNC,KAAAA,GAAS,EACTC,SAAAA,GAAa,EACbC,YAAAA,CAAaC,GAMX,MALmB,SAAfA,EAAMC,OAERC,YAAW,KACTC,OAAOC,SAASC,KAVL,QAUsB,GAChC,KACEL,CACT,GAd0B,sBAiBxBI,SAASE,UACXC,EAAAA,EAAY,CACVC,IAAK,kGACLC,aAAc,CACZF,EAAAA,KACAA,EAAAA,GAAyB,CACvBG,aAAa,EACbC,eAAe,IAEjBhB,GAGFiB,iBAAkB,EAElBC,wBAAyB,CAAC,6BAE1BC,yBAA0B,GAC1BC,yBAA0B,IAI9B,IAAIC,EAA0BC,EAAAA,KAC1BC,EAAgBD,EAAQ,OAC5BC,EAAcC,WAAWH,GAMzB,IAAII,GAAgB,EACpBF,EAAcG,YAAY,cAAc,KACtCD,GAAiBF,EAAcI,cAC/BF,GAAgB,CAAI,G","sources":["webpack://app/./app/javascript/packs/application.js"],"sourcesContent":["// Support component names relative to this directory:\nimport \"@hotwired/turbo-rails\";\nimport * as Sentry from \"@sentry/react\";\n\nconst PRODUCTION_HOSTNAME = \"app.cashwise.asia\";\nconst ERROR_PAGE = \"/error\";\n\nconst errorHandlingIntegration = {\n name: \"errorHandlingIngtegration\",\n setup() {},\n setupOnce() {},\n processEvent(event) {\n if (event.level == \"error\")\n // when detecting an error, redirect to the error page\n setTimeout(() => {\n window.location.href = ERROR_PAGE;\n }, 1000);\n return event;\n },\n};\n\nif (location.hostname === PRODUCTION_HOSTNAME) {\n Sentry.init({\n dsn: \"https://6c6f2c0cf1dd84ce3ff4b3868cf83df3@o4506935453548544.ingest.us.sentry.io/4506935466721280\",\n integrations: [\n Sentry.browserTracingIntegration(),\n Sentry.replayIntegration({\n maskAllText: false,\n blockAllMedia: false,\n }),\n errorHandlingIntegration,\n ],\n // Performance Monitoring\n tracesSampleRate: 1.0, // Capture 100% of the transactions\n // Set 'tracePropagationTargets' to control for which URLs distributed tracing should be enabled\n tracePropagationTargets: [\"https://app.cashwise.asia\"],\n // Session Replay\n replaysSessionSampleRate: 0.1, // This sets the sample rate at 10%. You may want to change it to 100% while in development and then sample at a lower rate in production.\n replaysOnErrorSampleRate: 1.0, // If you're not already sampling the entire session, change the sample rate to 100% when sampling sessions where errors occur.\n });\n}\n\nvar componentRequireContext = require.context(\"components\", true);\nvar ReactRailsUJS = require(\"react_ujs\");\nReactRailsUJS.useContext(componentRequireContext);\n\n// Do not call 'handlerMount()' right after the page is first loaded,\n// but when the page is subsequently rewritten by turbo-rails\n// to avoid DOMException problems.\n// See https://github.com/reactjs/react-rails/issues/1103\nvar skipFirstCall = false;\nReactRailsUJS.handleEvent(\"turbo:load\", () => {\n skipFirstCall && ReactRailsUJS.handleMount();\n skipFirstCall = true;\n});\n\n// ReactRailsUJS.handleEvent('turbo:before-render', ReactRailsUJS.handleUnmount)\n// ReactRailsUJS.handleEvent('turbo:frame-load', ReactRailsUJS.handleMount)\n// ReactRailsUJS.handleEvent('turbo:frame-render', ReactRailsUJS.handleUnmount)\n"],"names":["errorHandlingIntegration","name","setup","setupOnce","processEvent","event","level","setTimeout","window","location","href","hostname","Sentry","dsn","integrations","maskAllText","blockAllMedia","tracesSampleRate","tracePropagationTargets","replaysSessionSampleRate","replaysOnErrorSampleRate","componentRequireContext","require","ReactRailsUJS","useContext","skipFirstCall","handleEvent","handleMount"],"sourceRoot":""}