{"version":3,"file":"js/sentry_config-79d21d8f6bb9ab7096ee.js","mappings":"0IAEAA,EAAAA,GAAY,CACRC,IAAK,+FACLC,UAAAA,CAAWC,EAAOC,GAKd,OAHID,EAAME,WAAaF,EAAMG,UACzBN,EAAAA,GAAwB,CAAEO,QAASJ,EAAMG,WAEtCH,CACX,EACAK,aAAc,CACVR,EAAAA,KACAA,EAAAA,GACA,CACIS,aAAa,EACbC,eAAe,KAIvBC,iBAAkB,EAElBC,yBAA0B,GAC1BC,yBAA0B,G","sources":["webpack://gas2door/./app/javascript/packs/sentry_config.js"],"sourcesContent":["import * as Sentry from \"@sentry/browser\";\n\nSentry.init({\n dsn: \"https://fd0fa04b03386315dc222b1f0eb56ecc@o4506249448194048.ingest.sentry.io/4506249449897984\",\n beforeSend(event, hint) {\n // Check if it is an exception, and if so, show the report dialog\n if (event.exception && event.event_id) {\n Sentry.showReportDialog({ eventId: event.event_id });\n }\n return event;\n },\n integrations: [\n Sentry.browserTracingIntegration(),\n Sentry.replayIntegration(\n {\n maskAllText: false,\n blockAllMedia: false\n }),\n ],\n // Performance Monitoring\n tracesSampleRate: 1.0, // Capture 100% of the transactions\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"],"names":["Sentry","dsn","beforeSend","event","hint","exception","event_id","eventId","integrations","maskAllText","blockAllMedia","tracesSampleRate","replaysSessionSampleRate","replaysOnErrorSampleRate"],"sourceRoot":""}