Files
klz-cables.com/.pnpm-store/v10/files/7d/f8ae35955ec49f4eb5c15ca326eb2a400f5af7509e9e4e05044717b3e9a039295722ce0c4f130c0abaadd9b9eafbe90960f3559d75eee8bf53a4c89e341f09
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

9 lines
373 B
Plaintext

import { InstrumentationConfig } from '@opentelemetry/instrumentation';
export interface MySQLInstrumentationConfig extends InstrumentationConfig {
/**
* If true, an attribute containing the query's parameters will be attached
* the spans generated to represent the query.
*/
enhancedDatabaseReporting?: boolean;
}
//# sourceMappingURL=types.d.ts.map