Files
klz-cables.com/.pnpm-store/v10/files/56/8b814d36b1fc48d111d786bfed32d170b9bc3f9d5d2cab32abae5608d76907584b6c8ebee1bf5ad0090c51b5e281b95f05793faeda722fc2c5816c5ec68a95
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

19 lines
730 B
Plaintext

import { InstrumentationBase, type InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import type { FirebaseInstrumentationConfig } from './types';
/**
* Instrumentation for Firebase services, specifically Firestore.
*/
export declare class FirebaseInstrumentation extends InstrumentationBase<FirebaseInstrumentationConfig> {
constructor(config?: FirebaseInstrumentationConfig);
/**
* sets config
* @param config
*/
setConfig(config?: FirebaseInstrumentationConfig): void;
/**
*
* @protected
*/
protected init(): InstrumentationNodeModuleDefinition | InstrumentationNodeModuleDefinition[] | void;
}
//# sourceMappingURL=firebaseInstrumentation.d.ts.map