fix(tracker): fix host for assist
This commit is contained in:
parent
cd2535b2c5
commit
21bca945f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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