@sentry/core
Advanced tools
Comparing version 7.85.0 to 7.86.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1312130
15214
+ Added@sentry/types@7.86.0(transitive)
+ Added@sentry/utils@7.86.0(transitive)
- Removed@sentry/types@7.85.0(transitive)
- Removed@sentry/utils@7.85.0(transitive)
Updated@sentry/types@7.86.0
Updated@sentry/utils@7.86.0