Skip to content

Pass workspace to telemetry on every error log #3580

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

Merged
merged 1 commit into from
Jun 4, 2025

Conversation

egiurleo
Copy link
Contributor

@egiurleo egiurleo commented Jun 3, 2025

Motivation

We sometimes pass workspace information when error logging, but we should be doing it everywhere we log errors. This can help us keep track of which projects are producing errors and fix them more easily.

Implementation

I added workspace information to our error logging on a server telemetry event.

Automated Tests

Automated tests should continue to pass.

We use this information to help us debug by exposing which projects
are producing the errors.
@egiurleo egiurleo requested a review from a team as a code owner June 3, 2025 20:53
@egiurleo egiurleo requested a review from vinistock June 3, 2025 20:53
Copy link

graphite-app bot commented Jun 3, 2025

How to use the Graphite Merge Queue

Add the label graphite-merge to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@vinistock vinistock added vscode This pull request should be included in the VS Code extension's release notes other Changes that aren't bugfixes, enhancements or breaking changes labels Jun 3, 2025
@egiurleo egiurleo merged commit 79619ee into main Jun 4, 2025
44 of 46 checks passed
@egiurleo egiurleo deleted the emily/project-name-on-error branch June 4, 2025 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
other Changes that aren't bugfixes, enhancements or breaking changes vscode This pull request should be included in the VS Code extension's release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants