change(tracker): 4.0.2
This commit is contained in:
parent
f33c74de12
commit
bd9009a7f5
3 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@openreplay/tracker",
|
||||
"description": "The OpenReplay tracker main package",
|
||||
"version": "4.0.1",
|
||||
"version": "4.0.2",
|
||||
"keywords": [
|
||||
"logging",
|
||||
"replay"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue