sentry hide source maps
This commit is contained in:
parent
a343ccc652
commit
cadb2a30a2
@ -9,6 +9,10 @@ const { withSentryConfig } = require("@sentry/nextjs");
|
|||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
swcMinify: true,
|
swcMinify: true,
|
||||||
|
sentry: {
|
||||||
|
// https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/#use-hidden-source-map
|
||||||
|
hideSourceMaps: true,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const sentryWebpackPluginOptions = {
|
const sentryWebpackPluginOptions = {
|
||||||
|
Loading…
Reference in New Issue
Block a user