You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the telemetry subscriber for @rushstack/reporter (#5858).
- Add TelemetrySubscriber, which consumes canonical events before reporter
filtering and produces an allowlisted aggregate at command completion
- Keep only allowlisted values: command and result, timing, operation status
counts, diagnostic codes and categories, reporter mode, and protocol and
producer versions
- Exclude messages, paths, raw output, command arguments, remediation
parameters, stacks, and local-sensitive and secret values by construction
- Add createTelemetryReporter to wire the subscriber into the manager
- Preserve the legacy beforeLog hook through createBeforeLogAdapter
- Add allowlist schema and leakage tests
Assistant-model: GitHub Copilot
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 897dcf7e-e6e8-4a84-85ca-34b93fa29be3
0 commit comments