Conversation
…ate telemetry to redact sensitive data
Enhance production documentation and update telemetry safety
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.
This pull request focuses on improving the safety, privacy, and user guidance for ServiceHub, particularly around connecting to production environments and handling sensitive data. The changes introduce a recommended adoption path for environment validation, enhance user interface messaging to encourage safe practices, and strengthen telemetry redaction to ensure privacy.
User Guidance & Safe Adoption
README.mdand the app UI (WelcomePage,ConnectPage) to guide users through DEV, UAT, and PROD environments, emphasizing validation in lower environments before connecting to production. [1] [2] [3]Security & Privacy Enhancements
README.mdto clarify what data is (and is not) collected or stored, and detailed how telemetry is privacy-safe and disabled by default.Backend Telemetry Redaction
SensitiveDataTelemetryProcessorto remove or redact sensitive property keys (like message bodies, connection strings, and user input) from all telemetry, including custom events and exceptions, ensuring no sensitive data reaches Application Insights. [1] [2] [3] [4]