This repository was archived by the owner on Jun 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Basic Telemetry for File Explorer Source Control Integration feature inside Dev Home #3484
Merged
ssparach
merged 6 commits into
feature/fileexplorer-sourcecontrol-integration
from
user/ssparach/telemetry
Jul 26, 2024
Merged
Basic Telemetry for File Explorer Source Control Integration feature inside Dev Home #3484
ssparach
merged 6 commits into
feature/fileexplorer-sourcecontrol-integration
from
user/ssparach/telemetry
Jul 26, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dhoehna
reviewed
Jul 24, 2024
common/TelemetryEvents/SourceControlIntegration/SourceControlIntegrationEvent.cs
Outdated
Show resolved
Hide resolved
dhoehna
reviewed
Jul 24, 2024
common/TelemetryEvents/SourceControlIntegration/SourceControlIntegrationHelper.cs
Outdated
Show resolved
Hide resolved
dhoehna
approved these changes
Jul 24, 2024
common/TelemetryEvents/SourceControlIntegration/SourceControlIntegrationUserEvent.cs
Show resolved
Hide resolved
tools/Customization/DevHome.FileExplorerSourceControlIntegration/Services/RepositoryTracking.cs
Outdated
Show resolved
Hide resolved
common/TelemetryEvents/SourceControlIntegration/SourceControlIntegrationEvent.cs
Outdated
Show resolved
Hide resolved
vineeththomasalex
approved these changes
Jul 24, 2024
vineeththomasalex
approved these changes
Jul 25, 2024
ssparach
added a commit
that referenced
this pull request
Jul 31, 2024
…inside Dev Home (#3484) * proposed telemetry changes for add/remove repository * remove unrequired using statements * address PR feedback * address PR feedback * adjust comment * add count of repos tracked inside Dev Home to event
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of the pull request
Add telemetry around repository add/removal
References and relevant issues
Detailed description of the pull request / Additional comments
For this feature, the telemetry event will be fired when a user adds a repository or removes a repository through the UI flow. As such the event will take two pieces of information i.e. the source control technology provider name and repository root path. The root path will be scrubbed to remove potential PII.
Validation steps performed
Built release msix package
PR checklist