diff --git a/apps/studio/next.config.js b/apps/studio/next.config.js index fe49f4b4c3f93..83e8dc144d51c 100644 --- a/apps/studio/next.config.js +++ b/apps/studio/next.config.js @@ -412,6 +412,10 @@ const nextConfig = { key: 'Content-Security-Policy', value: process.env.NEXT_PUBLIC_IS_PLATFORM === 'true' ? csp : "frame-ancestors 'none';", }, + { + key: 'X-Studio-Version', + value: process.env.VERCEL_GIT_COMMIT_SHA || 'Unknown git sha', + }, { key: 'Referrer-Policy', value: 'strict-origin-when-cross-origin',