fix(web): add missing sentry instrumentation dependencies for standalone build
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 7s
Build & Deploy / 🧪 QA (push) Successful in 6m36s
Build & Deploy / 🏗️ Build (push) Successful in 15m4s
Build & Deploy / 🚀 Deploy (push) Successful in 28s
Build & Deploy / 🧪 Post-Deploy Verification (push) Failing after 17s
Build & Deploy / 🔔 Notify (push) Successful in 3s

This commit is contained in:
2026-03-01 13:05:06 +01:00
parent af5f91e6f8
commit cf3a96cead
3 changed files with 18 additions and 1 deletions

View File

@@ -16,7 +16,9 @@ const nextConfig = {
'@mintel/pdf',
'canvas',
'sharp',
'puppeteer' // Explicitly externalizing heavy node-native dependencies
'puppeteer',
'require-in-the-middle',
'import-in-the-middle' // Sentry 10+ instrumentation dependencies
],
images: {
remotePatterns: [