mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-24 00:44:20 +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 = {
|
||||
reactStrictMode: true,
|
||||
sentry: {
|
||||
hideSourceMaps: false,
|
||||
}
|
||||
};
|
||||
|
||||
const sentryWebpackPluginOptions = {
|
||||
|
|
Loading…
Reference in a new issue