@openreplay/tracker
Advanced tools
Comparing version 3.4.13 to 3.4.14
import Message from "../messages/message.js"; | ||
import Nodes from "./nodes.js"; | ||
import Observer from "./observer.js"; | ||
import Observer from "./observer/top_observer.js"; | ||
import Ticker from "./ticker.js"; | ||
import type { Options as ObserverOptions } from "./observer.js"; | ||
import type { Options as ObserverOptions } from "./observer/top_observer.js"; | ||
import type { Options as WebworkerOptions } from "../messages/webworker.js"; | ||
@@ -7,0 +7,0 @@ export interface OnStartInfo { |
@@ -7,3 +7,3 @@ "use strict"; | ||
const nodes_js_1 = require("./nodes.js"); | ||
const observer_js_1 = require("./observer.js"); | ||
const top_observer_js_1 = require("./observer/top_observer.js"); | ||
const ticker_js_1 = require("./ticker.js"); | ||
@@ -21,3 +21,3 @@ const performance_js_1 = require("../modules/performance.js"); | ||
this.isActive = false; | ||
this.version = '3.4.13'; | ||
this.version = '3.4.14'; | ||
this.projectKey = projectKey; | ||
@@ -44,3 +44,3 @@ this.options = Object.assign({ | ||
this.nodes = new nodes_js_1.default(this.options.node_id); | ||
this.observer = new observer_js_1.default(this, this.options); | ||
this.observer = new top_observer_js_1.default(this, this.options); | ||
this.ticker = new ticker_js_1.default(this); | ||
@@ -47,0 +47,0 @@ this.ticker.attach(() => this.commit()); |
@@ -118,3 +118,3 @@ "use strict"; | ||
req.send(JSON.stringify({ | ||
trackerVersion: '3.4.13', | ||
trackerVersion: '3.4.14', | ||
projectKey: options.projectKey, | ||
@@ -121,0 +121,0 @@ doNotTrack, |
import Message from "../messages/message.js"; | ||
import Nodes from "./nodes.js"; | ||
import Observer from "./observer.js"; | ||
import Observer from "./observer/top_observer.js"; | ||
import Ticker from "./ticker.js"; | ||
import type { Options as ObserverOptions } from "./observer.js"; | ||
import type { Options as ObserverOptions } from "./observer/top_observer.js"; | ||
import type { Options as WebworkerOptions } from "../messages/webworker.js"; | ||
@@ -7,0 +7,0 @@ export interface OnStartInfo { |
import { timestamp, log, warn } from "../utils.js"; | ||
import { Timestamp } from "../messages/index.js"; | ||
import Nodes from "./nodes.js"; | ||
import Observer from "./observer.js"; | ||
import Observer from "./observer/top_observer.js"; | ||
import Ticker from "./ticker.js"; | ||
@@ -17,3 +17,3 @@ import { deviceMemory, jsHeapSizeLimit } from "../modules/performance.js"; | ||
this.isActive = false; | ||
this.version = '3.4.13'; | ||
this.version = '3.4.14'; | ||
this.projectKey = projectKey; | ||
@@ -20,0 +20,0 @@ this.options = Object.assign({ |
@@ -114,3 +114,3 @@ import App, { DEFAULT_INGEST_POINT } from "./app/index.js"; | ||
req.send(JSON.stringify({ | ||
trackerVersion: '3.4.13', | ||
trackerVersion: '3.4.14', | ||
projectKey: options.projectKey, | ||
@@ -117,0 +117,0 @@ doNotTrack, |
{ | ||
"name": "@openreplay/tracker", | ||
"description": "The OpenReplay tracker main package", | ||
"version": "3.4.13", | ||
"version": "3.4.14", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "logging", |
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
340473
120
8459