Files
klz-cables.com/.pnpm-store/v10/files/1d/bc9849ec587dcc04625f23afc56ca89b210d833a715d774cc9c244564eb864407d2bffb0e5797aa6262a2cac575fd55d9005026f16aea146f4d42639324677
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

12 lines
504 B
Plaintext

import type { Integration } from '@sentry/core';
/**
* With OTEL, all performance integrations will be added, as OTEL only initializes them when the patched package is actually required.
*/
export declare function getAutoPerformanceIntegrations(): Integration[];
/**
* Get a list of methods to instrument OTEL, when preload instrumentation.
*/
export declare function getOpenTelemetryInstrumentationToPreload(): (((options?: any) => void) & {
id: string;
})[];
//# sourceMappingURL=index.d.ts.map