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

17 lines
694 B
Plaintext

import { EvaluationDetails, HookContext, HookHints, JsonValue, OpenFeatureHook } from './types';
export declare const openFeatureIntegration: () => import("@sentry/core").Integration;
/**
* OpenFeature Hook class implementation.
*/
export declare class OpenFeatureIntegrationHook implements OpenFeatureHook {
/**
* Successful evaluation result.
*/
after(_hookContext: Readonly<HookContext<JsonValue>>, evaluationDetails: EvaluationDetails<JsonValue>): void;
/**
* On error evaluation result.
*/
error(hookContext: Readonly<HookContext<JsonValue>>, _error: unknown, _hookHints?: HookHints): void;
}
//# sourceMappingURL=integration.d.ts.map