@sentry/react
Advanced tools
Comparing version 6.14.0 to 6.14.1
@@ -108,5 +108,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
function withErrorBoundary(WrappedComponent, errorBoundaryOptions) { | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access | ||
var componentDisplayName = WrappedComponent.displayName || WrappedComponent.name || exports.UNKNOWN_COMPONENT; | ||
var Wrapped = function (props) { return (React.createElement(ErrorBoundary, tslib_1.__assign({}, errorBoundaryOptions), | ||
React.createElement(WrappedComponent, tslib_1.__assign({}, props)))); }; | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access | ||
Wrapped.displayName = "errorBoundary(" + componentDisplayName + ")"; | ||
@@ -113,0 +115,0 @@ // Copy over static methods from Wrapped component to Profiler HOC |
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var tslib_1 = require("tslib"); | ||
/* eslint-disable @typescript-eslint/no-unsafe-member-access */ | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
@@ -4,0 +5,0 @@ var browser_1 = require("@sentry/browser"); |
@@ -98,3 +98,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
} | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
/* eslint-disable @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-member-access */ | ||
function withSentryRouting(Route) { | ||
@@ -119,3 +119,3 @@ var componentDisplayName = Route.displayName || Route.name; | ||
exports.withSentryRouting = withSentryRouting; | ||
/* eslint-enable @typescript-eslint/no-explicit-any */ | ||
/* eslint-enable @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-member-access */ | ||
//# sourceMappingURL=reactrouter.js.map |
@@ -106,5 +106,7 @@ import { __assign, __extends } from "tslib"; | ||
function withErrorBoundary(WrappedComponent, errorBoundaryOptions) { | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access | ||
var componentDisplayName = WrappedComponent.displayName || WrappedComponent.name || UNKNOWN_COMPONENT; | ||
var Wrapped = function (props) { return (React.createElement(ErrorBoundary, __assign({}, errorBoundaryOptions), | ||
React.createElement(WrappedComponent, __assign({}, props)))); }; | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access | ||
Wrapped.displayName = "errorBoundary(" + componentDisplayName + ")"; | ||
@@ -111,0 +113,0 @@ // Copy over static methods from Wrapped component to Profiler HOC |
import { __assign, __extends, __read } from "tslib"; | ||
/* eslint-disable @typescript-eslint/no-unsafe-member-access */ | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
@@ -3,0 +4,0 @@ import { getCurrentHub } from '@sentry/browser'; |
@@ -95,3 +95,3 @@ import { __assign } from "tslib"; | ||
} | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
/* eslint-disable @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-member-access */ | ||
export function withSentryRouting(Route) { | ||
@@ -115,3 +115,3 @@ var componentDisplayName = Route.displayName || Route.name; | ||
} | ||
/* eslint-enable @typescript-eslint/no-explicit-any */ | ||
/* eslint-enable @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-member-access */ | ||
//# sourceMappingURL=reactrouter.js.map |
{ | ||
"name": "@sentry/react", | ||
"version": "6.14.0", | ||
"version": "6.14.1", | ||
"description": "Official Sentry SDK for React.js", | ||
@@ -19,6 +19,6 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/browser": "6.14.0", | ||
"@sentry/minimal": "6.14.0", | ||
"@sentry/types": "6.14.0", | ||
"@sentry/utils": "6.14.0", | ||
"@sentry/browser": "6.14.1", | ||
"@sentry/minimal": "6.14.1", | ||
"@sentry/types": "6.14.1", | ||
"@sentry/utils": "6.14.1", | ||
"hoist-non-react-statics": "^3.3.2", | ||
@@ -31,3 +31,3 @@ "tslib": "^1.9.3" | ||
"devDependencies": { | ||
"@sentry-internal/eslint-config-sdk": "6.14.0", | ||
"@sentry-internal/eslint-config-sdk": "6.14.1", | ||
"@testing-library/react": "^11.2.6", | ||
@@ -34,0 +34,0 @@ "@testing-library/react-hooks": "^5.1.1", |
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
195328
1747
+ Added@sentry/browser@6.14.1(transitive)
+ Added@sentry/core@6.14.1(transitive)
+ Added@sentry/hub@6.14.1(transitive)
+ Added@sentry/minimal@6.14.1(transitive)
+ Added@sentry/types@6.14.1(transitive)
+ Added@sentry/utils@6.14.1(transitive)
- Removed@sentry/browser@6.14.0(transitive)
- Removed@sentry/core@6.14.0(transitive)
- Removed@sentry/hub@6.14.0(transitive)
- Removed@sentry/minimal@6.14.0(transitive)
- Removed@sentry/types@6.14.0(transitive)
- Removed@sentry/utils@6.14.0(transitive)
Updated@sentry/browser@6.14.1
Updated@sentry/minimal@6.14.1
Updated@sentry/types@6.14.1
Updated@sentry/utils@6.14.1