1 |
- {"version":3,"file":"96270.js","mappings":";;;;;;;;;;AAAA,IAAIA,gCAAgC,GAAG,MAA4B,GAAGC,CAAM,GAAG,OAAOC,MAAM,IAAI,WAAW,GAAGA,MAAM,GAAG,OAAOC,IAAI,IAAI,WAAW,GAAGA,IAAI,GAAG,EAAE;AAC7JH,gCAAgC,CAAC,8BAA8B,CAAC,GAAGI,SAAS,CAAC;AAC7EJ,gCAAgC,CAAC,gBAAgB,CAAC,GAAG;IAAC,IAAI,EAAC,uBAAuB;CAAC,CAAC;AACpFA,gCAAgC,CAAC,kBAAkB,CAAC,GAAGI,SAAS,CAAC;AACjEJ,gCAAgC,CAAC,0BAA0B,CAAC,GAAG,OAAO,CAAC;AAEvE,mEAAmE;AACnE,8EAA8E;AAC9E,6DAA6D;AAEpB;AAEzC,MAAMM,UAAU,GAAGC,OAAO,CAACC,GAAG,CAACF,UAAU,IAAIC,OAAO,CAACC,GAAG,CAACC,sBAAsB;AAC/E,MAAMC,cAAc,GAAGH,OAAO,CAACC,GAAG,CAACG,iCAAiC,KAAK,MAAM;AAC/E,MAAMC,KAAK,GAAGL,YAdF,KAc2B,aAAa;AAEpDF,gDAAW,CAAC;IACVS,OAAO,EAAEJ,cAAc;IACvBK,GAAG,EAAEL,cAAc,GAAGJ,UAAU,GAAG,IAAI;IACvC,8CAA8C;IAC9C,8CAA8C;IAC9C,kDAAkD;IAClDU,gBAAgB,EAAEJ,KAAK,GAAG,CAAC,GAAG,CAAC;IAC/BK,KAAK,EAAEL,KAAK;CACb,CAAC,CAAC","sources":["webpack://quran.com/./sentry.server.config.js"],"sourcesContent":["var _sentryCollisionFreeGlobalObject = typeof window != \"undefined\" ? window : typeof global != \"undefined\" ? global : typeof self != \"undefined\" ? self : {};\n_sentryCollisionFreeGlobalObject[\"__sentryRewritesTunnelPath__\"] = undefined;\n_sentryCollisionFreeGlobalObject[\"SENTRY_RELEASE\"] = {\"id\":\"2uV0wUPjuliCZ-54V6Vdd\"};\n_sentryCollisionFreeGlobalObject[\"__sentryBasePath\"] = undefined;\n_sentryCollisionFreeGlobalObject[\"__rewriteFramesDistDir__\"] = \".next\";\n\n// This file configures the initialization of Sentry on the server.\n// The config you add here will be used whenever the server handles a request.\n// https://docs.sentry.io/platforms/javascript/guides/nextjs/\n\nimport * as Sentry from '@sentry/nextjs';\n\nconst SENTRY_DSN = process.env.SENTRY_DSN || process.env.NEXT_PUBLIC_SENTRY_DSN;\nconst SENTRY_ENABLED = process.env.NEXT_PUBLIC_SERVER_SENTRY_ENABLED === 'true';\nconst isDev = process.env.NODE_ENV === 'development';\n\nSentry.init({\n enabled: SENTRY_ENABLED,\n dsn: SENTRY_ENABLED ? SENTRY_DSN : null,\n // Set tracesSampleRate to 1.0 to capture 100%\n // of transactions for performance monitoring.\n // We recommend adjusting this value in production\n tracesSampleRate: isDev ? 1 : 0,\n debug: isDev,\n});\n"],"names":["_sentryCollisionFreeGlobalObject","window","global","self","undefined","Sentry","SENTRY_DSN","process","env","NEXT_PUBLIC_SENTRY_DSN","SENTRY_ENABLED","NEXT_PUBLIC_SERVER_SENTRY_ENABLED","isDev","init","enabled","dsn","tracesSampleRate","debug"],"sourceRoot":""}
|