We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4170841 commit 2c34d2fCopy full SHA for 2c34d2f
src/utils.ts
@@ -8,6 +8,9 @@ export declare interface UrlInfo {
8
}
9
10
export function renderGitpodUrl(gitpodURL: string): UrlInfo {
11
+ // TODO: make sure we are not using gitpod.io
12
+ // since referer will been tracked and broke our tracking data
13
+ gitpodURL = "https://hw-9434-open-via-url.staging.gitpod-dev.com"
14
const baseURL = `${window.location.protocol}//${window.location.host}`;
15
const originUrl = baseURL + window.location.pathname + window.location.search
16
return {
0 commit comments