@sentry/angular
Advanced tools
Comparing version 5.30.0 to 6.0.0
@@ -12,13 +12,2 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
this._options = tslib_1.__assign({ logErrors: true }, options); | ||
Sentry.configureScope(function (scope) { | ||
scope.addEventProcessor(function (event) { | ||
event.sdk = tslib_1.__assign(tslib_1.__assign({}, event.sdk), { name: 'sentry.javascript.angular', packages: tslib_1.__spread(((event.sdk && event.sdk.packages) || []), [ | ||
{ | ||
name: 'npm:@sentry/angular', | ||
version: Sentry.SDK_VERSION, | ||
}, | ||
]), version: Sentry.SDK_VERSION }); | ||
return event; | ||
}); | ||
}); | ||
} | ||
@@ -25,0 +14,0 @@ /** |
export * from '@sentry/browser'; | ||
export { init } from './sdk'; | ||
export { createErrorHandler, ErrorHandlerOptions } from './errorhandler'; | ||
export { getActiveTransaction, routingInstrumentation, TraceClassDecorator, TraceMethodDecorator, TraceDirective, TraceService, } from './tracing'; | ||
//# sourceMappingURL=index.d.ts.map |
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var tslib_1 = require("tslib"); | ||
tslib_1.__exportStar(require("@sentry/browser"), exports); | ||
var sdk_1 = require("./sdk"); | ||
exports.init = sdk_1.init; | ||
var errorhandler_1 = require("./errorhandler"); | ||
@@ -5,0 +7,0 @@ exports.createErrorHandler = errorhandler_1.createErrorHandler; |
@@ -1,2 +0,2 @@ | ||
import { __assign, __decorate, __read, __spread } from "tslib"; | ||
import { __assign, __decorate } from "tslib"; | ||
import { HttpErrorResponse } from '@angular/common/http'; | ||
@@ -11,13 +11,2 @@ import { Injectable } from '@angular/core'; | ||
this._options = __assign({ logErrors: true }, options); | ||
Sentry.configureScope(function (scope) { | ||
scope.addEventProcessor(function (event) { | ||
event.sdk = __assign(__assign({}, event.sdk), { name: 'sentry.javascript.angular', packages: __spread(((event.sdk && event.sdk.packages) || []), [ | ||
{ | ||
name: 'npm:@sentry/angular', | ||
version: Sentry.SDK_VERSION, | ||
}, | ||
]), version: Sentry.SDK_VERSION }); | ||
return event; | ||
}); | ||
}); | ||
} | ||
@@ -24,0 +13,0 @@ /** |
export * from '@sentry/browser'; | ||
export { init } from './sdk'; | ||
export { createErrorHandler, ErrorHandlerOptions } from './errorhandler'; | ||
export { getActiveTransaction, routingInstrumentation, TraceClassDecorator, TraceMethodDecorator, TraceDirective, TraceService, } from './tracing'; | ||
//# sourceMappingURL=index.d.ts.map |
export * from '@sentry/browser'; | ||
export { init } from './sdk'; | ||
export { createErrorHandler } from './errorhandler'; | ||
export { getActiveTransaction, routingInstrumentation, TraceClassDecorator, TraceMethodDecorator, TraceDirective, TraceService, } from './tracing'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@sentry/angular", | ||
"version": "5.30.0", | ||
"version": "6.0.0", | ||
"description": "Offical Sentry SDK for Angular", | ||
@@ -24,5 +24,5 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/browser": "5.30.0", | ||
"@sentry/types": "5.30.0", | ||
"@sentry/utils": "5.30.0", | ||
"@sentry/browser": "6.0.0", | ||
"@sentry/types": "6.0.0", | ||
"@sentry/utils": "6.0.0", | ||
"rxjs": "^6.6.0", | ||
@@ -35,3 +35,3 @@ "tslib": "^1.9.3" | ||
"@angular/router": "^10.0.3", | ||
"@sentry-internal/eslint-config-sdk": "5.30.0", | ||
"@sentry-internal/eslint-config-sdk": "6.0.0", | ||
"eslint": "7.6.0", | ||
@@ -38,0 +38,0 @@ "npm-run-all": "^4.1.2", |
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
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
86744
35
822
+ Added@sentry/browser@6.0.0(transitive)
+ Added@sentry/core@6.0.0(transitive)
+ Added@sentry/hub@6.0.0(transitive)
+ Added@sentry/minimal@6.0.0(transitive)
+ Added@sentry/types@6.0.0(transitive)
+ Added@sentry/utils@6.0.0(transitive)
- Removed@sentry/browser@5.30.0(transitive)
- Removed@sentry/core@5.30.0(transitive)
- Removed@sentry/hub@5.30.0(transitive)
- Removed@sentry/minimal@5.30.0(transitive)
- Removed@sentry/types@5.30.0(transitive)
- Removed@sentry/utils@5.30.0(transitive)
Updated@sentry/browser@6.0.0
Updated@sentry/types@6.0.0
Updated@sentry/utils@6.0.0