Skip to content

Commit 2c34d2f

Browse files
committed
drop: make sure we are not using gitpod.io
1 parent 4170841 commit 2c34d2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/utils.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ export declare interface UrlInfo {
88
}
99

1010
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"
1114
const baseURL = `${window.location.protocol}//${window.location.host}`;
1215
const originUrl = baseURL + window.location.pathname + window.location.search
1316
return {

0 commit comments

Comments
 (0)