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
When microsoft#201 brought over the raw telemetry work from PowerShellForGitHub,
it erroneously left in a `Get-GitHubConfiguration` call which should
have been removed.
Copy file name to clipboardExpand all lines: StoreBroker/Telemetry.ps1
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -184,10 +184,7 @@ function Get-BaseTelemetryEvent
184
184
185
185
if ($null-eq$script:SBBaseTelemetryEvent)
186
186
{
187
-
if (-not (Get-GitHubConfiguration-Name SuppressTelemetryReminder))
188
-
{
189
-
Write-Log-Message "Telemetry is currently enabled. It can be disabled by setting ""`$global:SBDisableTelemetry = `$true"". Refer to USAGE.md#telemetry for more information."
190
-
}
187
+
Write-Log-Message "Telemetry is currently enabled. It can be disabled by setting ""`$global:SBDisableTelemetry = `$true"". Refer to USAGE.md#telemetry for more information."
0 commit comments