We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee1ded commit 841a967Copy full SHA for 841a967
platform-includes/sourcemaps/overview/javascript.nextjs.mdx
@@ -46,7 +46,7 @@ module.exports = withSentryConfig(
46
project: "___PROJECT_SLUG___",
47
authToken: process.env.SENTRY_AUTH_TOKEN,
48
sourcemaps: {
49
- disable: false, // Disable source maps (default = true)
+ disable: false, // Enables source maps (default = true)
50
assets: ["**/*.js", "**/*.js.map"], // Specify which files to upload
51
ignore: ["**/node_modules/**"], // Files to exclude
52
deleteSourcemapsAfterUpload: true, // Security: delete after upload
0 commit comments