-
Notifications
You must be signed in to change notification settings - Fork 14
Add error report #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add error report #39
Conversation
src/telemetryReporter.ts
Outdated
| const analyticsClientFactory = async (key: string): Promise<BaseTelemetryClient> => { | ||
| let segmentAnalyticsClient = new SegmentAnalytics(key); | ||
|
|
||
| const gitpodHost = vscode.workspace.getConfiguration('gitpod').get<string>('host')!; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should get inside function itself in case user changed gitpod host?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed it, revert this change if it's not correct
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah this is kinda tricky, I was thinking about this yesterday if we assume there's never a remote windows when changing gitpod host then it makes sense to move inside, if not then this is the correct place as remote windows already connected should keep using the original host
|
We will need better way to call Let's first ship this changes 👍 Thank you @jeanp413 |




Depends on gitpod-io/gitpod#16871