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:
parent
744f92d15b
commit
c34fd3dfcb
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ const { withSentryConfig } = require('@sentry/nextjs');
|
||||||
|
|
||||||
const moduleExports = {
|
const moduleExports = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
|
sentry: {
|
||||||
|
hideSourceMaps: false,
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const sentryWebpackPluginOptions = {
|
const sentryWebpackPluginOptions = {
|
||||||
|
|
Loading…
Reference in a new issue