You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@sentry/node

Package Overview
Dependencies
Maintainers
10
Versions
688
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/node - npm Package Compare versions

Comparing version
10.21.0-alpha.1
to
10.21.0
+1
-1
build/esm/package.json

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

{"type":"module","version":"10.21.0-alpha.1","sideEffects":false}
{"type":"module","version":"10.21.0","sideEffects":false}

@@ -16,3 +16,3 @@ /**

*/
recordFilePaths?: boolean | undefined;
recordFilePaths?: boolean;
/**

@@ -23,4 +23,4 @@ * Setting this option to `true` will include the error messages of failed `fs` API calls as a span attribute.

*/
recordErrorMessagesAsSpanAttributes?: boolean | undefined;
recordErrorMessagesAsSpanAttributes?: boolean;
} | undefined) => import("@sentry/core").Integration;
//# sourceMappingURL=fs.d.ts.map

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

/// <reference types="node" />
import { ClientRequest, IncomingMessage, RequestOptions, ServerResponse } from 'node:http';

@@ -3,0 +2,0 @@ import { HttpInstrumentationConfig } from '@opentelemetry/instrumentation-http';

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

/// <reference types="node" />
import * as http from 'node:http';

@@ -3,0 +2,0 @@ import { ExpressInstrumentation } from '@opentelemetry/instrumentation-express';

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

/// <reference types="node" />
import * as stream from 'stream';

@@ -3,0 +2,0 @@ interface Podium {

@@ -45,3 +45,4 @@ import { Span as WriteableSpan } from '@opentelemetry/api';

/**
* Sets profiling session sample rate - only evaluated once per SDK initialization.
* Sets profiling session sample rate for the entire profiling session (evaluated once per SDK initialization).
*
* @default 0

@@ -51,7 +52,9 @@ */

/**
* Set the lifecycle of the profiler.
* Set the lifecycle mode of the profiler.
* - **manual**: The profiler will be manually started and stopped via `startProfiler`/`stopProfiler`.
* If a session is sampled, is dependent on the `profileSessionSampleRate`.
* - **trace**: The profiler will be automatically started when a root span exists and stopped when there are no
* more sampled root spans. Whether a session is sampled, is dependent on the `profileSessionSampleRate` and the
* existing sampling configuration for tracing (`tracesSampleRate`/`tracesSampler`).
*
* - `manual`: The profiler will be manually started and stopped.
* - `trace`: The profiler will be automatically started when when a span is sampled and stopped when there are no more sampled spans.
*
* @default 'manual'

@@ -58,0 +61,0 @@ */

@@ -16,3 +16,3 @@ /**

*/
recordFilePaths?: boolean | undefined;
recordFilePaths?: boolean;
/**

@@ -23,4 +23,4 @@ * Setting this option to `true` will include the error messages of failed `fs` API calls as a span attribute.

*/
recordErrorMessagesAsSpanAttributes?: boolean | undefined;
recordErrorMessagesAsSpanAttributes?: boolean;
} | undefined) => import("@sentry/core").Integration;
//# sourceMappingURL=fs.d.ts.map

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

/// <reference types="node" />
import type { ClientRequest, IncomingMessage, RequestOptions, ServerResponse } from 'node:http';

@@ -3,0 +2,0 @@ import type { HttpInstrumentationConfig } from '@opentelemetry/instrumentation-http';

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

/// <reference types="node" />
import type * as http from 'node:http';

@@ -3,0 +2,0 @@ import { ExpressInstrumentation } from '@opentelemetry/instrumentation-express';

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

/// <reference types="node" />
/// <reference types="node" />
/// <reference types="node" />
import type * as stream from 'stream';

@@ -5,0 +2,0 @@ interface Podium {

@@ -45,3 +45,4 @@ import type { Span as WriteableSpan } from '@opentelemetry/api';

/**
* Sets profiling session sample rate - only evaluated once per SDK initialization.
* Sets profiling session sample rate for the entire profiling session (evaluated once per SDK initialization).
*
* @default 0

@@ -51,7 +52,9 @@ */

/**
* Set the lifecycle of the profiler.
* Set the lifecycle mode of the profiler.
* - **manual**: The profiler will be manually started and stopped via `startProfiler`/`stopProfiler`.
* If a session is sampled, is dependent on the `profileSessionSampleRate`.
* - **trace**: The profiler will be automatically started when a root span exists and stopped when there are no
* more sampled root spans. Whether a session is sampled, is dependent on the `profileSessionSampleRate` and the
* existing sampling configuration for tracing (`tracesSampleRate`/`tracesSampler`).
*
* - `manual`: The profiler will be manually started and stopped.
* - `trace`: The profiler will be automatically started when when a span is sampled and stopped when there are no more sampled spans.
*
* @default 'manual'

@@ -58,0 +61,0 @@ */

{
"name": "@sentry/node",
"version": "10.21.0-alpha.1",
"version": "10.21.0",
"description": "Sentry Node SDK using OpenTelemetry for performance instrumentation",

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

"@prisma/instrumentation": "6.15.0",
"@sentry/core": "10.21.0-alpha.1",
"@sentry/node-core": "10.21.0-alpha.1",
"@sentry/opentelemetry": "10.21.0-alpha.1",
"@sentry/core": "10.21.0",
"@sentry/node-core": "10.21.0",
"@sentry/opentelemetry": "10.21.0",
"import-in-the-middle": "^1.14.2",

@@ -103,0 +103,0 @@ "minimatch": "^9.0.0"

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet