@amplitude/session-replay-browser
Advanced tools
Comparing version 1.11.0 to 1.11.1
@@ -47,2 +47,3 @@ var _this = this; | ||
if (!this.remoteConfigFetch) { | ||
config.captureEnabled = false; | ||
return [2 /*return*/, config]; | ||
@@ -76,3 +77,3 @@ } | ||
this.localConfig.loggerProvider.warn(knownError.message); | ||
config.captureEnabled = true; | ||
config.captureEnabled = false; | ||
return [3 /*break*/, 6]; | ||
@@ -79,0 +80,0 @@ case 6: |
@@ -272,3 +272,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
if (!this.config.captureEnabled) { | ||
this.loggerProvider.log("Session ".concat(this.identifiers.sessionId, " not being captured due to capture being disabled for project.")); | ||
this.loggerProvider.log("Session ".concat(this.identifiers.sessionId, " not being captured due to capture being disabled for project or because the remote config could not be fetched.")); | ||
return false; | ||
@@ -275,0 +275,0 @@ } |
@@ -44,2 +44,3 @@ import { __assign, __awaiter, __generator, __read, __values } from "tslib"; | ||
if (!this.remoteConfigFetch) { | ||
config.captureEnabled = false; | ||
return [2 /*return*/, config]; | ||
@@ -73,3 +74,3 @@ } | ||
this.localConfig.loggerProvider.warn(knownError.message); | ||
config.captureEnabled = true; | ||
config.captureEnabled = false; | ||
return [3 /*break*/, 6]; | ||
@@ -76,0 +77,0 @@ case 6: |
@@ -270,3 +270,3 @@ import { __awaiter, __generator, __read, __spreadArray } from "tslib"; | ||
if (!this.config.captureEnabled) { | ||
this.loggerProvider.log("Session ".concat(this.identifiers.sessionId, " not being captured due to capture being disabled for project.")); | ||
this.loggerProvider.log("Session ".concat(this.identifiers.sessionId, " not being captured due to capture being disabled for project or because the remote config could not be fetched.")); | ||
return false; | ||
@@ -273,0 +273,0 @@ } |
{ | ||
"name": "@amplitude/session-replay-browser", | ||
"version": "1.11.0", | ||
"version": "1.11.1", | ||
"description": "", | ||
@@ -66,3 +66,3 @@ "author": "Amplitude Inc", | ||
], | ||
"gitHead": "85aa39f538a8127a162ed8efe34e20f0a5e00a03" | ||
"gitHead": "25e93059b952a89b450201683355aa3ebe1c6ffa" | ||
} |
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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1001384
7207