diff --git a/apps/roboshield/next.config.js b/apps/roboshield/next.config.js index eb077d031..9bf4274bc 100644 --- a/apps/roboshield/next.config.js +++ b/apps/roboshield/next.config.js @@ -1,6 +1,7 @@ -const { withSentryConfig } = require("@sentry/nextjs"); const path = require("path"); +const { withSentryConfig } = require("@sentry/nextjs"); + const PROJECT_ROOT = process.env.PROJECT_ROOT?.trim(); const outputFileTracingRoot = PROJECT_ROOT ? path.resolve(__dirname, PROJECT_ROOT)