UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

7 lines (5 loc) 120 B
/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, }; module.exports = nextConfig;