{"version":3,"file":"js/error_tracking-4a37f7dc7d4971ef1d50.js","mappings":"0IAEAA,EAAAA,IAAc,WACZA,EAAAA,GAAY,CACVC,QAAS,iDACTC,IAAK,wFACLC,YAAa,aACbC,aAAc,CACZJ,EAAAA,KACAA,EAAAA,GAAyB,CACvBK,aAAa,EACbC,eAAe,KAGnBC,wBAAyB,CAAC,YAAa,kBAAmB,gBAAiB,iBAE3EC,yBAA0B,GAC1BC,yBAA0B,GAE9B,IACAC,OAAOV,OAASA,C","sources":["webpack:///./error_tracking.js"],"sourcesContent":["import * as Sentry from \"@sentry/browser\";\n\nSentry.onLoad(function() {\n Sentry.init({\n release: \"oqoro@\" + process.env.RENDER_GIT_COMMIT,\n dsn: \"https://b768400c615d44fe8a10e9d4572b0d5f@o386364.ingest.us.sentry.io/4504434083627008\",\n environment: 'production',\n integrations: [\n Sentry.browserTracingIntegration(),\n Sentry.replayIntegration({\n maskAllText: false,\n blockAllMedia: false,\n }),\n ],\n tracePropagationTargets: [\"oqoro.com\", \"regie.oqoro.com\", \"app.oqoro.com\", \"www.oqoro.com\"],\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});\nwindow.Sentry = Sentry\n"],"names":["Sentry","release","dsn","environment","integrations","maskAllText","blockAllMedia","tracePropagationTargets","replaysSessionSampleRate","replaysOnErrorSampleRate","window"],"sourceRoot":""}