@sentry/react
Advanced tools
Comparing version 5.21.0 to 5.21.1
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.withErrorBoundary = exports.ErrorBoundary = exports.UNKNOWN_COMPONENT = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -3,0 +4,0 @@ var browser_1 = require("@sentry/browser"); |
@@ -24,17 +24,17 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
var profiler_1 = require("./profiler"); | ||
exports.Profiler = profiler_1.Profiler; | ||
exports.withProfiler = profiler_1.withProfiler; | ||
exports.useProfiler = profiler_1.useProfiler; | ||
Object.defineProperty(exports, "Profiler", { enumerable: true, get: function () { return profiler_1.Profiler; } }); | ||
Object.defineProperty(exports, "withProfiler", { enumerable: true, get: function () { return profiler_1.withProfiler; } }); | ||
Object.defineProperty(exports, "useProfiler", { enumerable: true, get: function () { return profiler_1.useProfiler; } }); | ||
var errorboundary_1 = require("./errorboundary"); | ||
exports.ErrorBoundary = errorboundary_1.ErrorBoundary; | ||
exports.withErrorBoundary = errorboundary_1.withErrorBoundary; | ||
Object.defineProperty(exports, "ErrorBoundary", { enumerable: true, get: function () { return errorboundary_1.ErrorBoundary; } }); | ||
Object.defineProperty(exports, "withErrorBoundary", { enumerable: true, get: function () { return errorboundary_1.withErrorBoundary; } }); | ||
var redux_1 = require("./redux"); | ||
exports.createReduxEnhancer = redux_1.createReduxEnhancer; | ||
Object.defineProperty(exports, "createReduxEnhancer", { enumerable: true, get: function () { return redux_1.createReduxEnhancer; } }); | ||
var reactrouterv3_1 = require("./reactrouterv3"); | ||
exports.reactRouterV3Instrumentation = reactrouterv3_1.reactRouterV3Instrumentation; | ||
Object.defineProperty(exports, "reactRouterV3Instrumentation", { enumerable: true, get: function () { return reactrouterv3_1.reactRouterV3Instrumentation; } }); | ||
var reactrouter_1 = require("./reactrouter"); | ||
exports.reactRouterV4Instrumentation = reactrouter_1.reactRouterV4Instrumentation; | ||
exports.reactRouterV5Instrumentation = reactrouter_1.reactRouterV5Instrumentation; | ||
exports.withSentryRouting = reactrouter_1.withSentryRouting; | ||
Object.defineProperty(exports, "reactRouterV4Instrumentation", { enumerable: true, get: function () { return reactrouter_1.reactRouterV4Instrumentation; } }); | ||
Object.defineProperty(exports, "reactRouterV5Instrumentation", { enumerable: true, get: function () { return reactrouter_1.reactRouterV5Instrumentation; } }); | ||
Object.defineProperty(exports, "withSentryRouting", { enumerable: true, get: function () { return reactrouter_1.withSentryRouting; } }); | ||
createReactEventProcessor(); | ||
//# sourceMappingURL=index.js.map |
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getActiveTransaction = exports.useProfiler = exports.Profiler = exports.withProfiler = exports.UNKNOWN_COMPONENT = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -3,0 +4,0 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ |
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.withSentryRouting = exports.reactRouterV5Instrumentation = exports.reactRouterV4Instrumentation = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -3,0 +4,0 @@ var utils_1 = require("@sentry/utils"); |
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.reactRouterV3Instrumentation = void 0; | ||
var utils_1 = require("@sentry/utils"); | ||
@@ -3,0 +4,0 @@ var global = utils_1.getGlobalObject(); |
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createReduxEnhancer = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -41,2 +42,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
/* Allow user to configure scope with latest state */ | ||
// eslint-disable-next-line @typescript-eslint/unbound-method | ||
var configureScopeWithState = options.configureScopeWithState; | ||
@@ -43,0 +45,0 @@ if (typeof configureScopeWithState === 'function') { |
@@ -40,2 +40,3 @@ import { __assign } from "tslib"; | ||
/* Allow user to configure scope with latest state */ | ||
// eslint-disable-next-line @typescript-eslint/unbound-method | ||
var configureScopeWithState = options.configureScopeWithState; | ||
@@ -42,0 +43,0 @@ if (typeof configureScopeWithState === 'function') { |
{ | ||
"name": "@sentry/react", | ||
"version": "5.21.0", | ||
"version": "5.21.1", | ||
"description": "Offical Sentry SDK for React.js", | ||
@@ -19,6 +19,6 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/browser": "5.21.0", | ||
"@sentry/minimal": "5.21.0", | ||
"@sentry/types": "5.21.0", | ||
"@sentry/utils": "5.21.0", | ||
"@sentry/browser": "5.21.1", | ||
"@sentry/minimal": "5.21.1", | ||
"@sentry/types": "5.21.1", | ||
"@sentry/utils": "5.21.1", | ||
"hoist-non-react-statics": "^3.3.2", | ||
@@ -32,3 +32,3 @@ "tslib": "^1.9.3" | ||
"devDependencies": { | ||
"@sentry-internal/eslint-config-sdk": "5.21.0", | ||
"@sentry-internal/eslint-config-sdk": "5.21.1", | ||
"@testing-library/react": "^10.0.6", | ||
@@ -60,3 +60,3 @@ "@testing-library/react-hooks": "^3.3.0", | ||
"rimraf": "^2.6.3", | ||
"typescript": "3.6.5" | ||
"typescript": "3.9.7" | ||
}, | ||
@@ -63,0 +63,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
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
191044
1682
+ Added@sentry/browser@5.21.1(transitive)
+ Added@sentry/core@5.21.1(transitive)
+ Added@sentry/hub@5.21.1(transitive)
+ Added@sentry/minimal@5.21.1(transitive)
+ Added@sentry/types@5.21.1(transitive)
+ Added@sentry/utils@5.21.1(transitive)
- Removed@sentry/browser@5.21.0(transitive)
- Removed@sentry/core@5.21.0(transitive)
- Removed@sentry/hub@5.21.0(transitive)
- Removed@sentry/minimal@5.21.0(transitive)
- Removed@sentry/types@5.21.0(transitive)
- Removed@sentry/utils@5.21.0(transitive)
Updated@sentry/browser@5.21.1
Updated@sentry/minimal@5.21.1
Updated@sentry/types@5.21.1
Updated@sentry/utils@5.21.1