@openreplay/tracker 8.1.2 → 8.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/app/index.js +2 -2
- package/cjs/index.js +1 -1
- package/lib/app/index.js +2 -2
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/coverage/clover.xml +0 -2973
- package/coverage/coverage-final.json +0 -44
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -87
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +0 -191
- package/coverage/lcov-report/main/app/guards.ts.html +0 -229
- package/coverage/lcov-report/main/app/index.html +0 -206
- package/coverage/lcov-report/main/app/index.ts.html +0 -2149
- package/coverage/lcov-report/main/app/logger.ts.html +0 -277
- package/coverage/lcov-report/main/app/messages.gen.ts.html +0 -2752
- package/coverage/lcov-report/main/app/observer/iframe_observer.ts.html +0 -148
- package/coverage/lcov-report/main/app/observer/iframe_offsets.ts.html +0 -289
- package/coverage/lcov-report/main/app/observer/index.html +0 -161
- package/coverage/lcov-report/main/app/observer/shadow_root_observer.ts.html +0 -142
- package/coverage/lcov-report/main/app/observer/top_observer.ts.html +0 -535
- package/coverage/lcov-report/main/app/sanitizer.ts.html +0 -394
- package/coverage/lcov-report/main/app/session.ts.html +0 -601
- package/coverage/lcov-report/main/app/ticker.ts.html +0 -250
- package/coverage/lcov-report/main/index.html +0 -131
- package/coverage/lcov-report/main/index.ts.html +0 -1144
- package/coverage/lcov-report/main/modules/Network/fetchProxy.ts.html +0 -949
- package/coverage/lcov-report/main/modules/Network/index.html +0 -176
- package/coverage/lcov-report/main/modules/Network/index.ts.html +0 -169
- package/coverage/lcov-report/main/modules/Network/networkMessage.ts.html +0 -382
- package/coverage/lcov-report/main/modules/Network/utils.ts.html +0 -700
- package/coverage/lcov-report/main/modules/Network/xhrProxy.ts.html +0 -823
- package/coverage/lcov-report/main/modules/attributeSender.ts.html +0 -217
- package/coverage/lcov-report/main/modules/axiosSpy.ts.html +0 -700
- package/coverage/lcov-report/main/modules/connection.ts.html +0 -160
- package/coverage/lcov-report/main/modules/console.ts.html +0 -535
- package/coverage/lcov-report/main/modules/constructedStyleSheets.ts.html +0 -559
- package/coverage/lcov-report/main/modules/cssrules.ts.html +0 -418
- package/coverage/lcov-report/main/modules/exception.ts.html +0 -385
- package/coverage/lcov-report/main/modules/featureFlags.ts.html +0 -415
- package/coverage/lcov-report/main/modules/focus.ts.html +0 -220
- package/coverage/lcov-report/main/modules/fonts.ts.html +0 -289
- package/coverage/lcov-report/main/modules/img.ts.html +0 -433
- package/coverage/lcov-report/main/modules/index.html +0 -401
- package/coverage/lcov-report/main/modules/input.ts.html +0 -811
- package/coverage/lcov-report/main/modules/mouse.ts.html +0 -826
- package/coverage/lcov-report/main/modules/network.ts.html +0 -1129
- package/coverage/lcov-report/main/modules/performance.ts.html +0 -367
- package/coverage/lcov-report/main/modules/scroll.ts.html +0 -364
- package/coverage/lcov-report/main/modules/selection.ts.html +0 -202
- package/coverage/lcov-report/main/modules/tabs.ts.html +0 -124
- package/coverage/lcov-report/main/modules/timing.ts.html +0 -841
- package/coverage/lcov-report/main/modules/viewport.ts.html +0 -250
- package/coverage/lcov-report/main/utils.ts.html +0 -406
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -196
- package/coverage/lcov-report/webworker/BatchWriter.ts.html +0 -481
- package/coverage/lcov-report/webworker/MessageEncoder.gen.ts.html +0 -949
- package/coverage/lcov-report/webworker/PrimitiveEncoder.ts.html +0 -436
- package/coverage/lcov-report/webworker/QueueSender.ts.html +0 -505
- package/coverage/lcov-report/webworker/index.html +0 -176
- package/coverage/lcov-report/webworker/index.ts.html +0 -616
- package/coverage/lcov.info +0 -5854
package/cjs/app/index.js
CHANGED
|
@@ -35,7 +35,7 @@ class App {
|
|
|
35
35
|
this.stopCallbacks = [];
|
|
36
36
|
this.commitCallbacks = [];
|
|
37
37
|
this.activityState = ActivityState.NotActive;
|
|
38
|
-
this.version = '8.1.
|
|
38
|
+
this.version = '8.1.3'; // TODO: version compatability check inside each plugin.
|
|
39
39
|
this.compressionThreshold = 24 * 1000;
|
|
40
40
|
this.restartAttempts = 0;
|
|
41
41
|
this.bc = null;
|
|
@@ -300,7 +300,7 @@ class App {
|
|
|
300
300
|
}
|
|
301
301
|
const ingest = this.options.ingestPoint;
|
|
302
302
|
const isSaas = /api\.openreplay\.com/.test(ingest);
|
|
303
|
-
const projectPath = isSaas ? 'https://openreplay.com/ingest' : ingest;
|
|
303
|
+
const projectPath = isSaas ? 'https://app.openreplay.com/ingest' : ingest;
|
|
304
304
|
const url = projectPath.replace(/ingest$/, `${projectID}/session/${sessionID}`);
|
|
305
305
|
if (options === null || options === void 0 ? void 0 : options.withCurrentTime) {
|
|
306
306
|
const jumpTo = (0, utils_js_1.now)() - timestamp;
|
package/cjs/index.js
CHANGED
|
@@ -151,7 +151,7 @@ class API {
|
|
|
151
151
|
// no-cors issue only with text/plain or not-set Content-Type
|
|
152
152
|
// req.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
|
|
153
153
|
req.send(JSON.stringify({
|
|
154
|
-
trackerVersion: '8.1.
|
|
154
|
+
trackerVersion: '8.1.3',
|
|
155
155
|
projectKey: options.projectKey,
|
|
156
156
|
doNotTrack,
|
|
157
157
|
// TODO: add precise reason (an exact API missing)
|
package/lib/app/index.js
CHANGED
|
@@ -32,7 +32,7 @@ export default class App {
|
|
|
32
32
|
this.stopCallbacks = [];
|
|
33
33
|
this.commitCallbacks = [];
|
|
34
34
|
this.activityState = ActivityState.NotActive;
|
|
35
|
-
this.version = '8.1.
|
|
35
|
+
this.version = '8.1.3'; // TODO: version compatability check inside each plugin.
|
|
36
36
|
this.compressionThreshold = 24 * 1000;
|
|
37
37
|
this.restartAttempts = 0;
|
|
38
38
|
this.bc = null;
|
|
@@ -297,7 +297,7 @@ export default class App {
|
|
|
297
297
|
}
|
|
298
298
|
const ingest = this.options.ingestPoint;
|
|
299
299
|
const isSaas = /api\.openreplay\.com/.test(ingest);
|
|
300
|
-
const projectPath = isSaas ? 'https://openreplay.com/ingest' : ingest;
|
|
300
|
+
const projectPath = isSaas ? 'https://app.openreplay.com/ingest' : ingest;
|
|
301
301
|
const url = projectPath.replace(/ingest$/, `${projectID}/session/${sessionID}`);
|
|
302
302
|
if (options === null || options === void 0 ? void 0 : options.withCurrentTime) {
|
|
303
303
|
const jumpTo = now() - timestamp;
|
package/lib/index.js
CHANGED
|
@@ -146,7 +146,7 @@ export default class API {
|
|
|
146
146
|
// no-cors issue only with text/plain or not-set Content-Type
|
|
147
147
|
// req.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
|
|
148
148
|
req.send(JSON.stringify({
|
|
149
|
-
trackerVersion: '8.1.
|
|
149
|
+
trackerVersion: '8.1.3',
|
|
150
150
|
projectKey: options.projectKey,
|
|
151
151
|
doNotTrack,
|
|
152
152
|
// TODO: add precise reason (an exact API missing)
|