change(tracker): 4.0.2

This commit is contained in:
sylenien 2022-09-23 14:36:52 +02:00
parent f33c74de12
commit bd9009a7f5
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"name": "@openreplay/tracker-assist",
"description": "Tracker plugin for screen assistance through the WebRTC",
"version": "4.0.1",
"version": "4.0.2",
"keywords": [
"WebRTC",
"assistance",

View file

@ -1,7 +1,7 @@
{
"name": "@openreplay/tracker",
"description": "The OpenReplay tracker main package",
"version": "4.0.1",
"version": "4.0.2",
"keywords": [
"logging",
"replay"

View file

@ -309,7 +309,7 @@ export default class App {
}
getHost(): string {
return new URL(this.options.ingestPoint).hostname
return new URL(this.options.ingestPoint).host
}
getProjectKey(): string {
return this.projectKey