@airbrake/node
Advanced tools
Comparing version 1.4.2 to 2.0.0
@@ -1,2 +0,2 @@ | ||
import { BaseNotifier, INotice, IOptions } from '@airbrake/browser'; | ||
import { BaseNotifier, INotice, IOptions } from '../../browser'; | ||
import { Scope, ScopeManager } from './scope'; | ||
@@ -3,0 +3,0 @@ export declare class Notifier extends BaseNotifier { |
@@ -53,3 +53,4 @@ "use strict"; | ||
exports.Notifier = void 0; | ||
var browser_1 = require("@airbrake/browser"); | ||
// import { BaseNotifier, INotice, IOptions } from '@airbrake/browser'; | ||
var browser_1 = require("../../browser"); | ||
var node_1 = require("./filter/node"); | ||
@@ -64,3 +65,2 @@ var scope_1 = require("./scope"); | ||
} | ||
opt.performanceStats = opt.performanceStats !== false; | ||
_this = _super.call(this, opt) || this; | ||
@@ -67,0 +67,0 @@ _this.addFilter(node_1.nodeFilter); |
@@ -1,2 +0,2 @@ | ||
import { BaseNotifier, INotice, IOptions } from '@airbrake/browser'; | ||
import { BaseNotifier, INotice, IOptions } from '../../browser'; | ||
import { Scope, ScopeManager } from './scope'; | ||
@@ -3,0 +3,0 @@ export declare class Notifier extends BaseNotifier { |
@@ -50,3 +50,4 @@ var __extends = (this && this.__extends) || (function () { | ||
}; | ||
import { BaseNotifier } from '@airbrake/browser'; | ||
// import { BaseNotifier, INotice, IOptions } from '@airbrake/browser'; | ||
import { BaseNotifier } from '../../browser'; | ||
import { nodeFilter } from './filter/node'; | ||
@@ -61,3 +62,2 @@ import { Scope, ScopeManager } from './scope'; | ||
} | ||
opt.performanceStats = opt.performanceStats !== false; | ||
_this = _super.call(this, opt) || this; | ||
@@ -64,0 +64,0 @@ _this.addFilter(nodeFilter); |
{ | ||
"name": "@airbrake/node", | ||
"version": "1.4.2", | ||
"version": "2.0.0", | ||
"description": "Official Airbrake notifier for Node.js", | ||
@@ -20,3 +20,3 @@ "author": "Airbrake", | ||
"dependencies": { | ||
"@airbrake/browser": "^1.4.2", | ||
"@airbrake/browser": "^2.0.0", | ||
"cross-fetch": "^3.0.4", | ||
@@ -23,0 +23,0 @@ "error-stack-parser": "^2.0.4", |
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
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
105164
+ Added@airbrake/browser@2.1.8(transitive)
+ Added@types/request@2.48.8(transitive)
- Removed@airbrake/browser@1.4.2(transitive)
- Removed@types/request@2.48.5(transitive)
Updated@airbrake/browser@^2.0.0