🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@sentry/nextjs

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/nextjs - npm Package Compare versions

Comparing version

to
9.23.0

@@ -44,7 +44,11 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });

// TODO: We should think about uploading these when `widenClientFileUpload` is `true`. They may be useful in some situations.
// We want to include main-* files if widenClientFileUpload is true as they have proven to be useful
if (!sentryBuildOptions.widenClientFileUpload) {
sourcemapUploadIgnore.push(path.posix.join(distDirAbsPath, 'static', 'chunks', 'main-*'));
}
// Always ignore framework, polyfills, and webpack files
sourcemapUploadIgnore.push(
path.posix.join(distDirAbsPath, 'static', 'chunks', 'framework-*'),
path.posix.join(distDirAbsPath, 'static', 'chunks', 'framework.*'),
path.posix.join(distDirAbsPath, 'static', 'chunks', 'main-*'),
path.posix.join(distDirAbsPath, 'static', 'chunks', 'polyfills-*'),

@@ -51,0 +55,0 @@ path.posix.join(distDirAbsPath, 'static', 'chunks', 'webpack-*'),

@@ -42,7 +42,11 @@ import * as path from 'path';

// TODO: We should think about uploading these when `widenClientFileUpload` is `true`. They may be useful in some situations.
// We want to include main-* files if widenClientFileUpload is true as they have proven to be useful
if (!sentryBuildOptions.widenClientFileUpload) {
sourcemapUploadIgnore.push(path.posix.join(distDirAbsPath, 'static', 'chunks', 'main-*'));
}
// Always ignore framework, polyfills, and webpack files
sourcemapUploadIgnore.push(
path.posix.join(distDirAbsPath, 'static', 'chunks', 'framework-*'),
path.posix.join(distDirAbsPath, 'static', 'chunks', 'framework.*'),
path.posix.join(distDirAbsPath, 'static', 'chunks', 'main-*'),
path.posix.join(distDirAbsPath, 'static', 'chunks', 'polyfills-*'),

@@ -49,0 +53,0 @@ path.posix.join(distDirAbsPath, 'static', 'chunks', 'webpack-*'),

@@ -1,1 +0,1 @@

{"type":"module","version":"9.22.0","sideEffects":false}
{"type":"module","version":"9.23.0","sideEffects":false}
{
"name": "@sentry/nextjs",
"version": "9.22.0",
"version": "9.23.0",
"description": "Official Sentry SDK for Next.js",

@@ -80,11 +80,11 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"@opentelemetry/api": "^1.9.0",
"@opentelemetry/semantic-conventions": "^1.30.0",
"@opentelemetry/semantic-conventions": "^1.34.0",
"@rollup/plugin-commonjs": "28.0.1",
"@sentry-internal/browser-utils": "9.22.0",
"@sentry/core": "9.22.0",
"@sentry/node": "9.22.0",
"@sentry/opentelemetry": "9.22.0",
"@sentry/react": "9.22.0",
"@sentry/vercel-edge": "9.22.0",
"@sentry/webpack-plugin": "3.3.1",
"@sentry-internal/browser-utils": "9.23.0",
"@sentry/core": "9.23.0",
"@sentry/node": "9.23.0",
"@sentry/opentelemetry": "9.23.0",
"@sentry/react": "9.23.0",
"@sentry/vercel-edge": "9.23.0",
"@sentry/webpack-plugin": "3.5.0",
"chalk": "3.0.0",

@@ -91,0 +91,0 @@ "resolve": "1.22.8",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet