@amplitude/session-replay-browser
Advanced tools
Comparing version 1.9.3 to 1.9.4
export declare const init: (apiKey: string, options: import("./typings/session-replay").SessionReplayOptions) => import("@amplitude/analytics-types").AmplitudeReturn<void>, setSessionId: (sessionId: number, deviceId?: string | undefined) => import("@amplitude/analytics-types").AmplitudeReturn<void>, getSessionId: () => number | undefined, getSessionReplayProperties: () => { | ||
[key: string]: string | boolean | null; | ||
}, flush: (useRetry: boolean) => Promise<void>, shutdown: () => void; | ||
export { SessionReplayOptions } from './typings/session-replay'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -231,3 +231,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
if (!this.identifiers || !this.config || !this.identifiers.sessionId) { | ||
this.loggerProvider.error("Session is not being recorded due to lack of config, please call sessionReplay.init."); | ||
this.loggerProvider.warn("Session is not being recorded due to lack of config, please call sessionReplay.init."); | ||
return false; | ||
@@ -234,0 +234,0 @@ } |
export declare const init: (apiKey: string, options: import("./typings/session-replay").SessionReplayOptions) => import("@amplitude/analytics-types").AmplitudeReturn<void>, setSessionId: (sessionId: number, deviceId?: string | undefined) => import("@amplitude/analytics-types").AmplitudeReturn<void>, getSessionId: () => number | undefined, getSessionReplayProperties: () => { | ||
[key: string]: string | boolean | null; | ||
}, flush: (useRetry: boolean) => Promise<void>, shutdown: () => void; | ||
export { SessionReplayOptions } from './typings/session-replay'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -229,3 +229,3 @@ import { __awaiter, __generator, __read, __spreadArray } from "tslib"; | ||
if (!this.identifiers || !this.config || !this.identifiers.sessionId) { | ||
this.loggerProvider.error("Session is not being recorded due to lack of config, please call sessionReplay.init."); | ||
this.loggerProvider.warn("Session is not being recorded due to lack of config, please call sessionReplay.init."); | ||
return false; | ||
@@ -232,0 +232,0 @@ } |
export declare const init: (apiKey: string, options: import("./typings/session-replay").SessionReplayOptions) => import("@amplitude/analytics-types").AmplitudeReturn<void>, setSessionId: (sessionId: number, deviceId?: string | undefined) => import("@amplitude/analytics-types").AmplitudeReturn<void>, getSessionId: () => number | undefined, getSessionReplayProperties: () => { | ||
[key: string]: string | boolean | null; | ||
}, flush: (useRetry: boolean) => Promise<void>, shutdown: () => void; | ||
export { SessionReplayOptions } from './typings/session-replay'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@amplitude/session-replay-browser", | ||
"version": "1.9.3", | ||
"version": "1.9.4", | ||
"description": "", | ||
@@ -43,3 +43,3 @@ "author": "Amplitude Inc", | ||
"@amplitude/analytics-core": ">=1 <3", | ||
"@amplitude/analytics-remote-config": "^0.3.0", | ||
"@amplitude/analytics-remote-config": "^0.3.1", | ||
"@amplitude/analytics-types": ">=1 <3", | ||
@@ -67,3 +67,3 @@ "@amplitude/rrweb": "^2.0.0-alpha.14", | ||
], | ||
"gitHead": "5a081fea57b1592be66cfd6e4650be554e866ca9" | ||
"gitHead": "7b525f83f34f0a03e92795492bc0a08182e4359e" | ||
} |
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
931928
6555
+ Addednanoid@3.3.8(transitive)
- Removednanoid@3.3.7(transitive)