Migrate dotnetup to official instrumentation key#53343
Merged
dsplaisted merged 1 commit intodotnet:release/dnupfrom Mar 10, 2026
Merged
Migrate dotnetup to official instrumentation key#53343dsplaisted merged 1 commit intodotnet:release/dnupfrom
dsplaisted merged 1 commit intodotnet:release/dnupfrom
Conversation
Resolves dotnet#52785 We shouldn't rely on 'shadow it' for development builds at this time. The data still need to get classified and ingested, etc, so none of this is going to actually flow in at the moment to this endpoint. This does mean our telemetry dashboard won't be very helpful until that process is complete. But that's ok.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates dotnetup’s telemetry configuration to use the official SDK CLI Application Insights instrumentation key, aligning dotnetup’s OpenTelemetry/Azure Monitor exporter target with the main dotnet CLI telemetry endpoint.
Changes:
- Replaces the previous (temporary) App Insights connection string with the official SDK CLI instrumentation key.
- Removes the now-obsolete TODO comment referencing the temporary key and tracking issue.
dsplaisted
approved these changes
Mar 9, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Resolves #52785
We shouldn't rely on 'shadow it' for development builds at this time. The data still need to get classified and ingested, etc, so none of this is going to actually flow in at the moment to this endpoint.
This does mean our telemetry dashboard won't be very helpful until that process is complete. But that's ok.