@sentry/node
Advanced tools
@@ -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 @@ */ |
+4
-4
| { | ||
| "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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1319512
0.03%0
-100%14922
-0.01%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated