Socket
Socket
Sign inDemoInstall

@sentry/core

Package Overview
Dependencies
Maintainers
12
Versions
526
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 5.7.0-beta.1 to 5.7.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=" + utils_1.timestampWithMs()); // TODO: This can be removed
header.push("sentry_timestamp=" + new Date().getTime());
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, startSpan, withScope, } from '@sentry/minimal';
export { addBreadcrumb, captureException, captureEvent, captureMessage, configureScope, setContext, setExtra, setExtras, setTag, setTags, setUser, withScope, } from '@sentry/minimal';
export { addGlobalEventProcessor, getCurrentHub, getHubFromCarrier, Hub, Scope, Span } from '@sentry/hub';

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

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

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

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

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

import { timestampWithMs, urlEncode } from '@sentry/utils';
import { 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=" + timestampWithMs()); // TODO: This can be removed
header.push("sentry_timestamp=" + new Date().getTime());
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, startSpan, withScope, } from '@sentry/minimal';
export { addBreadcrumb, captureException, captureEvent, captureMessage, configureScope, setContext, setExtra, setExtras, setTag, setTags, setUser, 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, startSpan, withScope, } from '@sentry/minimal';
export { addBreadcrumb, captureException, captureEvent, captureMessage, configureScope, setContext, setExtra, setExtras, setTag, setTags, setUser, 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.7.0-beta.1",
"version": "5.7.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.7.0-beta.1",
"@sentry/minimal": "5.7.0-beta.1",
"@sentry/types": "5.7.0-beta.1",
"@sentry/utils": "5.7.0-beta.1",
"@sentry/hub": "5.7.0",
"@sentry/minimal": "5.7.0",
"@sentry/types": "5.7.0",
"@sentry/utils": "5.7.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

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