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

@sentry/core

Package Overview
Dependencies
Maintainers
10
Versions
612
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/core - npm Package Compare versions

Comparing version

to
9.33.0

build/cjs/utils/vercel-ai-attributes.js

2

build/cjs/index.js

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

const consoleIntegration = require('./logs/console-integration.js');
const vercelAi = require('./utils/vercel-ai.js');
const featureFlags = require('./utils/featureFlags.js');

@@ -276,2 +277,3 @@ const aggregateErrors = require('./utils/aggregate-errors.js');

exports.consoleLoggingIntegration = consoleIntegration.consoleLoggingIntegration;
exports.addVercelAiProcessors = vercelAi.addVercelAiProcessors;
exports._INTERNAL_FLAG_BUFFER_SIZE = featureFlags._INTERNAL_FLAG_BUFFER_SIZE;

@@ -278,0 +280,0 @@ exports._INTERNAL_MAX_FLAGS_PER_SPAN = featureFlags._INTERNAL_MAX_FLAGS_PER_SPAN;

2

build/cjs/utils/version.js

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

const SDK_VERSION = "9.32.0" ;
const SDK_VERSION = "9.33.0" ;
exports.SDK_VERSION = SDK_VERSION;
//# sourceMappingURL=version.js.map

@@ -68,2 +68,3 @@ export { registerSpanErrorInstrumentation } from './tracing/errors.js';

export { consoleLoggingIntegration } from './logs/console-integration.js';
export { addVercelAiProcessors } from './utils/vercel-ai.js';
export { _INTERNAL_FLAG_BUFFER_SIZE, _INTERNAL_MAX_FLAGS_PER_SPAN, _INTERNAL_addFeatureFlagToActiveSpan, _INTERNAL_copyFlagsFromScopeToEvent, _INTERNAL_insertFlagToScope } from './utils/featureFlags.js';

@@ -70,0 +71,0 @@ export { applyAggregateErrorsToEvent } from './utils/aggregate-errors.js';

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

{"type":"module","version":"9.32.0","sideEffects":false}
{"type":"module","version":"9.33.0","sideEffects":false}
// This is a magic string replaced by rollup
const SDK_VERSION = "9.32.0" ;
const SDK_VERSION = "9.33.0" ;
export { SDK_VERSION };
//# sourceMappingURL=version.js.map

@@ -202,3 +202,4 @@ import { IntegrationIndex } from './integration';

/**
* Register a callback for whenever a span is ended.
* Register a callback for after a span is ended.
* NOTE: The span cannot be mutated anymore in this callback.
* Receives the span as argument.

@@ -205,0 +206,0 @@ * @returns {() => void} A function that, when executed, removes the registered callback.

@@ -68,2 +68,3 @@ export { ClientClass as SentryCoreCurrentScopes } from './sdk';

export { consoleLoggingIntegration } from './logs/console-integration';
export { addVercelAiProcessors } from './utils/vercel-ai';
export { FeatureFlag } from './utils/featureFlags';

@@ -70,0 +71,0 @@ export { _INTERNAL_copyFlagsFromScopeToEvent, _INTERNAL_insertFlagToScope, _INTERNAL_addFeatureFlagToActiveSpan, _INTERNAL_FLAG_BUFFER_SIZE, _INTERNAL_MAX_FLAGS_PER_SPAN, } from './utils/featureFlags';

@@ -202,3 +202,4 @@ import type { IntegrationIndex } from './integration';

/**
* Register a callback for whenever a span is ended.
* Register a callback for after a span is ended.
* NOTE: The span cannot be mutated anymore in this callback.
* Receives the span as argument.

@@ -205,0 +206,0 @@ * @returns {() => void} A function that, when executed, removes the registered callback.

@@ -68,2 +68,3 @@ export type { ClientClass as SentryCoreCurrentScopes } from './sdk';

export { consoleLoggingIntegration } from './logs/console-integration';
export { addVercelAiProcessors } from './utils/vercel-ai';
export type { FeatureFlag } from './utils/featureFlags';

@@ -70,0 +71,0 @@ export { _INTERNAL_copyFlagsFromScopeToEvent, _INTERNAL_insertFlagToScope, _INTERNAL_addFeatureFlagToActiveSpan, _INTERNAL_FLAG_BUFFER_SIZE, _INTERNAL_MAX_FLAGS_PER_SPAN, } from './utils/featureFlags';

{
"name": "@sentry/core",
"version": "9.32.0",
"version": "9.33.0",
"description": "Base implementation for all Sentry JavaScript SDKs",

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

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