Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@sentry/profiling-node

Package Overview
Dependencies
Maintainers
1
Versions
331
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/profiling-node - npm Package Compare versions

Comparing version
10.43.0
to
10.44.0
+1
-1
build/cjs/index.js

@@ -1130,3 +1130,3 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });

console.warn(
`[Sentry Profiling] You are using a Node.js version that does not have prebuilt binaries (${NODE_VERSION}).`,
`[Sentry Profiling] You are using a Node.js version that does not have prebuilt binaries (${NODE_MAJOR}).`,
'The @sentry/profiling-node package only has prebuilt support for the following LTS versions of Node.js: 16, 18, 20, 22, 24.',

@@ -1133,0 +1133,0 @@ 'To use the @sentry/profiling-node package with this version of Node.js, you will need to compile the native addon from source.',

@@ -1128,3 +1128,3 @@ import { parseSemver, forEachEnvelopeItem, createEnvelope, debug, dsnToString, uuid4, getDebugImagesForResources, spanIsSampled, spanToJSON, LRUMap, defineIntegration, consoleSandbox, getRootSpan, getIsolationScope, getCurrentScope, getGlobalScope } from '@sentry/core';

console.warn(
`[Sentry Profiling] You are using a Node.js version that does not have prebuilt binaries (${NODE_VERSION}).`,
`[Sentry Profiling] You are using a Node.js version that does not have prebuilt binaries (${NODE_MAJOR}).`,
'The @sentry/profiling-node package only has prebuilt support for the following LTS versions of Node.js: 16, 18, 20, 22, 24.',

@@ -1131,0 +1131,0 @@ 'To use the @sentry/profiling-node package with this version of Node.js, you will need to compile the native addon from source.',

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

{"type":"module","version":"10.43.0","sideEffects":false}
{"type":"module","version":"10.44.0","sideEffects":false}
{
"name": "@sentry/profiling-node",
"version": "10.43.0",
"version": "10.44.0",
"description": "Official Sentry SDK for Node.js Profiling",

@@ -48,5 +48,5 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"clean": "rm -rf build",
"lint": "oxlint .",
"lint": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --type-aware",
"lint:es-compatibility": "es-check es2022 ./build/cjs/*.js && es-check es2022 ./build/esm/*.js --module",
"fix": "oxlint . --fix",
"lint:fix": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --fix --type-aware",
"build": "yarn build:types && yarn build:transpile",

@@ -66,4 +66,4 @@ "build:transpile": "yarn rollup -c rollup.npm.config.mjs",

"@sentry-internal/node-cpu-profiler": "^2.2.0",
"@sentry/core": "10.43.0",
"@sentry/node": "10.43.0"
"@sentry/core": "10.44.0",
"@sentry/node": "10.44.0"
},

@@ -70,0 +70,0 @@ "devDependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display