@amplitude/session-replay-browser
Advanced tools
Comparing version 1.9.2 to 1.9.3
@@ -6,3 +6,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
var rrweb_1 = require("@amplitude/rrweb"); | ||
var finder_1 = require("@medv/finder"); | ||
var finder_1 = require("../libs/finder"); | ||
var analytics_client_common_1 = require("@amplitude/analytics-client-common"); | ||
@@ -9,0 +9,0 @@ var HOUR_IN_MILLISECONDS = 3600000; |
@@ -10,6 +10,6 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
var events_manager_1 = require("./events/events-manager"); | ||
var multi_manager_1 = require("./events/multi-manager"); | ||
var helpers_1 = require("./helpers"); | ||
var click_1 = require("./hooks/click"); | ||
var identifiers_1 = require("./identifiers"); | ||
var click_1 = require("./hooks/click"); | ||
var multi_manager_1 = require("./events/multi-manager"); | ||
var SessionReplay = /** @class */ (function () { | ||
@@ -81,2 +81,4 @@ function SessionReplay() { | ||
this.loggerProvider = options.loggerProvider || new analytics_core_1.Logger(); | ||
Object.prototype.hasOwnProperty.call(options, 'logLevel') && | ||
this.loggerProvider.enable(options.logLevel); | ||
this.identifiers = new identifiers_1.SessionIdentifiers({ sessionId: options.sessionId, deviceId: options.deviceId }); | ||
@@ -83,0 +85,0 @@ _c = this; |
import { __assign } from "tslib"; | ||
import { MouseInteractions } from '@amplitude/rrweb-types'; | ||
import { record, utils } from '@amplitude/rrweb'; | ||
import { finder } from '@medv/finder'; | ||
import { finder } from '../libs/finder'; | ||
import { getGlobalScope } from '@amplitude/analytics-client-common'; | ||
@@ -6,0 +6,0 @@ var HOUR_IN_MILLISECONDS = 3600000; |
@@ -8,6 +8,6 @@ import { __awaiter, __generator, __read, __spreadArray } from "tslib"; | ||
import { createEventsManager } from './events/events-manager'; | ||
import { MultiEventManager } from './events/multi-manager'; | ||
import { generateHashCode, isSessionInSample, maskFn } from './helpers'; | ||
import { clickBatcher, clickHook } from './hooks/click'; | ||
import { SessionIdentifiers } from './identifiers'; | ||
import { clickBatcher, clickHook } from './hooks/click'; | ||
import { MultiEventManager } from './events/multi-manager'; | ||
var SessionReplay = /** @class */ (function () { | ||
@@ -79,2 +79,4 @@ function SessionReplay() { | ||
this.loggerProvider = options.loggerProvider || new Logger(); | ||
Object.prototype.hasOwnProperty.call(options, 'logLevel') && | ||
this.loggerProvider.enable(options.logLevel); | ||
this.identifiers = new SessionIdentifiers({ sessionId: options.sessionId, deviceId: options.deviceId }); | ||
@@ -81,0 +83,0 @@ _c = this; |
{ | ||
"name": "@amplitude/session-replay-browser", | ||
"version": "1.9.2", | ||
"version": "1.9.3", | ||
"description": "", | ||
@@ -20,7 +20,6 @@ "author": "Amplitude Inc", | ||
"scripts": { | ||
"build": "yarn build:fix-finder && yarn bundle && yarn build:es5 && yarn build:esm", | ||
"build": "yarn bundle && yarn build:es5 && yarn build:esm", | ||
"bundle": "rollup --config rollup.config.js", | ||
"build:es5": "tsc -p ./tsconfig.es5.json", | ||
"build:esm": "tsc -p ./tsconfig.esm.json", | ||
"build:fix-finder": "rimraf ../../node_modules/@medv/finder/finder.ts # This is required until the package is fixed upstream", | ||
"clean": "rimraf node_modules lib coverage", | ||
@@ -48,3 +47,2 @@ "fix": "yarn fix:eslint & yarn fix:prettier", | ||
"@amplitude/rrweb": "^2.0.0-alpha.14", | ||
"@medv/finder": "^3.2.0", | ||
"idb": "^8.0.0", | ||
@@ -70,3 +68,3 @@ "tslib": "^2.4.1" | ||
], | ||
"gitHead": "ebaa74d28661efea69405f7610b9761effed4fb2" | ||
"gitHead": "5a081fea57b1592be66cfd6e4650be554e866ca9" | ||
} |
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
930417
7
197
6549
- Removed@medv/finder@^3.2.0
- Removed@medv/finder@3.2.0(transitive)