Files
klz-cables.com/.pnpm-store/v10/files/69/302058872d0183fd81d6e1fc6628dcd124a9b64f37afed310c54e5c43abad8128a53e4f15996a479305599b7ee474d248700fca1e35ac36fa4be8d4294be30
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

24 lines
1007 B
Plaintext

import { MongooseInstrumentationConfig } from './types';
import { InstrumentationBase, InstrumentationModuleDefinition } from '@opentelemetry/instrumentation';
export declare const _STORED_PARENT_SPAN: unique symbol;
export declare const _ALREADY_INSTRUMENTED: unique symbol;
export declare class MongooseInstrumentation extends InstrumentationBase<MongooseInstrumentationConfig> {
private _netSemconvStability;
private _dbSemconvStability;
constructor(config?: MongooseInstrumentationConfig);
private _setSemconvStabilityFromEnv;
protected init(): InstrumentationModuleDefinition;
private patch;
private unpatch;
private patchAggregateExec;
private patchQueryExec;
private patchOnModelMethods;
private _patchDocumentUpdateMethods;
private patchModelStatic;
private patchModelAggregate;
private patchAndCaptureSpanContext;
private _startSpan;
private _handleResponse;
private _callOriginalFunction;
}
//# sourceMappingURL=mongoose.d.ts.map