Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sentry/core

Package Overview
Dependencies
Maintainers
11
Versions
551
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 7.85.0 to 7.86.0

3

cjs/hub.js

@@ -8,2 +8,3 @@ Object.defineProperty(exports, '__esModule', { value: true });

const session = require('./session.js');
const version = require('./version.js');

@@ -18,3 +19,3 @@ /**

*/
const API_VERSION = 4;
const API_VERSION = parseFloat(version.SDK_VERSION);

@@ -21,0 +22,0 @@ /**

Object.defineProperty(exports, '__esModule', { value: true });
const SDK_VERSION = '7.85.0';
const SDK_VERSION = '7.86.0';
exports.SDK_VERSION = SDK_VERSION;
//# sourceMappingURL=version.js.map

@@ -6,2 +6,3 @@ import { uuid4, dateTimestampInSeconds, consoleSandbox, logger, GLOBAL_OBJ, getGlobalSingleton } from '@sentry/utils';

import { closeSession, makeSession, updateSession } from './session.js';
import { SDK_VERSION } from './version.js';

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

*/
const API_VERSION = 4;
const API_VERSION = parseFloat(SDK_VERSION);

@@ -19,0 +20,0 @@ /**

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

const SDK_VERSION = '7.85.0';
const SDK_VERSION = '7.86.0';
export { SDK_VERSION };
//# sourceMappingURL=version.js.map
{
"name": "@sentry/core",
"version": "7.85.0",
"version": "7.86.0",
"description": "Base implementation for all Sentry JavaScript SDKs",

@@ -26,6 +26,6 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry/types": "7.85.0",
"@sentry/utils": "7.85.0"
"@sentry/types": "7.86.0",
"@sentry/utils": "7.86.0"
},
"sideEffects": false
}

@@ -11,3 +11,3 @@ import { Breadcrumb, BreadcrumbHint, Client, CustomSamplingContext, Event, EventHint, Extra, Extras, Hub as HubInterface, Integration, IntegrationClass, Primitive, Session, SessionContext, Severity, SeverityLevel, Transaction, TransactionContext, User } from '@sentry/types';

*/
export declare const API_VERSION = 4;
export declare const API_VERSION: number;
export interface RunWithAsyncContextOptions {

@@ -14,0 +14,0 @@ /** Whether to reuse an existing async context if one exists. Defaults to false. */

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

export declare const SDK_VERSION = "7.85.0";
export declare const SDK_VERSION = "7.86.0";
//# sourceMappingURL=version.d.ts.map

@@ -11,3 +11,3 @@ import type { Breadcrumb, BreadcrumbHint, Client, CustomSamplingContext, Event, EventHint, Extra, Extras, Hub as HubInterface, Integration, IntegrationClass, Primitive, Session, SessionContext, Severity, SeverityLevel, Transaction, TransactionContext, User } from '@sentry/types';

*/
export declare const API_VERSION = 4;
export declare const API_VERSION: number;
export interface RunWithAsyncContextOptions {

@@ -14,0 +14,0 @@ /** Whether to reuse an existing async context if one exists. Defaults to false. */

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

export declare const SDK_VERSION = "7.85.0";
export declare const SDK_VERSION = "7.86.0";
//# sourceMappingURL=version.d.ts.map

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc