{ "version": 3, "sources": ["../../node_modules/react-dom/client.js", "../../app/entry.client.tsx", "../../app/error/knownErrors.ts"], "sourcesContent": ["'use strict';\n\nvar m = require('react-dom');\nif (process.env.NODE_ENV === 'production') {\n exports.createRoot = m.createRoot;\n exports.hydrateRoot = m.hydrateRoot;\n} else {\n var i = m.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;\n exports.createRoot = function(c, o) {\n i.usingClientEntryPoint = true;\n try {\n return m.createRoot(c, o);\n } finally {\n i.usingClientEntryPoint = false;\n }\n };\n exports.hydrateRoot = function(c, h, o) {\n i.usingClientEntryPoint = true;\n try {\n return m.hydrateRoot(c, h, o);\n } finally {\n i.usingClientEntryPoint = false;\n }\n };\n}\n", "import * as Sentry from \"@sentry/remix\";\n/**\n * By default, Remix will handle hydrating your app on the client for you.\n * You are free to delete this file if you'd like to, but if you ever want it revealed again, you can run `npx remix reveal` \u2728\n * For more information, see https://remix.run/file-conventions/entry.client\n */\n\nimport { RemixBrowser, useLocation, useMatches } from \"@remix-run/react\";\nimport { StrictMode, startTransition, useEffect } from \"react\";\nimport { hydrateRoot } from \"react-dom/client\";\nimport { knownErrors } from \"./error/knownErrors\";\n\nSentry.init({\n tracesSampleRate: 1,\n replaysOnErrorSampleRate: 0.1,\n dsn: globalThis.ENV.SENTRY_DSN,\n ignoreErrors: [...knownErrors],\n integrations: [\n new Sentry.Replay(),\n new Sentry.BrowserTracing({\n routingInstrumentation: Sentry.remixRouterInstrumentation(\n useEffect,\n useLocation,\n useMatches\n ),\n }),\n ],\n});\n\nglobalThis.___tt___ = {};\n\nstartTransition(() => {\n hydrateRoot(\n document,\n \n \n \n );\n});\n", "const knownErrors = new Set([\n 'AbortError',\n 'invariant=421',\n 'NotAllowedError',\n 'Expected fetch controller',\n 'The operation was aborted',\n 'There was an error while hydrating',\n 'The play() request was interrupted by a new load request',\n 'This Suspense boundary received an update before it finished hydrating',\n 'The play() request was interrupted because the media was removed from the document',\n 'Hydration failed because the initial UI does not match what was rendered on the server',\n 'TypeError: Load failed',\n 'Error: Page not found: http://store.thelabellife.com/.well-known/traffic-advice',\n 'Page not found: http://store.thelabellife.com/build/',\n 'Failed to fetch dynamically imported module: https://store.thelabellife.com/build/',\n 'Attempt to use history.replaceState() more than'\n]);\n\nexport { knownErrors };\n"], "mappings": "0TAAA,IAAAA,EAAAC,EAAAC,GAAA,cAEA,IAAIC,EAAI,IAEND,EAAQ,WAAaC,EAAE,WACvBD,EAAQ,YAAcC,EAAE,YAEpB,IAAAC,ICCN,IAAAC,EAAuD,SACvDC,EAA4B,SCT5B,IAAMC,EAAc,IAAI,IAAI,CAC1B,aACA,gBACA,kBACA,4BACA,4BACA,qCACA,2DACA,yEACA,qFACA,yFACA,yBACA,kFACA,uDACA,qFACA,iDACF,CAAC,EDmBK,IAAAC,EAAA,SAvBCC,EAAK,CACV,iBAAkB,EAClB,yBAA0B,GAC1B,IAAK,WAAW,IAAI,WACpB,aAAc,CAAC,GAAGC,CAAW,EAC7B,aAAc,CACZ,IAAWC,EACX,IAAWC,EAAe,CACxB,uBAA+BC,EAC7B,YACAC,EACAC,CACF,CACF,CAAC,CACH,CACF,CAAC,EAED,WAAW,SAAW,CAAC,KAEvB,mBAAgB,IAAM,IACpB,eACE,YACA,OAAC,cACC,mBAACC,EAAA,EAAa,EAChB,CACF,CACF,CAAC", "names": ["require_client", "__commonJSMin", "exports", "m", "i", "import_react", "import_client", "knownErrors", "import_jsx_runtime", "init", "knownErrors", "Replay", "BrowserTracing", "remixRouterInstrumentation", "useLocation", "useMatches", "RemixBrowser"] }