Files
klz-cables.com/.pnpm-store/v10/files/c4/683c66e87015cdf16a0a76a6611e08405be75f88be052fa27eeace1f00411da7fceca9133ad18e135db5aeef19761bee62088d02067d70e56b1700c9dff4a7
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

31 lines
1.6 KiB
Plaintext

import type { IntegrationFn } from '@sentry/core';
declare const LazyLoadableIntegrations: {
readonly replayIntegration: "replay";
readonly replayCanvasIntegration: "replay-canvas";
readonly feedbackIntegration: "feedback";
readonly feedbackModalIntegration: "feedback-modal";
readonly feedbackScreenshotIntegration: "feedback-screenshot";
readonly captureConsoleIntegration: "captureconsole";
readonly contextLinesIntegration: "contextlines";
readonly linkedErrorsIntegration: "linkederrors";
readonly dedupeIntegration: "dedupe";
readonly extraErrorDataIntegration: "extraerrordata";
readonly graphqlClientIntegration: "graphqlclient";
readonly httpClientIntegration: "httpclient";
readonly reportingObserverIntegration: "reportingobserver";
readonly rewriteFramesIntegration: "rewriteframes";
readonly browserProfilingIntegration: "browserprofiling";
readonly moduleMetadataIntegration: "modulemetadata";
readonly instrumentAnthropicAiClient: "instrumentanthropicaiclient";
readonly instrumentOpenAiClient: "instrumentopenaiclient";
readonly instrumentGoogleGenAIClient: "instrumentgooglegenaiclient";
readonly instrumentLangGraph: "instrumentlanggraph";
readonly createLangChainCallbackHandler: "createlangchaincallbackhandler";
};
/**
* Lazy load an integration from the CDN.
* Rejects if the integration cannot be loaded.
*/
export declare function lazyLoadIntegration(name: keyof typeof LazyLoadableIntegrations, scriptNonce?: string): Promise<IntegrationFn>;
export {};
//# sourceMappingURL=lazyLoadIntegration.d.ts.map