Files
klz-cables.com/.pnpm-store/v10/files/fe/29d88f0b30fed7585f32c2ec0ae879d93a7a687faab579c0c02c9473c702da327a0ab330416288edb6bdc7e317a61f1b3593e87da27c74973e0c18bddeac1f
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

8 lines
491 B
Plaintext

import type { NextConfigObject, SentryBuildOptions } from '../types';
/**
* Materializes the final Next.js config object with Sentry's build-time integrations applied.
*
* Note: this mutates both `incomingUserNextConfigObject` and `userSentryOptions` (to apply defaults/migrations).
*/
export declare function getFinalConfigObject(incomingUserNextConfigObject: NextConfigObject, userSentryOptions: SentryBuildOptions): NextConfigObject;
//# sourceMappingURL=getFinalConfigObject.d.ts.map