Files
klz-cables.com/.pnpm-store/v10/files/8f/6ff192ead64e395a48adb84fc80f2c80153568d0bec3eb4ad3c3b3725ebca12a8f341ae891ff7a11ad826b84613ff5579573e35a7eeb511db8902859601ecb
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

12 lines
540 B
Plaintext

import type { SentryBuildOptions } from './types';
/**
* This function is called by Next.js after the production build is complete.
* It is used to upload sourcemaps to Sentry.
*/
export declare function handleRunAfterProductionCompile({ releaseName, distDir, buildTool, usesNativeDebugIds, }: {
releaseName?: string;
distDir: string;
buildTool: 'webpack' | 'turbopack';
usesNativeDebugIds?: boolean;
}, sentryBuildOptions: SentryBuildOptions): Promise<void>;
//# sourceMappingURL=handleRunAfterProductionCompile.d.ts.map