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

7 lines
476 B
Plaintext

import type { InstrumentationConfig, InstrumentationMatcher } from './pkg/orchestrion_js';
/**
* Create a new instrumentation matcher from an array of instrumentation configs.
*/
export declare function create(configs: InstrumentationConfig[], dc_module?: string | null): InstrumentationMatcher;
export type { FunctionKind, FunctionQuery, InstrumentationConfig, InstrumentationMatcher, ModuleMatcher, ModuleType, TransformOutput, Transformer, } from './pkg/orchestrion_js';