fix(tracker): fix host for assist

This commit is contained in:
sylenien 2022-09-23 14:25:00 +02:00
parent cd2535b2c5
commit 21bca945f9

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