Files
klz-cables.com/.pnpm-store/v10/files/e0/755ba704ea2177b27315e2d46a4319cc06bb60efde140379fe5f26400d635c68d6364c78293de228dcbf18d91a8edc80198b8760ecde4203e22467dd5f5d6f
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
419 B
Plaintext

import type { DsnComponents, EventEnvelope, SdkMetadata, UserFeedback } from '@sentry/core';
/**
* Creates an envelope from a user feedback.
*/
export declare function createUserFeedbackEnvelope(feedback: UserFeedback, { metadata, tunnel, dsn, }: {
metadata: SdkMetadata | undefined;
tunnel: string | undefined;
dsn: DsnComponents | undefined;
}): EventEnvelope;
//# sourceMappingURL=userfeedback.d.ts.map