Files
klz-cables.com/.pnpm-store/v10/files/d8/74149a3f842cdf3e49044b227b803ed5e54f565569381ac8827e8e70bcfac9152e8f1c4a1ac7fe512a90f482fafb1fc9937054753dc6fee273d5272a4f742a
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

18 lines
832 B
Plaintext

import { Event, Primitive } from '@sentry/core';
type GlobalHandlersIntegrationsOptionKeys = 'onerror' | 'onunhandledrejection';
type GlobalHandlersIntegrations = Record<GlobalHandlersIntegrationsOptionKeys, boolean>;
export declare const globalHandlersIntegration: (options?: Partial<GlobalHandlersIntegrations> | undefined) => import("@sentry/core").Integration;
/**
*
*/
export declare function _getUnhandledRejectionError(error: unknown): unknown;
/**
* Create an event from a promise rejection where the `reason` is a primitive.
*
* @param reason: The `reason` property of the promise rejection
* @returns An Event object with an appropriate `exception` value
*/
export declare function _eventFromRejectionWithPrimitive(reason: Primitive): Event;
export {};
//# sourceMappingURL=globalhandlers.d.ts.map