Files
klz-cables.com/.pnpm-store/v10/files/8b/1aba25baeacae04764643cd05bf500aad8c4b22c8bb441084d192689621d1086b9b9649553e90b1adbaaebd9494604f8cce736c6d571feb8a93945a29f0bb5
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

1 line
1.6 KiB
Plaintext

{"version":3,"file":"nextRoutingInstrumentation.js","sources":["../../../../src/client/routing/nextRoutingInstrumentation.ts"],"sourcesContent":["import type { Client } from '@sentry/core';\nimport { WINDOW } from '@sentry/react';\nimport { appRouterInstrumentNavigation, appRouterInstrumentPageLoad } from './appRouterRoutingInstrumentation';\nimport { pagesRouterInstrumentNavigation, pagesRouterInstrumentPageLoad } from './pagesRouterRoutingInstrumentation';\n\n/**\n * Instruments the Next.js Client Router for page loads.\n */\nexport function nextRouterInstrumentPageLoad(client: Client): void {\n const isAppRouter = !WINDOW.document.getElementById('__NEXT_DATA__');\n if (isAppRouter) {\n appRouterInstrumentPageLoad(client);\n } else {\n pagesRouterInstrumentPageLoad(client);\n }\n}\n\n/**\n * Instruments the Next.js Client Router for navigation.\n */\nexport function nextRouterInstrumentNavigation(client: Client): void {\n const isAppRouter = !WINDOW.document.getElementById('__NEXT_DATA__');\n if (isAppRouter) {\n appRouterInstrumentNavigation(client);\n } else {\n pagesRouterInstrumentNavigation(client);\n }\n}\n"],"names":[],"mappings":";;;;AAKA;AACA;AACA;AACO,SAAS,4BAA4B,CAAC,MAAM,EAAgB;AACnE,EAAE,MAAM,WAAA,GAAc,CAAC,MAAM,CAAC,QAAQ,CAAC,cAAc,CAAC,eAAe,CAAC;AACtE,EAAE,IAAI,WAAW,EAAE;AACnB,IAAI,2BAA2B,CAAC,MAAM,CAAC;AACvC,EAAE,OAAO;AACT,IAAI,6BAA6B,CAAC,MAAM,CAAC;AACzC,EAAE;AACF;;AAEA;AACA;AACA;AACO,SAAS,8BAA8B,CAAC,MAAM,EAAgB;AACrE,EAAE,MAAM,WAAA,GAAc,CAAC,MAAM,CAAC,QAAQ,CAAC,cAAc,CAAC,eAAe,CAAC;AACtE,EAAE,IAAI,WAAW,EAAE;AACnB,IAAI,6BAA6B,CAAC,MAAM,CAAC;AACzC,EAAE,OAAO;AACT,IAAI,+BAA+B,CAAC,MAAM,CAAC;AAC3C,EAAE;AACF;;;;"}