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

10 lines
458 B
Plaintext

import { Event } from '@sentry/core';
import { 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