Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sentry/integrations

Package Overview
Dependencies
Maintainers
13
Versions
390
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/integrations - npm Package Compare versions

Comparing version 5.21.0 to 5.21.1

1

dist/angular.js
Object.defineProperty(exports, "__esModule", { value: true });
exports.Angular = void 0;
var tslib_1 = require("tslib");

@@ -3,0 +4,0 @@ var utils_1 = require("@sentry/utils");

Object.defineProperty(exports, "__esModule", { value: true });
exports.CaptureConsole = void 0;
var types_1 = require("@sentry/types");

@@ -3,0 +4,0 @@ var utils_1 = require("@sentry/utils");

Object.defineProperty(exports, "__esModule", { value: true });
exports.Debug = void 0;
var tslib_1 = require("tslib");

@@ -3,0 +4,0 @@ var utils_1 = require("@sentry/utils");

Object.defineProperty(exports, "__esModule", { value: true });
exports.Dedupe = void 0;
/** Deduplication filter */

@@ -3,0 +4,0 @@ var Dedupe = /** @class */ (function () {

Object.defineProperty(exports, "__esModule", { value: true });
exports.Ember = void 0;
var utils_1 = require("@sentry/utils");

@@ -3,0 +4,0 @@ /** JSDoc */

Object.defineProperty(exports, "__esModule", { value: true });
exports.ExtraErrorData = void 0;
var tslib_1 = require("tslib");

@@ -3,0 +4,0 @@ var utils_1 = require("@sentry/utils");

22

dist/index.js
Object.defineProperty(exports, "__esModule", { value: true });
var angular_1 = require("./angular");
exports.Angular = angular_1.Angular;
Object.defineProperty(exports, "Angular", { enumerable: true, get: function () { return angular_1.Angular; } });
var captureconsole_1 = require("./captureconsole");
exports.CaptureConsole = captureconsole_1.CaptureConsole;
Object.defineProperty(exports, "CaptureConsole", { enumerable: true, get: function () { return captureconsole_1.CaptureConsole; } });
var debug_1 = require("./debug");
exports.Debug = debug_1.Debug;
Object.defineProperty(exports, "Debug", { enumerable: true, get: function () { return debug_1.Debug; } });
var dedupe_1 = require("./dedupe");
exports.Dedupe = dedupe_1.Dedupe;
Object.defineProperty(exports, "Dedupe", { enumerable: true, get: function () { return dedupe_1.Dedupe; } });
var ember_1 = require("./ember");
exports.Ember = ember_1.Ember;
Object.defineProperty(exports, "Ember", { enumerable: true, get: function () { return ember_1.Ember; } });
var extraerrordata_1 = require("./extraerrordata");
exports.ExtraErrorData = extraerrordata_1.ExtraErrorData;
Object.defineProperty(exports, "ExtraErrorData", { enumerable: true, get: function () { return extraerrordata_1.ExtraErrorData; } });
var reportingobserver_1 = require("./reportingobserver");
exports.ReportingObserver = reportingobserver_1.ReportingObserver;
Object.defineProperty(exports, "ReportingObserver", { enumerable: true, get: function () { return reportingobserver_1.ReportingObserver; } });
var rewriteframes_1 = require("./rewriteframes");
exports.RewriteFrames = rewriteframes_1.RewriteFrames;
Object.defineProperty(exports, "RewriteFrames", { enumerable: true, get: function () { return rewriteframes_1.RewriteFrames; } });
var sessiontiming_1 = require("./sessiontiming");
exports.SessionTiming = sessiontiming_1.SessionTiming;
Object.defineProperty(exports, "SessionTiming", { enumerable: true, get: function () { return sessiontiming_1.SessionTiming; } });
var transaction_1 = require("./transaction");
exports.Transaction = transaction_1.Transaction;
Object.defineProperty(exports, "Transaction", { enumerable: true, get: function () { return transaction_1.Transaction; } });
var vue_1 = require("./vue");
exports.Vue = vue_1.Vue;
Object.defineProperty(exports, "Vue", { enumerable: true, get: function () { return vue_1.Vue; } });
//# sourceMappingURL=index.js.map
Object.defineProperty(exports, "__esModule", { value: true });
exports.ReportingObserver = void 0;
var tslib_1 = require("tslib");

@@ -3,0 +4,0 @@ var utils_1 = require("@sentry/utils");

Object.defineProperty(exports, "__esModule", { value: true });
exports.RewriteFrames = void 0;
var tslib_1 = require("tslib");

@@ -3,0 +4,0 @@ var utils_1 = require("@sentry/utils");

Object.defineProperty(exports, "__esModule", { value: true });
exports.SessionTiming = void 0;
var tslib_1 = require("tslib");

@@ -3,0 +4,0 @@ /** This function adds duration since Sentry was initialized till the time event was sent */

Object.defineProperty(exports, "__esModule", { value: true });
exports.Transaction = void 0;
/** Add node transaction to the event */

@@ -3,0 +4,0 @@ var Transaction = /** @class */ (function () {

Object.defineProperty(exports, "__esModule", { value: true });
exports.getActiveTransaction = exports.Vue = void 0;
var tslib_1 = require("tslib");

@@ -3,0 +4,0 @@ var utils_1 = require("@sentry/utils");

{
"name": "@sentry/integrations",
"version": "5.21.0",
"version": "5.21.1",
"description": "Pluggable integrations that can be used to enhance JS SDKs",

@@ -19,8 +19,8 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry/types": "5.21.0",
"@sentry/utils": "5.21.0",
"@sentry/types": "5.21.1",
"@sentry/utils": "5.21.1",
"tslib": "^1.9.3"
},
"devDependencies": {
"@sentry-internal/eslint-config-sdk": "5.21.0",
"@sentry-internal/eslint-config-sdk": "5.21.1",
"chai": "^4.1.2",

@@ -37,3 +37,3 @@ "eslint": "7.6.0",

"rollup-plugin-typescript2": "^0.21.0",
"typescript": "3.6.5"
"typescript": "3.9.7"
},

@@ -40,0 +40,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

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

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

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc