Files
klz-cables.com/.pnpm-store/v10/files/5b/14827b289bd834748b4ef9a71035a718d53bc4341d44fe31724081a4bfa3835eaa1dcf7672c8ff668e4a51eb99741509782413600cf270705752e732995cbc
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

9 lines
458 B
Plaintext

import type { Event } from '@sentry/core';
import type { ReplayContainer } from '../../types';
/**
* Determine if event should be sampled (only applies in buffer mode).
* When an event is captured by `handleGlobalEvent`, when in buffer mode
* we determine if we want to sample the error or not.
*/
export declare function shouldSampleForBufferEvent(replay: ReplayContainer, event: Event): boolean;
//# sourceMappingURL=shouldSampleForBufferEvent.d.ts.map