Files
klz-cables.com/.pnpm-store/v10/files/7f/5aa28e006cf7c9672f8de8cdcaf9fdabeb19c185eb83e2304bfb38cabb69ebbb242bfdae2ad9e1200285f0d7218400930c4cea9fb7da178b77d0fd6e848b79
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
1010 B
Plaintext

{"version":3,"file":"logger.js","sources":["../../../src/otel/logger.ts"],"sourcesContent":["import { diag, DiagLogLevel } from '@opentelemetry/api';\nimport { debug } from '@sentry/core';\n\n/**\n * Setup the OTEL logger to use our own debug logger.\n */\nexport function setupOpenTelemetryLogger(): void {\n // Disable diag, to ensure this works even if called multiple times\n diag.disable();\n diag.setLogger(\n {\n error: debug.error,\n warn: debug.warn,\n info: debug.log,\n debug: debug.log,\n verbose: debug.log,\n },\n DiagLogLevel.DEBUG,\n );\n}\n"],"names":["diag","debug","DiagLogLevel"],"mappings":";;;;;AAGA;AACA;AACA;AACO,SAAS,wBAAwB,GAAS;AACjD;AACA,EAAEA,QAAI,CAAC,OAAO,EAAE;AAChB,EAAEA,QAAI,CAAC,SAAS;AAChB,IAAI;AACJ,MAAM,KAAK,EAAEC,UAAK,CAAC,KAAK;AACxB,MAAM,IAAI,EAAEA,UAAK,CAAC,IAAI;AACtB,MAAM,IAAI,EAAEA,UAAK,CAAC,GAAG;AACrB,MAAM,KAAK,EAAEA,UAAK,CAAC,GAAG;AACtB,MAAM,OAAO,EAAEA,UAAK,CAAC,GAAG;AACxB,KAAK;AACL,IAAIC,gBAAY,CAAC,KAAK;AACtB,GAAG;AACH;;;;"}