Files
klz-cables.com/.pnpm-store/v10/files/07/824c22636d395bec8b922f192b415d6bbab2591ecceba202c2ec0d334397bf49d82bb6c5ed01853d51fdc90b6a853f7c73892ee0df3891c3655e0820158558
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

13 lines
548 B
Plaintext

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