@sentry/core
Advanced tools
Comparing version
@@ -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.7.1", | ||
"version": "5.8.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.7.1", | ||
"@sentry/minimal": "5.7.1", | ||
"@sentry/types": "5.7.1", | ||
"@sentry/utils": "5.7.1", | ||
"@sentry/hub": "5.8.0-beta.0", | ||
"@sentry/minimal": "5.8.0-beta.0", | ||
"@sentry/types": "5.8.0-beta.0", | ||
"@sentry/utils": "5.8.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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
244835
0.22%2586
0.04%1
Infinity%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated