Update src/vector/platform/WebPlatform.ts
This commit is contained in:
parent
92a5787528
commit
e15d1c1501
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ export default class WebPlatform extends VectorBasePlatform {
|
|||
const appName = [
|
||||
url.host,
|
||||
url.pathname.replace(/\/$/, ""), // Remove trailing slash if present
|
||||
].join('');
|
||||
].join("");
|
||||
|
||||
const ua = new UAParser();
|
||||
const browserName = ua.getBrowser().name || "unknown browser";
|
||||
|
|
Loading…
Add table
Reference in a new issue