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

11 lines
425 B
Plaintext

import { 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