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

9 lines
495 B
Plaintext

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