1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-24 08:54:21 +00:00

Do not hide source maps in production

This commit is contained in:
Steffo 2023-01-16 12:25:34 +01:00
parent 744f92d15b
commit c34fd3dfcb
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -9,6 +9,9 @@ const { withSentryConfig } = require('@sentry/nextjs');
const moduleExports = {
reactStrictMode: true,
sentry: {
hideSourceMaps: false,
}
};
const sentryWebpackPluginOptions = {