Socket
Socket
Sign inDemoInstall

@sentry/core

Package Overview
Dependencies
2
Maintainers
11
Versions
467
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.107.0 to 7.108.0

7

cjs/integrations/inboundfilters.js

@@ -9,3 +9,8 @@ Object.defineProperty(exports, '__esModule', { value: true });

// this is the result of a script being pulled in from an external domain and CORS.
const DEFAULT_IGNORE_ERRORS = [/^Script error\.?$/, /^Javascript error: Script error\.? on line 0$/];
const DEFAULT_IGNORE_ERRORS = [
/^Script error\.?$/,
/^Javascript error: Script error\.? on line 0$/,
/^ResizeObserver loop completed with undelivered notifications.$/,
/^Cannot redefine property: googletag$/,
];

@@ -12,0 +17,0 @@ const DEFAULT_IGNORE_TRANSACTIONS = [

2

cjs/version.js
Object.defineProperty(exports, '__esModule', { value: true });
const SDK_VERSION = '7.107.0';
const SDK_VERSION = '7.108.0';
exports.SDK_VERSION = SDK_VERSION;
//# sourceMappingURL=version.js.map

@@ -7,3 +7,8 @@ import { logger, getEventDescription, stringMatchesSomePattern } from '@sentry/utils';

// this is the result of a script being pulled in from an external domain and CORS.
const DEFAULT_IGNORE_ERRORS = [/^Script error\.?$/, /^Javascript error: Script error\.? on line 0$/];
const DEFAULT_IGNORE_ERRORS = [
/^Script error\.?$/,
/^Javascript error: Script error\.? on line 0$/,
/^ResizeObserver loop completed with undelivered notifications.$/,
/^Cannot redefine property: googletag$/,
];

@@ -10,0 +15,0 @@ const DEFAULT_IGNORE_TRANSACTIONS = [

@@ -1,4 +0,4 @@

const SDK_VERSION = '7.107.0';
const SDK_VERSION = '7.108.0';
export { SDK_VERSION };
//# sourceMappingURL=version.js.map
{
"name": "@sentry/core",
"version": "7.107.0",
"version": "7.108.0",
"description": "Base implementation for all Sentry JavaScript SDKs",

@@ -32,4 +32,4 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry/types": "7.107.0",
"@sentry/utils": "7.107.0"
"@sentry/types": "7.108.0",
"@sentry/utils": "7.108.0"
},

@@ -36,0 +36,0 @@ "madge": {

@@ -1,2 +0,2 @@

export declare const SDK_VERSION = "7.107.0";
export declare const SDK_VERSION = "7.108.0";
//# sourceMappingURL=version.d.ts.map

@@ -1,2 +0,2 @@

export declare const SDK_VERSION = "7.107.0";
export declare const SDK_VERSION = "7.108.0";
//# sourceMappingURL=version.d.ts.map

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc