@sentry/core
Advanced tools
Comparing version
@@ -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
1312130
0.02%15214
0.01%+ Added
+ Added
- Removed
- Removed
Updated
Updated