fix: sentry config update for web app

This commit is contained in:
sriram veeraghanta 2024-05-27 15:02:03 +05:30
parent 2b2f667868
commit 87ef4eecb1
13 changed files with 1081 additions and 82 deletions

View file

@ -1,4 +1,5 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
trailingSlash: true,
reactStrictMode: false,