@sentry/angular
Advanced tools
Comparing version 5.21.0 to 5.21.1
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createErrorHandler = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -3,0 +4,0 @@ var http_1 = require("@angular/common/http"); |
@@ -5,10 +5,10 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
var errorhandler_1 = require("./errorhandler"); | ||
exports.createErrorHandler = errorhandler_1.createErrorHandler; | ||
Object.defineProperty(exports, "createErrorHandler", { enumerable: true, get: function () { return errorhandler_1.createErrorHandler; } }); | ||
var tracing_1 = require("./tracing"); | ||
exports.getActiveTransaction = tracing_1.getActiveTransaction; | ||
exports.routingInstrumentation = tracing_1.routingInstrumentation; | ||
exports.TraceClassDecorator = tracing_1.TraceClassDecorator; | ||
exports.TraceMethodDecorator = tracing_1.TraceMethodDecorator; | ||
exports.TraceDirective = tracing_1.TraceDirective; | ||
exports.TraceService = tracing_1.TraceService; | ||
Object.defineProperty(exports, "getActiveTransaction", { enumerable: true, get: function () { return tracing_1.getActiveTransaction; } }); | ||
Object.defineProperty(exports, "routingInstrumentation", { enumerable: true, get: function () { return tracing_1.routingInstrumentation; } }); | ||
Object.defineProperty(exports, "TraceClassDecorator", { enumerable: true, get: function () { return tracing_1.TraceClassDecorator; } }); | ||
Object.defineProperty(exports, "TraceMethodDecorator", { enumerable: true, get: function () { return tracing_1.TraceMethodDecorator; } }); | ||
Object.defineProperty(exports, "TraceDirective", { enumerable: true, get: function () { return tracing_1.TraceDirective; } }); | ||
Object.defineProperty(exports, "TraceService", { enumerable: true, get: function () { return tracing_1.TraceService; } }); | ||
//# sourceMappingURL=index.js.map |
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TraceMethodDecorator = exports.TraceClassDecorator = exports.TraceDirective = exports.TraceService = exports.getActiveTransaction = exports.routingInstrumentation = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -3,0 +4,0 @@ var core_1 = require("@angular/core"); |
{ | ||
"name": "@sentry/angular", | ||
"version": "5.21.0", | ||
"version": "5.21.1", | ||
"description": "Offical Sentry SDK for Angular", | ||
@@ -29,3 +29,3 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"devDependencies": { | ||
"@sentry-internal/eslint-config-sdk": "5.21.0", | ||
"@sentry-internal/eslint-config-sdk": "5.21.1", | ||
"eslint": "7.6.0", | ||
@@ -35,3 +35,3 @@ "npm-run-all": "^4.1.2", | ||
"rimraf": "^2.6.3", | ||
"typescript": "3.6.5" | ||
"typescript": "3.9.7" | ||
}, | ||
@@ -38,0 +38,0 @@ "scripts": { |
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
85572
791