🚀 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
12
Versions
617
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
5.10.0-beta.0

2

dist/api.js

@@ -47,3 +47,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

var header = ["Sentry sentry_version=" + SENTRY_API_VERSION];
header.push("sentry_timestamp=" + new Date().getTime());
header.push("sentry_timestamp=" + utils_1.timestampWithMs()); // TODO: This can be removed
header.push("sentry_client=" + clientName + "/" + clientVersion);

@@ -50,0 +50,0 @@ header.push("sentry_key=" + dsn.user);

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

export { addBreadcrumb, captureException, captureEvent, captureMessage, configureScope, setContext, setExtra, setExtras, setTag, setTags, setUser, withScope, } from '@sentry/minimal';
export { addBreadcrumb, captureException, captureEvent, captureMessage, configureScope, setContext, setExtra, setExtras, setTag, setTags, setUser, startSpan, withScope, } from '@sentry/minimal';
export { addGlobalEventProcessor, getCurrentHub, getHubFromCarrier, Hub, Scope, Span } from '@sentry/hub';

@@ -3,0 +3,0 @@ export { API } from './api';

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

exports.setUser = minimal_1.setUser;
exports.startSpan = minimal_1.startSpan;
exports.withScope = minimal_1.withScope;

@@ -16,0 +17,0 @@ var hub_1 = require("@sentry/hub");

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

import { urlEncode } from '@sentry/utils';
import { timestampWithMs, urlEncode } from '@sentry/utils';
import { Dsn } from './dsn';

@@ -46,3 +46,3 @@ var SENTRY_API_VERSION = '7';

var header = ["Sentry sentry_version=" + SENTRY_API_VERSION];
header.push("sentry_timestamp=" + new Date().getTime());
header.push("sentry_timestamp=" + timestampWithMs()); // TODO: This can be removed
header.push("sentry_client=" + clientName + "/" + clientVersion);

@@ -49,0 +49,0 @@ header.push("sentry_key=" + dsn.user);

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

export { addBreadcrumb, captureException, captureEvent, captureMessage, configureScope, setContext, setExtra, setExtras, setTag, setTags, setUser, withScope, } from '@sentry/minimal';
export { addBreadcrumb, captureException, captureEvent, captureMessage, configureScope, setContext, setExtra, setExtras, setTag, setTags, setUser, startSpan, withScope, } from '@sentry/minimal';
export { addGlobalEventProcessor, getCurrentHub, getHubFromCarrier, Hub, Scope, Span } from '@sentry/hub';

@@ -3,0 +3,0 @@ export { API } from './api';

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

export { addBreadcrumb, captureException, captureEvent, captureMessage, configureScope, setContext, setExtra, setExtras, setTag, setTags, setUser, withScope, } from '@sentry/minimal';
export { addBreadcrumb, captureException, captureEvent, captureMessage, configureScope, setContext, setExtra, setExtras, setTag, setTags, setUser, startSpan, withScope, } from '@sentry/minimal';
export { addGlobalEventProcessor, getCurrentHub, getHubFromCarrier, Hub, Scope, Span } from '@sentry/hub';

@@ -3,0 +3,0 @@ export { API } from './api';

{
"name": "@sentry/core",
"version": "5.8.0",
"version": "5.10.0-beta.0",
"description": "Base implementation for all Sentry JavaScript SDKs",

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

"dependencies": {
"@sentry/hub": "5.8.0",
"@sentry/minimal": "5.8.0",
"@sentry/types": "5.7.1",
"@sentry/utils": "5.8.0",
"@sentry/hub": "5.10.0-beta.0",
"@sentry/minimal": "5.10.0-beta.0",
"@sentry/types": "5.10.0-beta.0",
"@sentry/utils": "5.10.0-beta.0",
"tslib": "^1.9.3"

@@ -25,0 +25,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