/** @type {import("next").NextConfig} */ const config = { experimental: { instrumentationHook: true, }, }; export default config;