@sentry/node
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -8,5 +8,17 @@ export { Breadcrumb, Request, SdkInfo, SentryEvent, SentryException, SentryResponse, Severity, StackFrame, Stacktrace, Status, Thread, User, } from '@sentry/types'; | ||
export { SDK_NAME, SDK_VERSION } from './version'; | ||
import { Integrations as CoreIntegrations } from '@sentry/core'; | ||
import * as Handlers from './handlers'; | ||
import * as Integrations from './integrations'; | ||
import * as NodeIntegrations from './integrations'; | ||
import * as Transports from './transports'; | ||
export { Integrations, Transports, Handlers }; | ||
declare const INTEGRATIONS: { | ||
Console: typeof NodeIntegrations.Console; | ||
Http: typeof NodeIntegrations.Http; | ||
OnUncaughtException: typeof NodeIntegrations.OnUncaughtException; | ||
OnUnhandledRejection: typeof NodeIntegrations.OnUnhandledRejection; | ||
ClientOptions: typeof NodeIntegrations.ClientOptions; | ||
SDKInformation: typeof NodeIntegrations.SDKInformation; | ||
LinkedErrors: typeof NodeIntegrations.LinkedErrors; | ||
Modules: typeof NodeIntegrations.Modules; | ||
Debug: typeof CoreIntegrations.Debug; | ||
}; | ||
export { INTEGRATIONS as Integrations, Transports, Handlers }; |
"use strict"; | ||
var __assign = (this && this.__assign) || function () { | ||
__assign = Object.assign || function(t) { | ||
for (var s, i = 1, n = arguments.length; i < n; i++) { | ||
s = arguments[i]; | ||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) | ||
t[p] = s[p]; | ||
} | ||
return t; | ||
}; | ||
return __assign.apply(this, arguments); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -28,8 +39,10 @@ var types_1 = require("@sentry/types"); | ||
exports.SDK_VERSION = version_1.SDK_VERSION; | ||
var core_2 = require("@sentry/core"); | ||
var Handlers = require("./handlers"); | ||
exports.Handlers = Handlers; | ||
var Integrations = require("./integrations"); | ||
exports.Integrations = Integrations; | ||
var NodeIntegrations = require("./integrations"); | ||
var Transports = require("./transports"); | ||
exports.Transports = Transports; | ||
var INTEGRATIONS = __assign({}, core_2.Integrations, NodeIntegrations); | ||
exports.Integrations = INTEGRATIONS; | ||
//# sourceMappingURL=index.js.map |
export declare const SDK_NAME = "sentry.javascript.node"; | ||
export declare const SDK_VERSION = "4.0.0"; | ||
export declare const SDK_VERSION = "4.0.1"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SDK_NAME = 'sentry.javascript.node'; | ||
exports.SDK_VERSION = '4.0.0'; | ||
exports.SDK_VERSION = '4.0.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@sentry/node", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Offical Sentry SDK for Node.js", | ||
@@ -18,6 +18,6 @@ "repository": "git://github.com/getsentry/raven-js.git", | ||
"dependencies": { | ||
"@sentry/core": "4.0.0", | ||
"@sentry/hub": "4.0.0", | ||
"@sentry/core": "4.0.1", | ||
"@sentry/hub": "4.0.1", | ||
"@sentry/types": "4.0.0", | ||
"@sentry/utils": "4.0.0", | ||
"@sentry/utils": "4.0.1", | ||
"cookie": "0.3.1", | ||
@@ -24,0 +24,0 @@ "lsmod": "1.0.0", |
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
184741
2338
+ Added@sentry/core@4.0.1(transitive)
+ Added@sentry/hub@4.0.1(transitive)
+ Added@sentry/minimal@4.0.1(transitive)
+ Added@sentry/utils@4.0.1(transitive)
- Removed@sentry/core@4.0.0(transitive)
- Removed@sentry/hub@4.0.0(transitive)
- Removed@sentry/minimal@4.0.0(transitive)
- Removed@sentry/utils@4.0.0(transitive)
Updated@sentry/core@4.0.1
Updated@sentry/hub@4.0.1
Updated@sentry/utils@4.0.1