Files
klz-cables.com/.pnpm-store/v10/files/67/412aa298b92cf8c103787fc35b810f0b205111e5980d6ec66deca10d49ebc1c1445ae1dcb11a7ff86697bc0f26c038877d9a5daa14f1e1d60ba7fb529fa05a
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

12 lines
593 B
Plaintext

import { Exception } from '@opentelemetry/api';
type KnexError = Error & {
code?: string;
};
export declare const getFormatter: (runner: any) => any;
export declare function otelExceptionFromKnexError(err: KnexError, message: string): Exception;
export declare const mapSystem: (knexSystem: string) => string;
export declare const getName: (db: string, operation?: string, table?: string) => string;
export declare const limitLength: (str: string, maxLength: number) => string;
export declare const extractTableName: (builder: any) => string;
export {};
//# sourceMappingURL=utils.d.ts.map