Files
klz-cables.com/.pnpm-store/v10/files/ed/2b779d89d8dd717279c4d293bae3dbd9997832153e72006d6870a5615a82346fa835fe706cd572461acc569693f685ee68ef48e0815d5b3f7ecc6ff9c80751
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

10 lines
475 B
Plaintext

import { InstrumentationConfig } from '@opentelemetry/instrumentation';
export interface TediousInstrumentationConfig extends InstrumentationConfig {
/**
* If true, injects the current DB span's W3C traceparent into SQL Server
* session state via `SET CONTEXT_INFO @opentelemetry_traceparent` (varbinary).
* Off by default to avoid the extra round-trip per request.
*/
enableTraceContextPropagation?: boolean;
}
//# sourceMappingURL=types.d.ts.map