diff --git a/src/vector/platform/WebPlatform.ts b/src/vector/platform/WebPlatform.ts index 019c60e90f..6356e41bc3 100644 --- a/src/vector/platform/WebPlatform.ts +++ b/src/vector/platform/WebPlatform.ts @@ -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";