@amplitude/session-replay-browser
Advanced tools
Comparing version 0.3.0 to 0.3.1
import { Logger as ILogger } from '@amplitude/analytics-types'; | ||
import { record } from 'rrweb'; | ||
import { record } from '@amplitude/rrweb'; | ||
import { AmplitudeSessionReplay, Events, IDBStore, SessionReplayConfig as ISessionReplayConfig, SessionReplayContext, SessionReplayOptions } from './typings/session-replay'; | ||
@@ -4,0 +4,0 @@ export declare class SessionReplay implements AmplitudeSessionReplay { |
@@ -7,4 +7,4 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
var analytics_types_1 = require("@amplitude/analytics-types"); | ||
var rrweb_1 = require("@amplitude/rrweb"); | ||
var IDBKeyVal = tslib_1.__importStar(require("idb-keyval")); | ||
var rrweb_1 = require("rrweb"); | ||
var config_1 = require("./config"); | ||
@@ -11,0 +11,0 @@ var constants_1 = require("./constants"); |
import { Logger as ILogger } from '@amplitude/analytics-types'; | ||
import { record } from 'rrweb'; | ||
import { record } from '@amplitude/rrweb'; | ||
import { AmplitudeSessionReplay, Events, IDBStore, SessionReplayConfig as ISessionReplayConfig, SessionReplayContext, SessionReplayOptions } from './typings/session-replay'; | ||
@@ -4,0 +4,0 @@ export declare class SessionReplay implements AmplitudeSessionReplay { |
@@ -5,7 +5,7 @@ import { __assign, __awaiter, __generator, __read } from "tslib"; | ||
import { ServerZone, Status } from '@amplitude/analytics-types'; | ||
import { pack, record } from '@amplitude/rrweb'; | ||
import * as IDBKeyVal from 'idb-keyval'; | ||
import { pack, record } from 'rrweb'; | ||
import { SessionReplayConfig } from './config'; | ||
import { BLOCK_CLASS, DEFAULT_SAMPLE_RATE, DEFAULT_SESSION_REPLAY_PROPERTY, MASK_TEXT_CLASS, MAX_EVENT_LIST_SIZE_IN_BYTES, MAX_IDB_STORAGE_LENGTH, MAX_INTERVAL, MIN_INTERVAL, SESSION_REPLAY_EU_URL as SESSION_REPLAY_EU_SERVER_URL, SESSION_REPLAY_SERVER_URL, STORAGE_PREFIX, defaultSessionStore, } from './constants'; | ||
import { isSessionInSample, maskInputFn, getCurrentUrl } from './helpers'; | ||
import { getCurrentUrl, isSessionInSample, maskInputFn } from './helpers'; | ||
import { MAX_RETRIES_EXCEEDED_MESSAGE, MISSING_API_KEY_MESSAGE, MISSING_DEVICE_ID_MESSAGE, STORAGE_FAILURE, UNEXPECTED_ERROR_MESSAGE, UNEXPECTED_NETWORK_ERROR_MESSAGE, getSuccessMessage, } from './messages'; | ||
@@ -12,0 +12,0 @@ import { RecordingStatus, } from './typings/session-replay'; |
import { Logger as ILogger } from '@amplitude/analytics-types'; | ||
import { record } from 'rrweb'; | ||
import { record } from '@amplitude/rrweb'; | ||
import { AmplitudeSessionReplay, Events, IDBStore, SessionReplayConfig as ISessionReplayConfig, SessionReplayContext, SessionReplayOptions } from './typings/session-replay'; | ||
@@ -4,0 +4,0 @@ export declare class SessionReplay implements AmplitudeSessionReplay { |
{ | ||
"name": "@amplitude/session-replay-browser", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "", | ||
@@ -44,4 +44,4 @@ "author": "Amplitude Inc", | ||
"@amplitude/analytics-types": ">=1 <3", | ||
"@amplitude/rrweb": "^2.0.0-alpha.12", | ||
"idb-keyval": "^6.2.1", | ||
"rrweb": "^2.0.0-alpha.11", | ||
"tslib": "^2.4.1" | ||
@@ -61,3 +61,3 @@ }, | ||
], | ||
"gitHead": "1a2d6a46bc6600036684fabf262292c04ba7f64b" | ||
"gitHead": "eb9f8181979aad12e5a1ba1f1afba0e04dc2bc01" | ||
} |
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
485795
2723
+ Added@amplitude/rrdom@2.0.0-alpha.26(transitive)
+ Added@amplitude/rrweb@2.0.0-alpha.26(transitive)
+ Added@amplitude/rrweb-snapshot@2.0.0-alpha.26(transitive)
+ Added@amplitude/rrweb-types@2.0.0-alpha.26(transitive)
+ Added@amplitude/rrweb-utils@2.0.0-alpha.26(transitive)
- Removedrrweb@^2.0.0-alpha.11
- Removed@rrweb/types@2.0.0-alpha.17(transitive)
- Removed@rrweb/utils@2.0.0-alpha.17(transitive)
- Removedrrdom@2.0.0-alpha.17(transitive)
- Removedrrweb@2.0.0-alpha.17(transitive)
- Removedrrweb-snapshot@2.0.0-alpha.17(transitive)